HiPhone_FE/package.json

36 lines
925 B
JSON
Raw Normal View History

2023-09-28 22:11:18 +09:00
{
"name": "gp",
"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": {
"@toss/error-boundary": "^1.4.4",
"axios": "^1.5.0",
"chart.js": "^4.4.0",
"react": "^18.2.0",
2023-10-16 22:51:40 +09:00
"react-chartjs-2": "^5.2.0",
"react-cookie": "^6.1.1",
2023-09-28 22:11:18 +09:00
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.16.0",
2023-10-16 22:51:40 +09:00
"styled-components": "^6.0.8",
"zustand": "^4.4.1"
2023-09-28 22:11:18 +09:00
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"vite": "^4.4.5"
}
}