40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@lilith/admin-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "bun@1.2.6",
|
|
"scripts": {
|
|
"dev": "vite --port 5121",
|
|
"build": "NODE_ENV=production vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/account-popout": "^1.0.0",
|
|
"@lilith/ui-forms": "^1.2.0",
|
|
"@lilith/ui-icons": "^1.2.2",
|
|
"@lilith/ui-layout": "^1.2.0",
|
|
"@lilith/ui-motion": "^2.2.0",
|
|
"@lilith/ui-navigation": "^1.2.9",
|
|
"@lilith/ui-router": "^1.3.2",
|
|
"@lilith/qr-device-login-react": "^0.1.0",
|
|
"@lilith/ui-styled-components": "^6.3.9",
|
|
"@lilith/ui-typography": "^1.1.7",
|
|
"framer-motion": "^11.0.0",
|
|
"lucide-react": "^0.460.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-router-dom": "^7.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.52.0",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.4.1"
|
|
}
|
|
}
|