generated from Dicken/dickendock
32 lines
840 B
JSON
32 lines
840 B
JSON
{
|
|
"name": "@launchpad/frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -p tsconfig.json --noEmit && vite build",
|
|
"preview": "vite preview --host 0.0.0.0 --port 5173",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@launchpad/shared": "workspace:*",
|
|
"@launchpad/ui": "workspace:*",
|
|
"@tanstack/react-query": "^5.51.23",
|
|
"@tanstack/react-router": "^1.58.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.41",
|
|
"tailwindcss": "^3.4.10",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.1",
|
|
"vite-plugin-pwa": "^0.20.5"
|
|
}
|
|
}
|