38 lines
1009 B
JSON
38 lines
1009 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": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@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"
|
|
}
|
|
}
|