ibms-MCUT/Frontend/ibms_solar/package.json
2024-09-05 09:40:39 +08:00

39 lines
944 B
JSON

{
"name": "ibms_solar",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"apexcharts": "^3.53.0",
"axios": "^1.7.7",
"date-fns": "^3.6.0",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-datepicker": "^7.3.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-router-dom": "^6.26.1"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.44",
"tailwindcss": "^3.4.10",
"vite": "^5.4.1"
}
}