32 lines
837 B
JSON
32 lines
837 B
JSON
{
|
|
"name": "@lilith/messages-frontend-showcase",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 5176",
|
|
"build": "vite build",
|
|
"typecheck": "tsc --noEmit",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/ui-imessage": "1.0.2",
|
|
"@lilith/ui-layout": "1.3.2",
|
|
"@lilith/ui-primitives": "1.2.19",
|
|
"@lilith/ui-styled-components": "6.3.9",
|
|
"@lilith/ui-tables": "1.0.1",
|
|
"@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",
|
|
"styled-components": "^6.1.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"
|
|
}
|
|
}
|