-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"private": true,
"author": "qian wang <[email protected]>",
"scripts": {
"dev": "umi dev",
"build": "umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev",
"test": "cross-env TS_NODE_TRANSPILE_ONLY=yes jest --passWithNoTests"
},
"dependencies": {
"dayjs": "^1.11.10",
"intersection-observer": "^0.12.2",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"query-string": "^8.1.0",
"screenfull": "^6.0.2",
"umi": "^4.0.88"
},
"devDependencies": {
"@testing-library/react": "^14",
"@types/jest": "^29",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"cross-env": "^7",
"jest": "^29",
"react-router": "^6.21.1",
"resize-observer-polyfill": "^1.5.1",
"typescript": "^4",
"ts-node": "^10",
"jest-environment-jsdom": "^29",
"@testing-library/jest-dom": "^5",
"@types/testing-library__jest-dom": "^5.14.5"
}
}