-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.36 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
{
"name": "testvite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@emotion-icons/bootstrap": "^3.27.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@testing-library/react-hooks": "^8.0.1",
"@types/styled-components": "^5.1.26",
"axios": "^1.2.1",
"eslint": "^8.29.0",
"lodash": "^4.17.21",
"node-fetch": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.2",
"react-router-dom": "^6.4.5",
"rebass": "^4.0.7",
"styled-components": "^5.3.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"@swc/core": "^1.3.22",
"@swc/jest": "^0.2.24",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/rebass": "^4.0.10",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react-swc": "^3.0.0",
"camelcase": "6",
"jest": "^29.3.1",
"jsdom": "^20.0.3",
"msw": "^0.49.1",
"prettier": "^2.8.1",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vitest": "^0.25.8"
},
"msw": {
"workerDirectory": "/public"
}
}