Int_Prog/лаб5/lab5/package.json
2024-01-19 01:24:45 +04:00

41 lines
1.1 KiB
JSON

{
"name": "project",
"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",
"server": "json-server -w server/db.json",
"app": "npm-run-all --parallel dev server"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"axios": "^1.6.4",
"bootstrap": "^5.3.2",
"eslint-config-airbnb-base": "^15.0.0",
"json-server": "^0.17.4",
"npm-run-all": "^4.1.5",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-datepicker": "^4.25.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
"react-router-dom": "^6.19.0",
"url": "^0.11.3"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"vite": "^5.0.0"
}
}