forked from carbon-design-system/carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.58 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
63
64
65
66
67
68
69
70
{
"name": "@carbon/styles",
"description": "Styles for the Carbon Design System",
"version": "1.67.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",
"telemetry.yml"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "yarn clean && node tasks/build-css.js",
"clean": "rimraf css",
"postinstall": "ibmtelemetry --config=telemetry.yml"
},
"peerDependencies": {
"sass": "^1.33.0"
},
"peerDependenciesMeta": {
"sass": {
"optional": true
}
},
"dependencies": {
"@carbon/colors": "^11.27.0",
"@carbon/feature-flags": "^0.23.0",
"@carbon/grid": "^11.28.0",
"@carbon/layout": "^11.27.0",
"@carbon/motion": "^11.23.0",
"@carbon/themes": "^11.42.0",
"@carbon/type": "^11.32.0",
"@ibm/plex": "6.0.0-next.6",
"@ibm/telemetry-js": "^1.5.0"
},
"devDependencies": {
"@carbon/test-utils": "^10.33.0",
"autoprefixer": "^10.4.7",
"browserslist-config-carbon": "^11.2.0",
"css": "^3.0.0",
"cssnano": "^7.0.0",
"postcss": "^8.4.14",
"postcss-flexbugs-fixes": "^5.0.2",
"rimraf": "^6.0.0",
"sass": "^1.77.7"
},
"sideEffects": [
"index.scss",
"scss/**/*.scss",
"scss/**/*.css",
"css/**/*.css"
]
}