-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
70 lines (70 loc) · 1.9 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "chord-seq-ai-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "node ./src/wiki/build_index.mjs && next build",
"start": "next start",
"lint": "next lint",
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\""
},
"overrides": {
"react-scripts": {
"typescript": "^5"
}
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@tonejs/midi": "^2.0.28",
"@use-gesture/react": "^10.3.1",
"framer-motion": "^11.3.30",
"fuse.js": "^7.0.0",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"midi-writer-js": "^3.1.1",
"next": "^14.2.13",
"next-mdx-remote": "^5.0.0",
"next-pwa": "^5.6.0",
"nextjs-toploader": "^3.6.15",
"onnxruntime-web": "^1.18.0",
"path": "^0.12.7",
"plaiceholder": "^3.0.0",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-responsive": "^10.0.0",
"rehype-highlight": "^7.0.0",
"rehype-parse": "^9.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.5",
"strip-markdown": "^6.0.0",
"tone": "^15.0.4",
"zustand": "^4.5.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/lodash": "^4.17.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-virtualized": "^9.21.30",
"autoprefixer": "^10.4.19",
"copy-webpack-plugin": "^12.0.2",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"node-polyfill-webpack-plugin": "^4.0.0",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"react-virtualized": "^9.22.5",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.4",
"write-file-webpack-plugin": "^4.5.1"
}
}