-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.76 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
56
57
58
59
60
61
62
{
"name": "soundverse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint:tsc": "tsc --noEmit",
"lint:eslint": "eslint ./src/",
"lint:prettier": "prettier --check ./src/",
"lint": "yarn lint:tsc && yarn lint:eslint && yarn lint:prettier"
},
"dependencies": {
"@chainsafe/libp2p-noise": "^12.0.1",
"@chainsafe/libp2p-yamux": "^4.0.2",
"@headlessui/react": "^1.7.9",
"@helia/unixfs": "^1.3.0",
"@heroicons/react": "^2.0.15",
"@next/font": "13.1.6",
"@polybase/client": "^0.6.1",
"@rainbow-me/rainbowkit": "^1.0.1",
"@types/lodash": "^4.14.191",
"@types/node": "20.2.5",
"@types/react": "18.2.9",
"@types/react-dom": "18.0.10",
"@wagmi/cli": "^0.1.6",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"drand-client": "^1.1.0",
"eslint": "^8.0.1",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "^8.6.0",
"ethers": "^5.7.2",
"helia": "^1.3.2",
"libp2p": "^0.45.9",
"lodash": "^4.17.21",
"music-metadata-browser": "^2.5.10",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-player": "^2.12.0",
"react-query": "^3.39.3",
"react-spring": "^9.7.1",
"typescript": "5.1.3",
"viem": "^1.0.7",
"wagmi": "^1.2.0",
"zustand": "^4.3.2"
},
"devDependencies": {
"@iconify/react": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"autoprefixer": "^10.4.13",
"eslint-config-standard-with-typescript": "^33.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}