31 lines
814 B
JSON
31 lines
814 B
JSON
{
|
|
"name": "@lilith/client-intel-admin",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/client-intel-shared": "*",
|
|
"@lilith/ui-feedback": "^1.0.0",
|
|
"@lilith/ui-forms": "^1.0.0",
|
|
"@lilith/ui-layout": "^1.1.0",
|
|
"@lilith/ui-motion": "^1.0.0",
|
|
"@lilith/ui-primitives": "^1.2.10",
|
|
"@lilith/ui-router": "^1.0.0",
|
|
"@lilith/ui-styled-components": "^6.3.8",
|
|
"@lilith/ui-theme": "^1.3.5",
|
|
"@tanstack/react-query": "^5.90.19",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^4.5.2",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|