Absorbs the separate control-panel git repo as a subdirectory. Instances and backups directories excluded via .gitignore. Bunker Admin
31 lines
740 B
JSON
31 lines
740 B
JSON
{
|
|
"name": "ccp-admin",
|
|
"version": "1.0.0",
|
|
"description": "Changemaker Control Panel — Admin GUI",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.6.0",
|
|
"@ant-design/v5-patch-for-react-19": "^1.0.3",
|
|
"antd": "^5.23.0",
|
|
"axios": "^1.7.9",
|
|
"dayjs": "^1.11.19",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.1.1",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.7",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^6.0.7"
|
|
}
|
|
}
|