-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.4 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.4 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
{
"name": "beatchain",
"version": "0.1.0",
"description": "A decentralized music platform.",
"author": "Batuhan",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coinbase/onchainkit": "latest",
"@farcaster/frame-sdk": "^0.1.8",
"@farcaster/miniapp-sdk": "^0.1.9",
"@farcaster/miniapp-wagmi-connector": "^1.0.0",
"@openzeppelin/contracts": "^5.4.0",
"@pinata/sdk": "^2.1.0",
"@tanstack/react-query": "^5",
"@types/fluent-ffmpeg": "^2.1.27",
"@upstash/redis": "^1.34.4",
"fluent-ffmpeg": "^2.1.3",
"next": "^15.3.3",
"react": "^18",
"react-dom": "^18",
"solc": "^0.8.30",
"tone": "^15.1.22",
"viem": "^2.27.2",
"wagmi": "^2.16.0"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.3.3",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"postcss": "^8",
"prettier": "^3.5.3",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}