forked from carbon-design-system/carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "@carbon/react",
"description": "React components for the Carbon Design System",
"version": "1.26.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/carbon-react"
},
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"files": [
"es",
"lib",
"scss",
"index.scss",
"icons/index.js",
"icons/index.esm.js",
"icons/package.json"
],
"keywords": [
"ibm",
"carbon",
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "yarn clean && node tasks/build-styles.js && node tasks/build.js",
"clean": "rimraf es lib icons/index.js icons/index.esm.js storybook-static",
"postinstall": "carbon-telemetry collect --install",
"storybook": "start-storybook -p 3000"
},
"peerDependencies": {
"react": "^16.8.6 || ^17.0.1",
"react-dom": "^16.8.6 || ^17.0.1",
"sass": "^1.33.0"
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@carbon/feature-flags": "^0.13.0",
"@carbon/icons-react": "^11.17.0",
"@carbon/layout": "^11.12.0",
"@carbon/styles": "^1.26.0",
"@carbon/telemetry": "0.1.0",
"classnames": "2.3.2",
"copy-to-clipboard": "^3.3.1",
"downshift": "5.2.1",
"flatpickr": "4.6.9",
"invariant": "^2.2.3",
"lodash.debounce": "^4.0.8",
"lodash.findlast": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lodash.omit": "^4.5.0",
"lodash.throttle": "^4.1.1",
"prop-types": "^15.7.2",
"react-is": "^17.0.2",
"use-resize-observer": "^6.0.0",
"wicg-inert": "^3.1.1",
"window-or-global": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-export-default-from": "^7.17.12",
"@babel/plugin-proposal-export-namespace-from": "^7.17.12",
"@babel/plugin-transform-react-constant-elements": "^7.17.12",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@carbon/test-utils": "^10.27.0",
"@carbon/themes": "^11.17.0",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@storybook/addon-a11y": "^6.5.6",
"@storybook/addon-actions": "^6.5.6",
"@storybook/addon-docs": "^6.5.6",
"@storybook/addon-essentials": "^6.5.6",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-notes": "^5.3.21",
"@storybook/addon-storysource": "^6.5.6",
"@storybook/builder-webpack5": "^6.5.6",
"@storybook/manager-webpack5": "^6.5.6",
"@storybook/react": "^6.5.6",
"@storybook/theming": "^6.5.6",
"autoprefixer": "^10.4.0",
"babel-loader": "^9.0.0",
"babel-plugin-dev-expression": "^0.2.3",
"babel-preset-carbon": "^0.4.0",
"browserify-zlib": "^0.2.0",
"browserslist-config-carbon": "^11.1.0",
"clipboardy": "^2.1.0",
"css-loader": "^6.5.1",
"enquirer": "^2.3.6",
"fast-glob": "^3.2.7",
"fs-extra": "^10.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"postcss": "^8.4.5",
"postcss-loader": "^7.0.0",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"requestanimationframe": "^0.0.23",
"rimraf": "^4.0.0",
"rollup": "^2.79.1",
"rollup-plugin-strip-banner": "^2.0.0",
"rtlcss": "^4.0.0",
"sass": "^1.51.0",
"sass-loader": "^13.0.0",
"storybook-readme": "^5.0.9",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
"typescript": "^4.8.4",
"webpack": "^5.65.0",
"webpack-dev-server": "^4.7.4"
},
"sideEffects": [
"es/index.js",
"lib/index.js",
"src/index.js",
"es/feature-flags.js",
"lib/feature-flags.js",
"src/feature-flags.js",
"index.scss",
"**/*.scss",
"**/*.css"
]
}