-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.89 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
{
"name": "sheet-splitter",
"version": "0.1.1",
"private": true,
"scripts": {
"start": "craco start",
"build": "cross-env craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"dependencies": {
"@craco/craco": "^6.4.3",
"@imagemagick/magick-wasm": "^0.0.9",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@zip.js/zip.js": "^2.3.23",
"antd": "^4.18.0",
"clsx": "^1.1.1",
"craco-less": "^2.0.0",
"file-saver": "^2.0.5",
"mobx": "^6.3.10",
"mobx-react": "^7.2.1",
"normalize.css": "^8.0.1",
"prop-types": "^15.8.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-indiana-drag-scroll": "^2.1.0",
"react-keyboard-event-handler": "^1.5.4",
"react-resizable": "^3.0.4",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"web-vitals": "^2.1.0"
},
"devDependencies": {
"@babel/cli": "7.14.5",
"@babel/core": "7.14.5",
"@babel/eslint-parser": "^7.16.3",
"@babel/eslint-plugin": "^7.14.5",
"@babel/plugin-proposal-decorators": "7.14.5",
"@babel/preset-env": "7.14.5",
"@babel/preset-react": "^7.16.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"cross-env": "^7.0.3",
"eslint": "^7.20.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-react-app": "^7.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^3.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}