936fb461e3
Generated release with automated versioning system.
Release type: minor
Build date: 2026-05-31 20:17:05 UTC
🤖 Generated with automated release workflow
71 lines
2.1 KiB
JSON
71 lines
2.1 KiB
JSON
{
|
|
"name": "K.G.Studio",
|
|
"private": true,
|
|
"version": "0.19.0-build.20260531",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:browser": "playwright test",
|
|
"test:browser:install": "playwright install chromium",
|
|
"test:browser:tempo": "playwright test src/test/browser/audio-tempo-detection.spec.ts",
|
|
"test:ui": "vitest --ui",
|
|
"test:coverage": "vitest --coverage",
|
|
"test:run": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@breezystack/lamejs": "^1.2.7",
|
|
"class-transformer": "^0.5.1",
|
|
"demucs-web": "^1.0.2",
|
|
"fft.js": "^4.0.4",
|
|
"idb": "^8.0.3",
|
|
"jszip": "^3.10.1",
|
|
"katex": "^0.16.46",
|
|
"onnxruntime-web": "^1.26.0",
|
|
"openai": "^6.33.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-syntax-highlighter": "^15.6.1",
|
|
"reflect-metadata": "^0.2.2",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-math": "^6.0.0",
|
|
"tonal": "^6.4.3",
|
|
"tone": "^15.1.22",
|
|
"vexflow": "^5.0.0",
|
|
"web-audio-beat-detector": "^8.2.36",
|
|
"zustand": "^5.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.29.0",
|
|
"@playwright/test": "^1.60.0",
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@testing-library/jest-dom": "^6.8.0",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^22.9.3",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@vitejs/plugin-react": "^4.5.2",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"@vitest/ui": "^3.2.4",
|
|
"eslint": "^9.29.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.2.0",
|
|
"jsdom": "^26.1.0",
|
|
"semantic-release": "^21.1.2",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.34.1",
|
|
"vite": "^7.0.0",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|