-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.07 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": "chord-seq-ai-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"overrides": {
"react-scripts": {
"typescript": "^5"
}
},
"dependencies": {
"@tonejs/midi": "^2.0.28",
"lodash": "^4.17.21",
"midi-writer-js": "^3.1.1",
"next": "^14.2.20",
"next-pwa": "^5.6.0",
"onnxruntime-web": "^1.16.3",
"path": "^0.12.7",
"react": "^18",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"tone": "^14.7.77",
"zustand": "^4.4.7"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"node-polyfill-webpack-plugin": "^3.0.0",
"postcss": "^8",
"tailwindcss": "^3.3.6",
"typescript": "^5",
"write-file-webpack-plugin": "^4.5.1"
}
}