-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "react-best-practices",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest --coverage=false",
"test:cov": "jest"
},
"dependencies": {
"@loadable/component": "^5.15.3",
"ahooks": "^3.7.5",
"antd": "^5.4.5",
"antd-mobile": "^5.29.1",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"lodash-es": "^4.17.21",
"qrcode.react": "^3.1.0",
"query-string": "^8.1.0",
"rc-field-form": "^1.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.10.0",
"react-window": "^1.8.8",
"unstated-next": "^1.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.0",
"@types/loadable__component": "^5.13.4",
"@types/node": "^18.15.11",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-router-dom": "^5.3.3",
"@types/lodash-es": "^4.17.5",
"@types/react-window": "^1.8.5",
"@types/testing-library__jest-dom": "^5.14.5",
"@vitejs/plugin-react-swc": "^3.0.0",
"jest": "^29.5.0",
"mm": "^3.2.2",
"mockdate": "^3.0.5",
"ts-jest": "^29.1.0",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}