Files
PIBD-23_Ivanov.D.A._Interne…/MyWebSite/package.json
2025-05-17 11:41:06 +04:00

44 lines
1.3 KiB
JSON

{
"name": "mywebsite",
"version": "1.0.0",
"main": "vite.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build",
"serve": "http-server -p 3000 ./dist/",
"prod": "npm-run-all build serve",
"lint": "eslint . --ext js --report-unused-disable-directives --max-warnings 0",
"server": "json-server --watch db.json --port 3001",
"dev": "vite",
"start": "npm-run-all -p server dev"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"axios": "^1.9.0",
"bootstrap": "^5.3.6",
"bootstrap-icons": "1.11.3",
"json-server": "^0.17.4",
"react": "^19.1.0",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.6.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.4.1",
"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",
"http-server": "14.1.1",
"npm-run-all": "4.1.5",
"vite": "^6.3.5"
},
"keywords": [],
"author": "denis",
"license": "ISC",
"description": ""
}