forked from carbon-design-system/carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.4 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
54
55
56
57
58
59
60
61
62
{
"name": "@carbon/styles",
"description": "Styles for the Carbon Design System",
"version": "1.19.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/carbon-design-system/carbon.git",
"directory": "packages/styles"
},
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"keywords": [
"ibm",
"carbon",
"carbon-design-system",
"components",
"react"
],
"files": [
"css",
"scss",
"index.scss"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "yarn clean && node tasks/build-css.js",
"clean": "rimraf css"
},
"peerDependencies": {
"sass": "^1.33.0"
},
"dependencies": {
"@carbon/colors": "^11.10.0",
"@carbon/feature-flags": "^0.11.0",
"@carbon/grid": "^11.9.0",
"@carbon/layout": "^11.9.0",
"@carbon/motion": "^11.7.0",
"@carbon/themes": "^11.14.0",
"@carbon/type": "^11.13.0",
"@ibm/plex": "6.0.0-next.6"
},
"devDependencies": {
"@carbon/test-utils": "^10.26.0",
"autoprefixer": "^10.4.7",
"browserslist-config-carbon": "^11.0.0",
"css": "^3.0.0",
"cssnano": "^5.1.9",
"lodash.isequal": "^4.5.0",
"postcss": "^8.4.14",
"postcss-flexbugs-fixes": "^5.0.2",
"rimraf": "^3.0.2",
"sass": "^1.51.0"
},
"sideEffects": [
"index.scss",
"scss/**/*.scss",
"scss/**/*.css",
"css/**/*.css"
]
}