forked from tung-lee/orai-3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.54 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
{
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "env-cmd -f .env vite",
"deploy": "gh-pages -d dist",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@metamask/sdk-react": "^0.14.1",
"@metamask/sdk-react-ui": "^0.14.2",
"@microsoft/fetch-event-source": "^2.0.1",
"@react-three/drei": "^9.80.9",
"@react-three/fiber": "^8.13.7",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^1.0.28",
"cosmwasm": "^1.1.1",
"dat.gui": "^0.7.9",
"env-cmd": "^10.1.0",
"framer-motion": "^10.16.1",
"gsap": "^3.12.4",
"leva": "^0.9.35",
"maath": "^0.7.0",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-content-loader": "^6.2.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
"react-toastify": "^10.0.4",
"swr": "^1.3.0",
"three": "^0.155.0",
"valtio": "^1.11.2"
},
"devDependencies": {
"@keplr-wallet/types": "^0.10.5",
"@owallet/types": "0.0.2",
"@types/node": "18.0.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.15",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"gh-pages": "^6.0.0",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"vite": "^4.4.5"
}
}