-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "remixicon-react-builder",
"private": true,
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/bayesimpact/remixicon-react.git"
},
"author": "Levin Rickert <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bayesimpact/remixicon-react/issues"
},
"homepage": "https://github.com/bayesimpact/remixicon-react",
"scripts": {
"clean-react": "rimraf publish-react/**/*.js publish-react/**/*.d.ts",
"clean": "npm clean-react",
"build-react": "npm run clean-react && node scripts/generate-react.js && cpr README.md publish-react/README.md -o && cpr CHANGELOG.md publish-react/CHANGELOG.md -o && cpr LICENSE publish-react/LICENSE -o"
},
"dependencies": {
"remixicon": "2.5.0"
},
"devDependencies": {
"@types/node": "^15.14.0",
"@types/react": "^17.0.26",
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"cpr": "^3.0.1",
"mkdirp": "^1.0.4",
"react": "^16.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.52.6",
"rollup-plugin-babel": "^3.0.3",
"semver": "^7.3.5"
}
}