-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 885 Bytes
/
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
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "jest --env=jsdom --watchAll --detectOpenHandles"
},
"dependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.1",
"@types/jest": "^26.0.24",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"babel-jest": "^27.0.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.6",
"msw": "^0.31.0",
"react-test-renderer": "^17.0.2",
"sass": "^1.35.2",
"ts-jest": "^27.0.3",
"typescript": "^4.3.2",
"vite": "^2.4.0"
},
"msw": {
"workerDirectory": ""
}
}