Pibd-21_Alekseev_I.S._Inter.../IP/package.json

41 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2023-12-03 16:59:28 +04:00
{
2024-01-06 20:33:49 +04:00
"name": "lec4",
"private": true,
"version": "0.0.0",
2023-12-03 16:59:28 +04:00
"type": "module",
"scripts": {
2024-01-06 20:33:49 +04:00
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
2024-01-08 12:20:34 +04:00
"rest": "json-server data.json",
"vite": "vite",
"dev": "npm-run-all --parallel rest vite",
"prod": "npm-run-all lint 'vite build' --parallel rest 'vite preview'"
2023-12-03 16:59:28 +04:00
},
"dependencies": {
2024-01-06 20:33:49 +04:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.18.0",
2024-01-08 12:20:34 +04:00
"react-hot-toast": "^2.4.1",
"axios": "^1.6.1",
2024-01-10 22:03:58 +04:00
"npm": "^10.2.5",
"install": "^0.13.0",
"lorem-ipsum": "^2.0.8",
2024-01-06 20:33:49 +04:00
"bootstrap": "^5.3.2",
"react-bootstrap": "^2.9.1",
"react-bootstrap-icons": "^1.10.3",
"prop-types": "^15.8.1"
2023-12-03 16:59:28 +04:00
},
"devDependencies": {
2024-01-06 20:33:49 +04:00
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-config-airbnb-base": "^15.0.0",
2024-01-08 12:20:34 +04:00
"eslint-plugin-import": "^2.29.0",
2024-01-06 20:33:49 +04:00
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
2024-01-08 12:20:34 +04:00
"json-server": "^0.17.4",
"npm-run-all": "^4.1.5",
2024-01-06 20:33:49 +04:00
"vite": "^4.4.9"
2023-12-03 16:59:28 +04:00
}
2024-01-06 20:33:49 +04:00
}