58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "ep133-export-to-daw",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "biome check --write src",
|
|
"format": "biome format --write src"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.4.0",
|
|
"@sentry/react": "^10.53.1",
|
|
"@sentry/vite-plugin": "^5.3.0",
|
|
"@tanstack/react-query": "^5.100.13",
|
|
"@tonejs/midi": "^2.0.28",
|
|
"clsx": "^2.1.1",
|
|
"events": "^3.3.0",
|
|
"jotai": "^2.20.0",
|
|
"jstoxml": "^7.1.0",
|
|
"jszip": "^3.10.1",
|
|
"ky": "^2.0.2",
|
|
"lodash": "^4.18.1",
|
|
"preact": "^10.29.2",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-hook-form": "^7.76.1",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss": "^4.3.0",
|
|
"workbox-window": "^7.4.1",
|
|
"wouter": "^3.10.0",
|
|
"wouter-preact": "^3.10.0",
|
|
"xml2js": "^0.6.2",
|
|
"xmlbuilder2": "^4.0.3",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.2.0",
|
|
"@preact/preset-vite": "^2.10.5",
|
|
"@tailwindcss/vite": "^4.3.0",
|
|
"@types/jstoxml": "^5.0.0",
|
|
"@types/lodash": "^4.17.24",
|
|
"@types/node": "^24.12.4",
|
|
"@types/react": "^19.2.15",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/xml2js": "^0.4.14",
|
|
"tsx": "^4.22.3",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.0.14",
|
|
"vite-plugin-minify": "^2.1.0",
|
|
"vite-plugin-pwa": "^1.3.0",
|
|
"vite-plugin-svgr": "^5.2.0"
|
|
},
|
|
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
|
|
}
|