P2-01: add SQLite WASM OPFS project worker
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=22"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc -b && vite build",
|
||||
@@ -12,15 +15,16 @@
|
||||
"verify": "npm run check:facade-boundary && npm run test:facade && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sqlite.org/sqlite-wasm": "3.53.0-build1",
|
||||
"lucide-react": "^0.468.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"three": "^0.185.1"
|
||||
"three": "0.185.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.3.12",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"@types/three": "^0.185.3",
|
||||
"@types/three": "0.185.3",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"tsx": "^4.23.1",
|
||||
"typescript": "^5.7.2",
|
||||
|
||||
Reference in New Issue
Block a user