dv/frontend/package.json

43 lines
1004 B
JSON

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@ant-design/icons": "^6.1.1",
"@reduxjs/toolkit": "^2.11.2",
"antd": "^6.3.5",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.6",
"echarts-wordcloud": "^2.1.0",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"next": "16.2.2",
"pptxgenjs": "^4.0.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-grid-layout": "^2.2.3",
"react-redux": "^9.2.0",
"uuid": "^13.0.0",
"xlsx": "^0.18.5",
"zustand": "^5.0.12"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-grid-layout": "^1.3.6",
"@types/uuid": "^10.0.0",
"eslint": "^9",
"eslint-config-next": "16.2.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}