Aethel Bot OSS repository!
aethel.xyz
bot
fun
ai
discord
discord-bot
aethel
1{
2 "name": "aethel-dashboard",
3 "version": "1.0.0",
4 "type": "module",
5 "scripts": {
6 "dev": "bunx --bun vite",
7 "build": "bunx --bun tsc && bunx --bun vite build",
8 "preview": "bunx --bun vite preview",
9 "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
10 },
11 "dependencies": {
12 "@heroicons/react": "^2.2.0",
13 "@tanstack/react-query": "^5.84.1",
14 "axios": "^1.11.0",
15 "dotenv": "^17.2.1",
16 "lucide-react": "^0.294.0",
17 "react": "^18.3.1",
18 "react-dom": "^18.3.1",
19 "react-icons": "^5.5.0",
20 "react-router-dom": "^6.30.1",
21 "sonner": "^1.7.4",
22 "zustand": "^4.5.7"
23 },
24 "devDependencies": {
25 "@types/react": "^18.3.23",
26 "@types/react-dom": "^18.3.7",
27 "@typescript-eslint/eslint-plugin": "^8.38.0",
28 "@typescript-eslint/parser": "^8.38.0",
29 "@vitejs/plugin-react": "^4.7.0",
30 "autoprefixer": "^10.4.21",
31 "eslint": "^9.32.0",
32 "eslint-plugin-react-hooks": "^5.2.0",
33 "eslint-plugin-react-refresh": "^0.4.20",
34 "postcss": "^8.5.6",
35 "tailwindcss": "^3.4.17",
36 "typescript": "^5.8.3",
37 "vite": "^7.0.6"
38 }
39}