pay-company/package.json

51 lines
1.4 KiB
JSON
Raw Normal View History

2026-01-08 16:35:06 +08:00
{
"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",
2026-02-06 17:40:04 +08:00
"react-countup": "^6.5.3",
2026-01-08 16:35:06 +08:00
"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"
}
}