-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
{
"name": "@carbon/ibmdotcom-styles",
"description": "Carbon for IBM.com Styles",
"version": "2.17.0",
"license": "Apache-2.0",
"main": "dist/ibm-dotcom-styles.min.css",
"module": "src/scss",
"repository": "https://github.com/carbon-design-system/carbon-for-ibm-dotcom",
"bugs": "https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues",
"files": [
"dist/**/*",
"scss/**/*",
"icons/**/*",
"telemetry.yml"
],
"keywords": [
"carbon",
"ibm",
"carbon-design-system",
"components"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "gulp",
"ci-check": "yarn build",
"postinstall": "ibmtelemetry --config=telemetry.yml",
"start": "gulp dev",
"upgrade-carbon": "yarn upgrade-interactive @carbon/layout @carbon/styles @carbon/themes @carbon/icons-react --latest --exact"
},
"dependencies": {
"@carbon/icons-react": "11.53.0",
"@carbon/layout": "11.27.0",
"@carbon/styles": "1.65.0",
"@carbon/type": "11.32.1",
"@ibm/telemetry-js": "^1.5.0"
},
"devDependencies": {
"@carbon/themes": "11.46.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"require-dir": "^1.2.0",
"sass": "~1.83.0",
"sass-loader": "^13.0.0"
}
}