Files
colanode/apps/web/package.json
2026-02-09 15:42:21 +01:00

32 lines
779 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"
},
"dependencies": {
"@colanode/client": "*",
"@colanode/ui": "*",
"@sqlite.org/sqlite-wasm": "^3.51.2-build6",
"comlink": "^4.4.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^5.1.3",
"jsdom": "^28.0.0",
"tailwindcss": "^4.1.18",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^4.0.17"
}
}