All checks were successful
Build and Push Docker Image / build (push) Successful in 5m10s
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"private": true,
|
|
"author": "helloworld <hello@world.com>",
|
|
"scripts": {
|
|
"build": "max build",
|
|
"dev": "max dev",
|
|
"format": "prettier --cache --write .",
|
|
"gencode": "node ./node_modules/.bin/gencode-ts",
|
|
"postinstall": "max setup",
|
|
"setup": "max setup",
|
|
"start": "npm run dev"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/charts": "^2.6.6",
|
|
"@ant-design/icons": "^5.0.1",
|
|
"@ant-design/plots": "^2.6.6",
|
|
"@ant-design/pro-components": "^2.8.10",
|
|
"@antv/l7": "^2.23.0",
|
|
"@antv/l7-leaflet": "^1.0.2",
|
|
"@antv/l7-maps": "^2.23.0",
|
|
"@antv/l7plot": "^0.5.11",
|
|
"@umijs/max": "^4.3.10",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-react": "^1.0.6",
|
|
"antd": "^5.4.0",
|
|
"axios": "^1.7.2",
|
|
"dayjs": "^1.11.12",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"file-saver": "^2.0.5",
|
|
"jszip": "^3.10.1",
|
|
"leaflet": "^1.9.4",
|
|
"lodash": "^4.17.21",
|
|
"react-activation": "^0.13.4",
|
|
"react-use": "^17.5.1",
|
|
"valtio": "^1.13.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/leaflet": "^1.9.21",
|
|
"@types/react": "^18.0.33",
|
|
"@types/react-dom": "^18.0.11",
|
|
"gencode-ts-cli": "^0.0.1",
|
|
"lint-staged": "^13.2.0",
|
|
"prettier": "^2.8.7",
|
|
"prettier-plugin-organize-imports": "^3.2.2",
|
|
"prettier-plugin-packagejson": "^2.4.3",
|
|
"typescript": "^5.0.3"
|
|
}
|
|
}
|