Benard John
feat: implement full-stack architecture with database models, authentication services, and web dashboard components
37b5223 | { | |
| "name": "oag-kenya-knowledge", | |
| "version": "1.0.0", | |
| "description": "Citizen-facing RAG interface for OAG Kenya audit reports", | |
| "author": "Benard John", | |
| "type": "module", | |
| "packageManager": "yarn@1.22.22", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "preview": "vite preview", | |
| "lint": "eslint . --ext .vue,.js,.jsx,.ts,.tsx --fix", | |
| "format": "prettier --write 'src/**/*.{vue,js,ts,css,scss}'" | |
| }, | |
| "dependencies": { | |
| "@vicons/ionicons5": "^0.13.0", | |
| "@vueuse/core": "^10.7.0", | |
| "axios": "^1.17.0", | |
| "date-fns": "^3.0.0", | |
| "dompurify": "^3.0.0", | |
| "echarts": "^5.4.0", | |
| "fuse.js": "^7.0.0", | |
| "highlight.js": "^11.9.0", | |
| "marked": "^11.0.0", | |
| "naive-ui": "^2.37.0", | |
| "pinia": "^2.1.0", | |
| "uuid": "^9.0.1", | |
| "vfonts": "^0.1.0", | |
| "vue": "^3.4.0", | |
| "vue-echarts": "^6.6.0", | |
| "vue-router": "^4.2.0" | |
| }, | |
| "devDependencies": { | |
| "@types/dompurify": "^3.0.0", | |
| "@types/node": "^20.0.0", | |
| "@typescript-eslint/eslint-plugin": "^6.0.0", | |
| "@typescript-eslint/parser": "^6.0.0", | |
| "@vitejs/plugin-vue": "^5.0.0", | |
| "eslint": "^8.56.0", | |
| "eslint-plugin-vue": "^9.0.0", | |
| "prettier": "^3.1.0", | |
| "sass": "^1.69.0", | |
| "typescript": "^5.3.0", | |
| "unplugin-auto-import": "^0.17.0", | |
| "unplugin-vue-components": "^0.26.0", | |
| "vite": "^5.0.0", | |
| "vue-tsc": "^1.8.0" | |
| } | |
| } |