-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 903 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 903 Bytes
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
{
"name": "rngchords",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"packageManager": "bun@1.4.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "astro check",
"typecheck": "astro check",
"test": "vitest run"
},
"dependencies": {
"@tonejs/midi": "^2.0.28",
"astro": "7.2.4",
"motion": "^12.43.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"tone": "^15.1.22"
},
"devDependencies": {
"@astrojs/check": "0.9.10",
"@astrojs/react": "6.0.4",
"@types/node": "^25.9.5",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"typescript": "^6.0.3",
"vitest": "^4.1.11"
},
"overrides": {
"smol-toml": ">=1.6.1",
"yaml": ">=2.8.3",
"postcss": ">=8.5.10",
"devalue": ">=5.6.4",
"picomatch": ">=4.0.0"
}
}