mirror of
https://github.com/colanode/colanode.git
synced 2025-12-15 19:27:46 +01:00
27 lines
605 B
JSON
27 lines
605 B
JSON
{
|
|
"name": "@colanode/web",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "vite --port 4000",
|
|
"start": "vite --port 4000",
|
|
"build": "vite build && tsc",
|
|
"serve": "vite preview",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@colanode/client": "*",
|
|
"@colanode/ui": "*",
|
|
"@sqlite.org/sqlite-wasm": "^3.50.4-build1",
|
|
"comlink": "^4.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.14",
|
|
"@vitejs/plugin-react": "^5.0.4",
|
|
"tailwindcss": "^4.1.13",
|
|
"vite": "^7.1.10",
|
|
"vite-plugin-pwa": "^1.1.0"
|
|
}
|
|
}
|