-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.43 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.43 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
52
{
"name": "recho-melody",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/commands": "^6.9.0",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lint": "^6.9.0",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.6",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/spline-sans-mono": "^5.2.8",
"@jaames/iro": "^5.5.2",
"@lezer/highlight": "^1.2.2",
"@replit/codemirror-vim": "^6.3.0",
"@tonejs/midi": "^2.0.28",
"@uiw/codemirror-theme-github": "^4.25.2",
"charmingjs": "^0.0.19",
"codemirror": "^6.0.2",
"d3": "^7.9.0",
"eslint-linter-browserify": "^9.38.0",
"friendly-words": "^1.3.1",
"htl": "^0.3.1",
"lucide-react": "^0.546.0",
"matter-js": "^0.20.0",
"p5": "^2.1.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-draggable": "^4.5.0",
"react-tooltip": "^5.30.0",
"tailwindcss": "^4.1.14",
"tone": "^15.1.22"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@tailwindcss/vite": "^4.1.14",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react-swc": "^4.1.0",
"eslint": "^9.38.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.4.0",
"vite": "^7.1.10"
}
}