-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 970 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 970 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
{
"name": "browser-audio-tools",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"lint": "biome check",
"lint:fix": "biome check --write",
"format": "biome format --write"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/react": "^5.0.4",
"@astrojs/vercel": "^10.0.6",
"@biomejs/biome": "^2.4.14",
"@types/bun": "latest",
"@types/dom-view-transitions": "^1.0.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.2.1",
"typescript": "^6.0.3"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"fflate": "^0.8.2",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"wavesurfer.js": "^7.12.6"
},
"engines": {
"node": "24.x"
}
}