internet-programming/lab4/package.json

34 lines
890 B
JSON
Raw Normal View History

2023-11-13 22:14:25 +04:00
{
"name": "lab4",
"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"
},
"dependencies": {
2023-11-14 00:25:12 +04:00
"bootstrap": "^5.3.2",
2023-11-15 23:17:59 +04:00
"mdb-react-ui-kit": "^7.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
2023-11-14 00:25:12 +04:00
"react-bootstrap": "^2.9.1",
"react-bootstrap-icons": "^1.10.3",
2023-11-15 23:17:59 +04:00
"react-dom": "^18.2.0",
"react-router-dom": "^6.18.0"
2023-11-13 22:14:25 +04:00
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
2023-11-14 00:25:12 +04:00
"eslint-config-airbnb-base": "^15.0.0",
2023-11-13 22:14:25 +04:00
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"vite": "^4.4.5"
}
2023-11-15 23:17:59 +04:00
}