-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.35 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": "webxr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@pinecone-database/pinecone": "^4.0.0",
"@rainbow-me/rainbowkit": "^2.1.3",
"@react-three/drei": "^9.107.0",
"@react-three/fiber": "^8.16.8",
"@react-three/postprocessing": "^2.16.2",
"@readyplayerme/visage": "^5.2.1",
"@reown/walletkit": "^1.1.0",
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-query-devtools": "^5.51.23",
"@wagmi/core": "^2.11.5",
"@web3modal/wagmi": "^5.0.11",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"ethers": "^6.13.1",
"framer-motion": "^11.11.11",
"langchain": "^0.3.6",
"lucide-react": "^0.394.0",
"moralis": "^2.26.7",
"next": "13.5.4",
"openai": "^4.73.0",
"permissionless": "^0.1.34",
"react": "^18",
"react-dom": "^18",
"react-responsive-modal": "^6.4.2",
"react-toastify": "^10.0.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.165.0",
"viem": "^2.19.4",
"wagmi": "^2.12.5"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}