forked from cloudscape-design/components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
157 lines (157 loc) · 5.17 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"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": "NODE_ENV=production gulp build",
"test": "gulp test",
"test:unit": "gulp test:unit",
"test:a11y": "gulp test:a11y",
"test:integ": "gulp test:integ",
"test:visual": "./backstop/node_modules/.bin/backstop --config backstop.config.js",
"lint": "eslint --ignore-path .gitignore --ext ts,tsx,js . && stylelint --ignore-path .gitignore '{src,pages}/**/*.{css,scss}'",
"start": "gulp watch & NODE_ENV=development webpack serve --config pages/webpack.config.js",
"start:integ": "NODE_ENV=development webpack serve --config pages/webpack.config.integ.js",
"prepare": "husky install"
},
"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",
"@juggle/resize-observer": "^3.3.1",
"ace-builds": "^1.4.13",
"balanced-match": "^1.0.2",
"clsx": "^1.1.0",
"d3-shape": "^1.3.7",
"date-fns": "^2.25.0",
"intl-messageformat": "^10.3.1",
"mnth": "^2.0.0",
"react-focus-lock": "~2.8.1",
"react-keyed-flatten-children": "^1.3.0",
"react-transition-group": "^4.4.2",
"react-virtual": "^2.8.2",
"tslib": "^2.4.0",
"weekstart": "^1.1.0"
},
"peerDependencies": {
"react": "^16.8 || ^17 || ^18",
"react-dom": "^16.8 || ^17 || ^18"
},
"devDependencies": {
"@cloudscape-design/browser-test-tools": "^3.0.0",
"@cloudscape-design/documenter": "^1.0.0",
"@cloudscape-design/eslint-plugin": "file:build-tools/eslint",
"@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",
"@formatjs/icu-messageformat-parser": "^2.3.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@tsconfig/node16": "^1.0.3",
"@types/balanced-match": "^1.0.1",
"@types/d3-scale": "^2.2.6",
"@types/d3-shape": "^1.3.8",
"@types/glob": "^7.2.0",
"@types/jest": "^27.5.1",
"@types/lodash": "^4.14.176",
"@types/node": "^16.0.0",
"@types/qs": "^6.9.7",
"@types/react": "^16.14.20",
"@types/react-dom": "^16.9.14",
"@types/react-resizable": "^1.7.4",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.2",
"@types/react-transition-group": "^4.4.4",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"axe-core": "^4.4.1",
"babel-jest": "^28.1.0",
"change-case": "^4.1.2",
"commenting": "^1.1.0",
"copy-webpack-plugin": "^9.0.1",
"core-js": "^3.19.1",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.1.1",
"d3-scale": "^4.0.2",
"del": "^5.1.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^45.0.1",
"execa": "^4.1.0",
"glob": "^7.2.0",
"gulp": "^4.0.2",
"html-validate": "^7.3.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^6.0.0",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"lint-staged": "^10.5.4",
"loader-utils": "^3.2.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.4.4",
"mississippi": "^4.0.0",
"mockdate": "^3.0.5",
"please-upgrade-node": "^3.2.0",
"prettier": "^2.4.1",
"qs": "^6.10.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.3.0",
"react-test-renderer": "^16.14.0",
"replace-in-files": "^3.0.0",
"rollup": "^3.5.1",
"rollup-plugin-license": "^3.0.1",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"stylelint": "^14.15.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-recommended-scss": "^8.0.0",
"stylelint-no-unsupported-browser-features": "^6.0.1",
"stylelint-order": "^5.0.0",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^4.3.0",
"svgo": "^2.8.0",
"ts-jest": "^28.0.2",
"ts-loader": "^9.2.6",
"typescript": "^4.6.4",
"wait-on": "^6.0.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.4"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
],
"*.{scss,css}": [
"stylelint --fix"
],
"package-lock.json": [
"node ./scripts/unlock-package-lock.js"
]
},
"browserslist": [
"last 3 Chrome major versions",
"last 3 Firefox major versions",
"last 3 Edge major versions",
"last 3 Safari major versions"
]
}