26 lines
605 B
JSON
26 lines
605 B
JSON
|
|
{
|
||
|
|
"name": "cameleer-deploy-demo-ui",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.1.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "tsc -p tsconfig.app.json --noEmit && vite build",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@cameleer/design-system": "^0.1.26",
|
||
|
|
"@tanstack/react-query": "^5.90.21",
|
||
|
|
"lucide-react": "^1.7.0",
|
||
|
|
"react": "^19.2.4",
|
||
|
|
"react-dom": "^19.2.4"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "^19.2.14",
|
||
|
|
"@types/react-dom": "^19.2.3",
|
||
|
|
"@vitejs/plugin-react": "^6.0.0",
|
||
|
|
"typescript": "~5.9.3",
|
||
|
|
"vite": "^8.0.0"
|
||
|
|
}
|
||
|
|
}
|