-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.46 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": "frontend-h8",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest",
"preview": "npm run build && vite preview"
},
"dependencies": {
"@react-spring/web": "^9.7.2",
"@reduxjs/toolkit": "^1.9.0",
"axios": "^1.1.3",
"common": "file:../common-front",
"dotenv": "^16.0.3",
"events": "^3.3.0",
"lodash": "^4.17.21",
"nanoid": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-redux": "^8.0.5",
"react-use-measure": "^2.1.1",
"react-virtualized-auto-sizer": "^1.0.7",
"react-window": "^1.8.8",
"vite-plugin-svgr": "^2.4.0",
"vite-tsconfig-paths": "^4.0.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/events": "^3.0.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.9",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@vitejs/plugin-react": "^2.2.0",
"jsdom": "^20.0.2",
"nock": "^13.2.9",
"sass": "^1.56.1",
"typescript": "^4.6.4",
"vite": "^3.2.3",
"vitest": "^0.25.2"
}
}