Antrian-Apps/package.json
2025-02-27 23:30:16 +07:00

44 lines
1.0 KiB
JSON

{
"name": "queue-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^2.6.0",
"axios": "^1.8.1",
"bcryptjs": "^3.0.2",
"bootstrap": "^5.3.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express-validator": "^7.2.1",
"idb": "^8.0.2",
"jsonwebtoken": "^9.0.2",
"react": "^19.0.0",
"react-bootstrap": "^2.10.9",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-player": "^2.16.0",
"react-redux": "^9.2.0",
"react-router-dom": "^6.29.0",
"redux": "^5.0.1"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^1.3.2",
"eslint": "^9.19.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"vite": "^6.1.1"
}
}