2026-04-04 15:58:16 -07:00
|
|
|
{
|
|
|
|
|
"name": "@lilith/admin-frontend",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"packageManager": "bun@1.2.6",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite --port 5121",
|
2026-04-18 13:04:58 -07:00
|
|
|
"build": "lixbuild",
|
2026-04-04 15:58:16 -07:00
|
|
|
"preview": "vite preview",
|
2026-04-06 21:36:26 -07:00
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"test:e2e": "playwright test",
|
|
|
|
|
"test:e2e:ui": "playwright test --ui"
|
2026-04-04 15:58:16 -07:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-04-06 21:36:26 -07:00
|
|
|
"@lilith/account-popout": "^1.0.0",
|
2026-04-12 22:25:37 -07:00
|
|
|
"@lilith/qr-device-login-react": "^0.1.2",
|
2026-04-17 23:11:26 -07:00
|
|
|
"@lilith/quinn-app-switcher": "*",
|
2026-04-04 15:58:16 -07:00
|
|
|
"@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/ui-styled-components": "^6.3.9",
|
|
|
|
|
"@lilith/ui-typography": "^1.1.7",
|
2026-04-17 18:51:25 -07:00
|
|
|
"@lilith/vite-version-plugin": "^1.2.0",
|
2026-04-04 21:18:57 -07:00
|
|
|
"lucide-react": "^0.460.0",
|
2026-04-04 15:58:16 -07:00
|
|
|
"react": "^19.2.3",
|
2026-04-19 20:01:46 -07:00
|
|
|
"react-dom": "^19.2.3"
|
2026-04-04 15:58:16 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-04-18 13:04:58 -07:00
|
|
|
"@lilith/lix-build": "^1.0.7",
|
|
|
|
|
"@lilith/lix-test": "^1.0.0",
|
2026-04-06 21:36:26 -07:00
|
|
|
"@playwright/test": "^1.52.0",
|
2026-04-04 15:58:16 -07:00
|
|
|
"@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"
|
|
|
|
|
}
|
|
|
|
|
}
|