25 lines
572 B
JSON
25 lines
572 B
JSON
{
|
|
"name": "sust-admin-frontend",
|
|
"version": "1.0.0",
|
|
"description": "Bootstrap admin frontend for SUST member and payment management",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"bootstrap": "^5.3.2",
|
|
"axios": "^1.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^7.0.6"
|
|
}
|
|
}
|