-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "ln-jukebox",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bitcoin-design/bitcoin-icons-react": "^0.1.9",
"@google-cloud/storage": "^5.18.2",
"@madzadev/audio-player": "^1.1.11",
"axios": "^0.26.1",
"butterchurn": "^2.6.7",
"butterchurn-presets": "^2.4.7",
"crypto": "^1.0.1",
"file-loader": "^6.2.0",
"firebase-admin": "^10.0.2",
"http2": "^3.3.7",
"ln-service": "^53.9.3",
"net": "^1.0.2",
"next": "12.1.0",
"next-images": "^1.8.4",
"next-transpile-modules": "^9.0.0",
"react": "17.0.2",
"react-audio-player": "^0.17.0",
"react-dom": "17.0.2",
"react-h5-audio-player": "^3.8.3",
"request": "^2.88.2",
"sass": "^1.49.9",
"tls": "^0.0.1",
"tsutils": "^3.21.0",
"typescript": "^4.6.2",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@heroicons/react": "^1.0.6",
"autoprefixer": "^10.4.2",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.8",
"tailwindcss": "^3.0.23"
}
}