-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 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
49
50
51
{
"name": "melodie",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "node scripts/copy-alphatab-assets.js",
"generate-lick-index": "node scripts/generate-lick-index.js",
"prebuild": "npm run generate-lick-index",
"build": "next build && node scripts/generate-sw.js",
"predev": "npm run generate-lick-index",
"dev": "next dev",
"lint": "npx tsc --noEmit",
"start": "node scripts/server.mjs",
"preview": "npm run build && npm run start",
"format": "npx prettier -w ."
},
"dependencies": {
"@coderline/alphatab": "^1.8.1",
"@t3-oss/env-nextjs": "^0.7.0",
"chart.js": "^4.4.1",
"dexie": "^4.3.0",
"next": "16.1.6",
"react": "19.2.4",
"react-chartjs-2": "^5.3.1",
"react-dom": "19.2.4",
"tone": "^14.7.77",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/howler": "^2.2.10",
"@types/node": "^18.16.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"autoprefixer": "^10.4.14",
"eslint": "^9.0.0",
"eslint-config-next": "16.1.6",
"postcss": "^8.4.27",
"prettier": "3.8.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"workbox-build": "^7.4.0"
},
"ct3aMetadata": {
"initVersion": "7.23.1"
},
"packageManager": "npm@9.5.1",
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}