Files
dbis_core/frontend/package.json
2026-01-02 20:30:26 -08:00

43 lines
1.2 KiB
JSON

{
"name": "dbis-admin-console",
"version": "1.0.0",
"description": "DBIS Admin Console - Frontend application",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:check": "tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write \"src/**/*.{ts,tsx,css}\""
},
"dependencies": {
"@tanstack/react-query": "^5.17.0",
"axios": "^1.6.2",
"clsx": "^2.1.0",
"date-fns": "^3.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-router-dom": "^6.21.0",
"recharts": "^2.10.3",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/node": "^25.0.3",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"vite": "^5.0.8"
}
}