-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.6 KB
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
{
"name": "story-protocol-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/genai": "^1.30.0",
"@google/generative-ai": "^0.24.1",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@sendinblue/client": "^3.3.1",
"@story-protocol/core-sdk": "^1.4.2",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"ethers": "^6.16.0",
"firebase": "^12.6.0",
"form-data": "^4.0.5",
"framer-motion": "^12.23.24",
"lucide-react": "^0.555.0",
"mongodb": "^7.0.0",
"motion": "^12.23.24",
"next": "14.2.33",
"next-themes": "^0.4.6",
"pinata": "^2.5.1",
"pinata-web3": "^0.5.4",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"rough-notation": "^0.5.1",
"sharp": "^0.34.5",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.160.0",
"viem": "^2.40.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.160.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}