forked from carbon-design-system/carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.23 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
48
49
50
51
52
53
{
"name": "@carbon/elements",
"description": "A collection of design elements in code for the IBM Design Language",
"version": "11.14.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"repository": {
"type": "git",
"url": "https://github.com/carbon-design-system/carbon.git",
"directory": "packages/elements"
},
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"files": [
"es",
"lib",
"src",
"umd",
"index.scss"
],
"keywords": [
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "yarn clean && carbon-cli bundle src/index.js --name CarbonElements",
"clean": "rimraf es lib umd"
},
"dependencies": {
"@carbon/colors": "^11.8.0",
"@carbon/grid": "^11.7.0",
"@carbon/icons": "^11.11.0",
"@carbon/layout": "^11.7.0",
"@carbon/motion": "^11.5.0",
"@carbon/themes": "^11.12.0",
"@carbon/type": "^11.11.0"
},
"devDependencies": {
"@carbon/cli": "^11.5.0",
"fs-extra": "^10.0.0",
"klaw-sync": "^6.0.0",
"replace-in-file": "^3.4.2",
"rimraf": "^3.0.0"
}
}