test_rsabhk_fe/package.json
2025-04-28 00:02:47 +07:00

43 lines
1.1 KiB
JSON

{
"name": "poliklinik_bk",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"axios": "^1.6.2",
"flowbite-react": "^0.7.2",
"framer-motion": "^10.17.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-redux": "^9.0.4",
"react-router-dom": "^6.21.1",
"react-select": "^5.8.0",
"react-toastify": "^9.1.3",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"sweetalert2": "^11.10.1",
"swiper": "^11.0.5"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"vite": "^5.0.8"
}
}