core/dashboard/package.json
2026-01-08 16:04:43 -03:00

34 lines
927 B
JSON

{
"name": "dashboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"appwrite": "^21.5.0",
"lucide-react": "^0.560.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^7.10.1"
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.22",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5.2.2",
"vite": "^7.3.1"
}
}