Files
AntiCaptcha/web/package.json
T
admin 5652012b2f
Build and Deploy / build (push) Successful in 2m40s
Build and Deploy / deploy (push) Successful in 9s
fix: add frontend build stage to Dockerfile, update npm install to include devDependencies
2026-07-17 02:06:06 +00:00

24 lines
486 B
JSON

{
"name": "anticaptcha-web",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.7.0",
"typescript": "^5.9.3",
"vite": "^5.4.21"
}
}