40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"name": "pibd-23_baryshev_d.a._internet_programming_cyxarukshop",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "npm-run-all --parallel dev server",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"server": "json-server --watch ./src/database/db.json --port 3000",
|
|
"prod": "npm-run-all build preview",
|
|
"lint": "eslint . --ext js --report-unused-disable-directives --max-warnings 0"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "5.3.3",
|
|
"bootstrap-icons": "1.11.3",
|
|
"moment": "^2.30.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.30.1",
|
|
"react-toastify": "^9.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"eslint": "8.56.0",
|
|
"eslint-config-airbnb-base": "15.0.0",
|
|
"eslint-config-prettier": "10.0.2",
|
|
"eslint-plugin-html": "8.1.2",
|
|
"eslint-plugin-import": "2.31.0",
|
|
"eslint-plugin-prettier": "5.2.3",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.23",
|
|
"http-server": "14.1.1",
|
|
"json-server": "^1.0.0-beta.3",
|
|
"npm-run-all": "4.1.5",
|
|
"vite": "6.2.0"
|
|
}
|
|
}
|