Files
ospab.host/ospabhost/frontend/package.json
Georgiy Syralev 753696cc93 update README
2025-11-26 21:43:57 +03:00

46 lines
1.1 KiB
JSON

{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@marsidev/react-turnstile": "^1.3.1",
"axios": "^1.12.2",
"qrcode.react": "^4.2.0",
"quill": "^2.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-icons": "^5.5.0",
"react-qr-code": "^2.0.18",
"react-quill": "^2.0.0",
"recharts": "^3.3.0",
"xterm": "^5.3.0"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"postcss": "^8.4.21",
"react-router-dom": "^7.9.1",
"tailwindcss": "^3.3.3",
"terser": "^5.44.1",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2"
}
}