forked from carbon-design-system/ibm-products
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.84 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
{
"name": "@carbon/storybook-addon-theme",
"description": "Carbon theme switcher for Storybook",
"version": "2.5.0-rc.0",
"license": "Apache-2.0",
"main": "dist/react.js",
"repository": {
"type": "git",
"url": "https://github.com/carbon-design-system/ibm-products.git",
"directory": "config/storybook-addon-carbon-theme"
},
"bugs": "https://github.com/carbon-design-system/ibm-products/issues",
"homepage": "https://github.com/storybookjs/storybook#readme",
"files": [
"dist/**/*",
"README.md",
"*.js",
"telemetry.yml"
],
"keywords": [
"addon",
"carbon",
"theme",
"storybook",
"carbon design system",
"carbon community",
"carbon for cloud & cognitive",
"carbon for ibm products"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"clean": "rimraf dist",
"build": "run-s clean build:js",
"build:js": "babel src --out-dir dist -s",
"postinstall": "ibmtelemetry --config=telemetry.yml",
"prepare": "npm run build",
"//upgrade-dependencies": "# don't upgrade carbon (done globally)",
"upgrade-dependencies": "npm-check-updates -u --dep dev,peer,prod --color --reject '/(carbon)/'"
},
"peerDependencies": {
"react": "*",
"vue": "*"
},
"dependencies": {
"@ibm/telemetry-js": "^1.5.0",
"@storybook/addons": "^7.6.17",
"@storybook/api": "^7.6.17",
"@storybook/client-api": "^7.6.17",
"@storybook/client-logger": "^8.4.5",
"@storybook/components": "^8.4.5",
"@storybook/core-events": "^8.4.5",
"@storybook/theming": "^8.4.5",
"core-js": "^3.35.1",
"global": "^4.4.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"npm-check-updates": "^17.1.11",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5"
}
}