Files
proxui/frontend/package.json
T
2026-06-09 20:31:08 +02:00

27 lines
595 B
JSON

{
"name": "proxui-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@tanstack/react-query": "^5.0.0",
"@supabase/supabase-js": "^2.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^5.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9.0.0",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0"
}
}