-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.76 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
53
54
55
56
57
58
59
60
{
"name": "wavenerd",
"version": "0.2.4",
"license": "MIT",
"scripts": {
"all": "npm run lint && npm run clean && npm run build",
"clean": "rimraf dist/",
"dev": "vite",
"typecheck": "tsc -b --noEmit",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint-fix": "eslint . --fix"
},
"devDependencies": {
"@0b5vr/experimental": "^0.9.10",
"@0b5vr/wavenerd-deck": "^0.9.0",
"@codemirror/commands": "^6.8.0",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/language": "^6.10.8",
"@codemirror/view": "^6.36.3",
"@eslint/js": "^9.39.4",
"@iconify-json/mdi": "^1.2.3",
"@lezer/highlight": "^1.2.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tailwindcss/vite": "^4.3.0",
"@tweakpane/core": "^2.0.5",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/throttle-debounce": "^5.0.2",
"@types/webmidi": "^2.0.4",
"@uiw/react-codemirror": "^4.23.8",
"@vitejs/plugin-react": "^6.0.1",
"clsx": "^2.1.1",
"dequal": "^2.0.3",
"eslint": "^9.39.4",
"eslint-interactive": "^13.0.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"jotai": "^2.10.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-use-measure": "^2.1.7",
"rimraf": "^3.0.2",
"simplebar-react": "^3.2.4",
"symbol-observable": "^4.0.0",
"tailwindcss": "^4.3.0",
"throttle-debounce": "^5.0.2",
"tweakpane": "^4.0.5",
"typescript": "~6.0.2",
"typescript-eslint": "^8.58.0",
"unplugin-icons": "^23.0.1",
"vite": "^8.0.3"
}
}