-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 891 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 891 Bytes
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
{
"name": "radio4000-api",
"scripts": {
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radio4000/sdk": "^0.4.3",
"@supabase/supabase-js": "^1.29.1",
"dompurify": "^2.3.4",
"firebase-admin": "^10.0.1",
"jsdom": "^19.0.0",
"next": "12.0.7",
"node-fetch": "^3.1.0",
"pg": "^8.7.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"uuid": "^8.3.2",
"youtubei": "^1.1.2"
},
"devDependencies": {
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^9.0.0",
"firebase-tools": "^9.18.0",
"prettier": "^2.8.8",
"raw-loader": "^4.0.2",
"supabase": "^1.106.1"
},
"license": "aGPLv3",
"prettier": {
"semi": false,
"singleQuote": true,
"bracketSpacing": false,
"printWidth": 120
}
}