-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 786 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
{
"name": "lrclib-publisher",
"version": "1.0.0",
"description": "A website to publish lyrics to LRCLib.net",
"main": "index.js",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@mjba/lyrics": "^1.3.0",
"axios": "^1.19.0",
"crypto-js": "latest",
"fetch-cookie": "^3.2.0",
"next": "16.2.12",
"node-fetch": "^3.3.2",
"react": "latest",
"react-dom": "latest",
"react-icons": "latest"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "^26.1.2",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"typescript": "^7.0.2"
},
"author": "Logan Latham",
"license": "Unlicense"
}