PIbd-21_Bakalskaya_E.D._INT.../package.json

27 lines
689 B
JSON
Raw Normal View History

2023-10-26 23:47:49 +04:00
{
2023-11-23 22:21:00 +04:00
"name": "pibd-21-bakalskaya-e-d-internet-programming-",
"private": true,
"version": "0.0.0",
2023-11-05 00:08:01 +04:00
"type": "module",
2023-10-26 23:47:49 +04:00
"scripts": {
2023-11-23 22:21:00 +04:00
"dev": "vite",
2023-11-05 00:08:01 +04:00
"build": "vite build",
2023-11-23 22:21:00 +04:00
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
2023-10-26 23:47:49 +04:00
},
"dependencies": {
2023-11-23 22:21:00 +04:00
"react": "^18.2.0",
"react-dom": "^18.2.0"
2023-10-26 23:47:49 +04:00
},
"devDependencies": {
2023-11-23 22:21:00 +04:00
"@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"
2023-10-26 23:47:49 +04:00
}
2023-11-23 22:21:00 +04:00
}