IP_Exam_PIbd-21_Potapov/package.json
2024-01-11 10:53:23 +04:00

41 lines
1.3 KiB
JSON

{
"name": "ip-exam-pibd-21-potapov",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"front": "vite",
"back": "json-server -p 8081 -w data.json",
"dev": "npm-run-all --parallel front back",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"serve": "http-server -p 80 ./dist/",
"prod": "npm-run-all lint build --parallel back serve"
},
"dependencies": {
"react": "^18.2.0",
"axios": "^1.6.1",
"bootstrap": "^5.3.2",
"prop-types": "^15.8.1",
"react-bootstrap": "^2.9.2",
"react-bootstrap-icons": "^1.10.3",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.19.0",
"http-server": "^14.1.1"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^5.0.8",
"json-server": "^0.17.4",
"npm-run-all": "^4.1.5"
}
}