ordinarthur-os/apps/pwa/package.json
ordinarthur bc0c15873f init
2026-04-15 16:41:19 +02:00

35 lines
906 B
JSON

{
"name": "@ordinarthur-os/pwa",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview --port 5173 --host",
"typecheck": "tsc --noEmit",
"lint": "eslint \"src/**/*.{ts,tsx}\""
},
"dependencies": {
"@ordinarthur-os/shared": "workspace:*",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-router": "^1.58.7",
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"@tanstack/router-vite-plugin": "^1.58.7",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.5.4",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.20.5"
}
}