85b31e9528
Co-authored-by: ISMAIL MASSERAN <topaz@Mac.dlinkrouter.local> Co-authored-by: ISMAIL MASSERAN <topaz@ISMAILs-Macbook.local> Reviewed-on: #1
39 lines
1017 B
JSON
39 lines
1017 B
JSON
{
|
|
"name": "admin-app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 5000",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@react-oauth/google": "^0.12.1",
|
|
"bootstrap": "^5.3.3",
|
|
"bootstrap-icons": "^1.11.3",
|
|
"formik": "^2.4.5",
|
|
"qrcode": "^1.5.4",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.10.2",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^5.0.1",
|
|
"react-router-dom": "^6.22.3",
|
|
"rsuite": "^5.59.0",
|
|
"validator": "^13.11.0",
|
|
"yup": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/qrcode": "^1.5.6",
|
|
"@types/react": "^18.2.64",
|
|
"@types/react-dom": "^18.2.21",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react": "^7.34.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"vite": "^5.1.6"
|
|
}
|
|
}
|