Files
JChargePointProtocol/jcpp-web-ui/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "jcpp-web-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@antv/g2": "^5.4.0",
"@types/node": "^16.18.126",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
2025-09-27 18:04:00 +08:00
"antd": "^5.27.4",
"axios": "^1.11.0",
"china-division": "^2.7.0",
"echarts": "^6.0.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router-dom": "^7.8.2",
"react-scripts": "5.0.1",
"typescript": "^4.9.5"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false react-scripts start",
2025-09-13 23:24:16 +08:00
"build": "GENERATE_SOURCEMAP=false REACT_APP_ENV=development react-scripts build",
"build:prod": "GENERATE_SOURCEMAP=false REACT_APP_ENV=production react-scripts build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}