add dexie as indexedDB buffer store
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "audio-app",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview",
|
||||
"deploy": "rm -rf ../audio-host/public/audio-app/* && vite build && cp -r dist/* ../audio-host/public/audio-app/"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "~5.8.3",
|
||||
"vite": "^6.3.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@rnbo/js": "^1.3.4",
|
||||
"dexie": "^4.0.11"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user