35 lines
815 B
JSON
35 lines
815 B
JSON
{
|
|
"name": "@lunar/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint .",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@lunar/core": "workspace:*",
|
|
"framer-motion": "^12.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.0.0",
|
|
"zustand": "^5.0.0",
|
|
"lucide-react": "^0.468.0",
|
|
"clsx": "^2.1.0",
|
|
"tailwind-variants": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.7.0",
|
|
"vite": "^6.0.0",
|
|
"@vitejs/plugin-react": "^4.4.0",
|
|
"vite-plugin-pwa": "^0.21.0"
|
|
}
|
|
}
|