-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
package.json
47 lines (47 loc) · 1.16 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
40
41
42
43
44
45
46
47
{
"name": "@carbon/icons-react",
"description": "React components for icons in digital and software products using the Carbon Design System",
"version": "10.2.0",
"license": "Apache-2.0",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-react",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"files": [
"es",
"lib",
"umd"
],
"keywords": [
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "yarn clean && node tasks/build.js",
"clean": "rimraf es lib umd"
},
"dependencies": {
"@carbon/icon-helpers": "10.2.0",
"prop-types": "^15.6.2"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@carbon/bundler": "10.2.0",
"@carbon/cli-reporter": "10.2.0",
"@carbon/icons": "10.2.0",
"change-case": "^3.0.2",
"fs-extra": "^7.0.0",
"prettier": "^1.17.0",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"rimraf": "^2.6.2",
"rollup": "^0.66.6",
"rollup-plugin-virtual": "^1.0.1"
},
"sideEffects": false
}