SIU_Dran_net/frontend/package.json

31 lines
775 B
JSON
Raw Normal View History

2024-04-17 14:42:33 +00:00
{
"name": "frontend",
"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": {
2024-05-06 13:38:56 +00:00
"axios": "^1.6.8",
2024-04-17 14:42:33 +00:00
"react": "^18.2.0",
2024-05-06 13:38:56 +00:00
"react-dom": "^18.2.0",
2024-05-13 06:44:42 +00:00
"react-dropzone": "^14.2.3",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1"
2024-04-17 14:42:33 +00:00
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"vite": "^5.2.0"
}
}