-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·65 lines (65 loc) · 1.69 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"homepage": "http://20.222.12.161/",
"dependencies": {
"@ant-design/charts": "^1.3.6",
"@babel/core": "^7.17.5",
"@babel/plugin-transform-react-jsx": "7.17.3",
"@craco/craco": "^6.4.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"ant-design-pro": "^2.3.2",
"antd": "^4.19.1",
"axios": "^0.26.1",
"craco-less": "^2.0.0",
"crypto-js": "^4.1.1",
"highlight.js": "^11.5.1",
"intl": "^1.2.5",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"localStorage": "^1.0.4",
"markdown-it": "^12.3.2",
"moment": "^2.29.2",
"react": "^17.0.2",
"react-document-title": "^2.0.3",
"react-dom": "^17.0.2",
"react-intl": "^5.24.8",
"react-markdown": "^8.0.1",
"react-markdown-editor-lite": "^1.3.2",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"source-map-explorer": "^2.5.2",
"web-vitals": "^2.1.4",
"webpack": "5.70.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"build-win-nomap":"set GENERATE_SOURCEMAP=false&&craco build",
"build-prod": "env GENERATE_SOURCEMAP=false craco build",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"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"
]
}
}