-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.61 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.61 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
{
"name": "story-music-dapp",
"version": "1.0.0",
"description": "Music NFT dApp using Story Protocol",
"main": "index.js",
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@metamask/detect-provider": "^2.0.0",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@story-protocol/core-sdk": "1.3.1",
"@tanstack/react-query": "^5.90.3",
"@vercel/blob": "^2.0.0",
"@web3modal/wagmi": "^5.1.11",
"axios": "^1.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"ethers": "^6.8.0",
"force": "^0.0.3",
"formidable": "^3.5.0",
"framer-motion": "^12.18.1",
"ipfs-http-client": "^60.0.1",
"lucide-react": "^0.515.0",
"multiformats": "^9.9.0",
"next": "^14.2.30",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^2.6.0",
"viem": "^2.38.1",
"wagmi": "^2.18.0"
},
"devDependencies": {
"@types/formidable": "^3.4.0",
"@types/node": "20.19.0",
"@types/react": "18.3.23",
"@types/react-dom": "^18.2.0",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.4",
"prettier": "3.2.5",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"author": "",
"license": "ISC"
}