32 lines
905 B
JSON
Executable file
32 lines
905 B
JSON
Executable file
{
|
|
"name": "@lilith/frontend-showcase",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/service-react-bootstrap": "^1.2.0",
|
|
"@lilith/types": "workspace:^",
|
|
"@lilith/ui-dev-content": "^1.0.2",
|
|
"@lilith/ui-developer-fab": "^1.0.11",
|
|
"@lilith/ui-primitives": "^1.2.10",
|
|
"@lilith/ui-theme": "1.3.3",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"@lilith/ui-styled-components": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs": "^2.2.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"
|
|
}
|
|
}
|