forked from carbon-design-system/carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.37 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
{
"name": "@carbon/themes",
"description": "Themes for applying color in the Carbon Design System",
"version": "10.34.0-rc.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/themes"
},
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"keywords": [
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"ci-check": "carbon-cli check \"scss/**/*.scss\" -i \"**/generated/**\"",
"clean": "rimraf es lib umd scss/generated",
"build": "yarn clean && carbon-cli bundle src/index.js --name CarbonThemes && node tasks/build.js && carbon-cli check \"scss/*.scss\""
},
"dependencies": {
"@carbon/colors": "^10.25.0-rc.0",
"@carbon/layout": "^10.24.0-rc.0",
"@carbon/type": "^10.28.0-rc.0",
"color": "^3.1.2"
},
"devDependencies": {
"@carbon/cli": "^10.23.0-rc.0",
"@carbon/cli-reporter": "^10.4.0",
"@carbon/scss-generator": "^10.13.0",
"@carbon/test-utils": "^10.15.0",
"change-case": "^4.1.1",
"core-js": "^3.6.5",
"fs-extra": "^8.1.0",
"js-yaml": "^3.13.0",
"node-sass": "^4.13.1",
"rimraf": "^3.0.0"
}
}