forked from NJUPT-SAST/approval-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.92 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
{
"name": "approval-system",
"version": "0.1.0",
"private": true,
"proxy": "http://81.68.225.220:8080/",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@craco/craco": "^6.4.3",
"@sentry/react": "^7.11.1",
"@sentry/tracing": "^7.11.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.1",
"@types/node": "^16.11.36",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"antd": "^4.21.3",
"axios": "^0.27.2",
"craco": "^0.0.3",
"craco-less": "^2.0.0",
"form-render": "^1.13.12",
"inquirer": "^8.2.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-pdf-js": "^5.1.0",
"react-router-dom": "6",
"react-scripts": "5.0.1",
"recoil": "^0.7.4",
"sass": "^1.52.3",
"sass-loader": "^13.0.0",
"storage-pocket": "^0.2.0",
"typescript": "^4.6.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"preinstall": "npx only-allow yarn",
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"commit": "esmo cli/git/commit/index.ts",
"push": "esmo cli/git/push/index.ts",
"lint": "esmo cli/lint/eslint.ts",
"format": "esmo cli/lint/prettier.ts",
"prepare": "husky install"
},
"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": {
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"chalk": "^5.0.1",
"eslint": "^8.16.0",
"eslint-plugin-react": "^7.30.0",
"esno": "^0.14.1",
"husky": "^8.0.1",
"prettier": "^2.6.2"
}
}