mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-04 09:59:55 +08:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"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",
|
|
"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": "cross-env GENERATE_SOURCEMAP=false react-scripts start",
|
|
"build": "cross-env GENERATE_SOURCEMAP=false REACT_APP_ENV=development react-scripts build",
|
|
"build:prod": "cross-env 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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^10.0.0"
|
|
}
|
|
}
|