forked from cloudscape-design/components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
188 lines (188 loc) · 6.16 KB
/
package.json
File metadata and controls
188 lines (188 loc) · 6.16 KB
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
"name": "@cloudscape-design/components",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "https://github.com/cloudscape-design/components.git"
},
"homepage": "https://cloudscape.design",
"files": [],
"scripts": {
"quick-build": "gulp quick-build",
"build": "cross-env NODE_ENV=production gulp build",
"test": "TZ=UTC gulp test",
"test:unit": "TZ=UTC gulp test:unit",
"test:a11y": "gulp test:a11y",
"test:integ": "gulp test:integ",
"test:motion": "gulp test:motion",
"lint": "npm-run-all --parallel lint:*",
"lint:eslint": "eslint .",
"lint:stylelint": "stylelint --ignore-path .gitignore '{src,pages}/**/*.{css,scss}'",
"build:react18": "cross-env NODE_ENV=production REACT_VERSION=18 gulp build",
"start": "npm-run-all --parallel start:watch start:dev",
"start:watch": "gulp watch",
"start:dev": "cross-env NODE_ENV=development webpack serve --config pages/webpack.config.cjs",
"start:integ": "cross-env NODE_ENV=development webpack serve --config pages/webpack.config.integ.cjs",
"start:react18": "npm-run-all --parallel start:watch start:react18:dev",
"start:react18:dev": "cross-env NODE_ENV=development REACT_VERSION=18 webpack serve --config pages/webpack.config.cjs",
"prepare": "husky"
},
"dependencies": {
"@cloudscape-design/collection-hooks": "^1.0.0",
"@cloudscape-design/component-toolkit": "^1.0.0-beta",
"@cloudscape-design/test-utils-core": "^1.0.0",
"@cloudscape-design/theming-runtime": "^1.0.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"ace-builds": "^1.34.0",
"clsx": "^1.1.0",
"d3-shape": "^1.3.7",
"date-fns": "^2.25.0",
"intl-messageformat": "^10.3.1",
"mnth": "^2.0.0",
"react-keyed-flatten-children": "^2.2.1",
"react-transition-group": "^4.4.2",
"tslib": "^2.4.0",
"weekstart": "^1.1.0"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-syntax-typescript": "^7.23.3",
"@cloudscape-design/browser-test-tools": "^3.0.0",
"@cloudscape-design/build-tools": "^3.0.0",
"@cloudscape-design/documenter": "^1.0.0",
"@cloudscape-design/global-styles": "^1.0.0",
"@cloudscape-design/jest-preset": "^2.0.0",
"@cloudscape-design/test-utils-converter": "^1.0.0",
"@cloudscape-design/theming-build": "^1.0.0",
"@eslint/compat": "^1.2.9",
"@eslint/js": "^9.26.0",
"@formatjs/icu-messageformat-parser": "^2.3.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@size-limit/preset-small-lib": "^11.2.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@tsconfig/node16": "^16.1.1",
"@types/balanced-match": "^1.0.1",
"@types/d3-scale": "^2.2.6",
"@types/d3-shape": "^1.3.8",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.14.176",
"@types/node": "^20.17.14",
"@types/react": "^16.14.20",
"@types/react-dom": "^16.9.14",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.2",
"@types/react-test-renderer": "^16.9.12",
"@types/react-transition-group": "^4.4.4",
"@types/webpack-env": "^1.16.3",
"axe-core": "^4.7.2",
"babel-jest": "^29.7.0",
"change-case": "^4.1.2",
"commenting": "^1.1.0",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.1.1",
"d3-scale": "^4.0.2",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^60.0.0",
"execa": "^4.1.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.3",
"globals": "^16.1.0",
"gulp": "^5.0.0",
"html-validate": "^7.3.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^9.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"loader-utils": "^3.2.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.4.4",
"mississippi": "^4.0.0",
"mockdate": "^3.0.5",
"npm-run-all": "^4.1.5",
"prettier": "^3.6.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-dom18": "npm:react-dom@^18.3.1",
"react-router-dom": "^5.3.0",
"react-test-renderer": "^16.14.0",
"react-virtual": "^2.8.2",
"react18": "npm:react@^18.3.1",
"rimraf": "^5.0.5",
"rollup": "^3.29.5",
"rollup-plugin-license": "^3.0.1",
"sass": "^1.89.2",
"sass-loader": "^12.3.0",
"size-limit": "^11.1.6",
"stylelint": "^16.6.1",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-no-unsupported-browser-features": "^8.0.2",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0",
"stylelint-scss": "^6.3.1",
"stylelint-use-logical": "^2.1.2",
"svgo": "^2.8.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.2.6",
"types-react-dom18": "npm:@types/react-dom@^18.3.7",
"types-react18": "npm:@types/react@^18.3.24",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.0",
"wait-on": "^8.0.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.1"
},
"overrides": {
"@types/react-dom": "^16.9.14",
"@types/react": "^16.14.20",
"react-dom": "^16.14.0",
"react": "^16.14.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
],
"*.{scss,css}": [
"stylelint --fix"
],
"package-lock.json": [
"node ./scripts/unlock-package-lock.js"
]
},
"size-limit": [
{
"path": "lib/components/internal/plugins/index.js",
"brotli": false,
"limit": "15 kB"
},
{
"path": "lib/components/internal/widget-exports.js",
"brotli": false,
"limit": "1000 kB",
"ignore": "react-dom"
}
],
"browserslist": [
"last 3 Chrome major versions",
"last 3 Firefox major versions",
"last 3 Edge major versions",
"last 3 Safari versions"
]
}