-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
61 lines (61 loc) · 1.79 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
55
56
57
58
59
60
61
{
"name": "dao-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@hotjar/browser": "^1.0.9",
"@react-three/drei": "^9.109.5",
"@react-three/fiber": "^8.17.5",
"@sentry/react": "^8.26.0",
"@sentry/vite-plugin": "^2.22.2",
"@stomp/stompjs": "^7.0.0",
"@types/react-lottie": "^1.2.10",
"@types/socket.io-client": "1.4.34",
"@types/three": "^0.167.1",
"@uidotdev/usehooks": "^2.4.1",
"antd": "^5.20.1",
"axios": "^1.7.7",
"event-source-polyfill": "^1.0.31",
"firebase": "^10.13.1",
"gltfjsx": "^6.5.0",
"hamburger-react": "^2.5.1",
"lottie-react": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-lottie": "^1.2.4",
"react-query": "^3.39.3",
"react-router-dom": "^6.26.0",
"react-toastify": "^10.0.5",
"socket.io-client": "2.3.0",
"styled-components": "^6.1.12",
"three": "^0.167.1",
"three-stdlib": "^2.32.2",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/event-source-polyfill": "^1.0.5",
"@types/lodash": "^4.17.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@types/three": "^0.167.1",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"jsdom-global": "^3.0.2",
"typescript": "^5.6.2",
"vite": "^5.3.4",
"vite-imagetools": "^7.0.4",
"vite-plugin-compression": "^0.5.1"
}
}