-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.08 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@craco/craco": "^6.4.3",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@zip.js/zip.js": "2.4.3",
"antd": "^4.17.3",
"antd-table-infinity": "^1.1.6",
"axios": "^0.24.0",
"flexlayout-react": "^0.6.2",
"http": "^0.0.1-security",
"https-browserify": "^1.0.0",
"install": "^0.13.0",
"mammoth": "^1.4.19",
"moment": "^2.29.3",
"npm": "^8.3.0",
"papaparse": "^5.3.1",
"path-browserify": "^1.0.1",
"peer": "^0.6.1",
"react": "^17.0.2",
"react-antd-treetable": "^1.0.3",
"react-contexify": "^5.0.0",
"react-dom": "^17.0.2",
"react-drag-listview": "^0.1.8",
"react-highlight-words": "^0.17.0",
"react-pdf": "^5.6.0",
"react-player": "^2.9.0",
"react-reflex": "^4.0.3",
"react-resizable": "^3.0.4",
"react-scripts": "^5.0.0",
"react-sizeme": "^3.0.2",
"regular-table": "^0.4.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.3.3",
"typescript": "^4.5.5",
"web-vitals": "^1.1.2",
"xlsx": "^0.17.5"
},
"scripts": {
"start": "craco start",
"build": "GENERATE_SOURCEMAP=false craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^17.0.39",
"virtual-table-ant-design": "^1.0.8"
}
}