-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.71 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": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^1.27.1",
"@aptos-labs/wallet-adapter-react": "^3.6.2",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@react-spring/web": "^9.7.4",
"@react-three/cannon": "^6.6.0",
"@react-three/drei": "^9.111.1",
"@react-three/fiber": "^8.17.5",
"@solana/web3.js": "^1.95.3",
"@tanstack/react-query": "^5.52.1",
"@tanstack/react-query-devtools": "^5.52.1",
"@types/three": "^0.167.1",
"axios": "^1.7.7",
"cannon-es": "^0.20.0",
"dayjs": "^1.11.12",
"gsap": "^3.12.5",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"loadsh": "^0.0.4",
"lodash-es": "^4.17.21",
"petra-plugin-wallet-adapter": "^0.4.5",
"react": "^18.3.1",
"react-aspect-ratio": "^1.1.8",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.1",
"react-modal": "^3.16.1",
"react-toastify": "^10.0.5",
"recoil": "^0.7.7",
"socket.io-client": "^4.7.5",
"styled-components": "^6.1.12",
"three": "^0.167.1",
"three-stdlib": "^2.32.2",
"zustand": "^4.5.5"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"vite": "^5.4.3"
}
}