42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"name": "ip-pibd-21-potapov",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"dev": "npm-run-all --parallel start",
|
|
"serve": "http-server -p 80 ./dist/",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"prod": "npm-run-all build --parallel serve"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^5.3.2",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.9.1",
|
|
"react-bootstrap-icons": "^1.10.3",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"eslint": "^8.53.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"http-server": "^14.1.1",
|
|
"i": "^0.3.7",
|
|
"json-server": "^0.17.4",
|
|
"npm-run-all": "^4.1.5",
|
|
"react-devtools": "^4.28.5",
|
|
"vite": "^4.4.5"
|
|
}
|
|
}
|