-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.12 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.12 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
{
"name": "gridinstruments",
"version": "1.0.0",
"description": "Web-based isomorphic grid keyboard synthesizer — GridInstruments",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src/ tests/",
"lint:ast": "ast-grep scan",
"test": "playwright test",
"test:update": "playwright test --update-snapshots"
},
"keywords": [
"isomorphic",
"keyboard",
"synthesizer",
"wicki-hayden",
"dcompose",
"music",
"web-audio"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@anthropic-ai/sdk": "^0.78.0",
"@ast-grep/cli": "^0.41.0",
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.57.0",
"@types/node": "^25.3.3",
"eslint": "^10.0.1",
"typescript": "^5.3.3",
"typescript-eslint": "^8.56.0",
"vite": "^5.0.10"
},
"dependencies": {
"@tonejs/midi": "^2.0.28",
"isomorphic-qwerty": "^0.0.4",
"lucide": "^0.577.0",
"overlayscrollbars": "^2.14.0",
"roughjs": "^4.6.6",
"slim-select": "^3.4.3",
"tonal": "^6.0.1",
"xstate": "^5.28.0"
}
}