macsync/web/package.json

32 lines
809 B
JSON
Raw Normal View History

{
"name": "@mac-sync/web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 5200",
"build": "tsc --noEmit && vite build",
"preview": "vite preview --port 5200",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lilith/ui-feedback": "1.4.3",
"@lilith/ui-layout": "1.3.2",
"@lilith/ui-primitives": "1.2.19",
"@lilith/ui-router": "1.3.2",
"@lilith/ui-styled-components": "6.3.9",
"@lilith/ui-theme": "1.5.2",
"@tanstack/react-query": "^5.0.0",
"lucide-react": "^0.553.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"typescript": "^5.7.0",
"vite": "^6.0.0"
}
}