2021-05-26 17:34:13 +08:00
|
|
|
{
|
2021-06-11 10:00:22 +08:00
|
|
|
"name": "cn",
|
2021-05-26 17:34:13 +08:00
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"serve": "vue-cli-service serve",
|
2021-08-30 17:40:56 +08:00
|
|
|
"build": "cross-env NODE_ENV=production vue-cli-service build",
|
2021-08-30 16:13:32 +08:00
|
|
|
"lint": "vue-cli-service lint",
|
2022-12-06 17:01:46 +08:00
|
|
|
"test": "jest",
|
2021-08-30 16:13:32 +08:00
|
|
|
"analyz": "cross-env NODE_ENV=production npm_config_report=true npm run build"
|
2021-05-26 17:34:13 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-02-26 11:51:13 +08:00
|
|
|
"@amcharts/amcharts4": "^4.10.38",
|
2021-06-24 17:59:51 +08:00
|
|
|
"@amcharts/amcharts4-geodata": "^4.1.20",
|
2023-07-02 22:38:59 +08:00
|
|
|
"@antv/g6": "^4.8.17",
|
2024-02-02 18:13:11 +08:00
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
2021-06-07 18:35:16 +08:00
|
|
|
"axios": "^0.21.1",
|
2023-10-09 19:51:15 +08:00
|
|
|
"babel-plugin-lodash": "~3.3.0",
|
2022-01-23 23:34:51 +08:00
|
|
|
"codemirror": "^5.65.1",
|
2023-10-09 19:51:15 +08:00
|
|
|
"core-js": "~3.31.0",
|
2021-06-16 10:02:54 +08:00
|
|
|
"dayjs": "^1.10.5",
|
2023-10-09 19:51:15 +08:00
|
|
|
"dexie": "~3.2.0",
|
2021-06-07 18:35:16 +08:00
|
|
|
"echarts": "^5.1.1",
|
2024-02-02 18:13:11 +08:00
|
|
|
"element-plus": "^2.5.1",
|
2024-02-28 10:21:16 +08:00
|
|
|
"h3-js": "~3.7.2",
|
2021-06-07 18:35:16 +08:00
|
|
|
"lib-flexible": "^0.3.2",
|
|
|
|
|
"lodash": "^4.17.21",
|
2023-11-30 17:02:44 +08:00
|
|
|
"maplibre-gl": "3.6.2",
|
2022-09-05 19:25:10 +08:00
|
|
|
"mockjs": "^1.1.0",
|
2021-06-11 10:00:22 +08:00
|
|
|
"moment-timezone": "^0.5.33",
|
2023-10-09 19:51:15 +08:00
|
|
|
"postcss-plugin-px2rem": "~0.8.1",
|
2021-06-07 18:35:16 +08:00
|
|
|
"postcss-px2rem-exclude": "0.0.6",
|
2024-03-26 17:06:32 +08:00
|
|
|
"sass": "^1.72.0",
|
2023-10-09 19:51:15 +08:00
|
|
|
"sass-loader": "~8.0.2",
|
2022-01-19 15:31:06 +08:00
|
|
|
"tiny-emitter": "^2.1.0",
|
2023-10-09 19:03:40 +08:00
|
|
|
"vue": "~3.3.0",
|
2021-06-20 13:31:55 +08:00
|
|
|
"vue-grid-layout": "^3.0.0-beta1",
|
2023-10-09 19:51:15 +08:00
|
|
|
"vue-i18n": "~9.2.0",
|
|
|
|
|
"vue-router": "~4.2.0",
|
|
|
|
|
"vuex": "~4.1.0"
|
2021-05-26 17:34:13 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-10-09 19:51:15 +08:00
|
|
|
"@babel/cli": "~7.22.0",
|
|
|
|
|
"@babel/core": "~7.22.5",
|
|
|
|
|
"@babel/plugin-proposal-class-properties": "~7.18.0",
|
|
|
|
|
"@babel/plugin-proposal-private-methods": "~7.18.0",
|
|
|
|
|
"@babel/plugin-proposal-private-property-in-object": "~7.21.0",
|
2024-02-02 18:13:11 +08:00
|
|
|
"@babel/plugin-transform-runtime": "~7.22.0",
|
2023-10-09 19:51:15 +08:00
|
|
|
"@babel/preset-env": "~7.22.0",
|
|
|
|
|
"@babel/preset-typescript": "~7.22.0",
|
2021-06-18 14:35:29 +08:00
|
|
|
"@commitlint/cli": "^9.1.2",
|
|
|
|
|
"@commitlint/config-conventional": "^9.1.2",
|
2021-09-03 16:43:26 +08:00
|
|
|
"@highlightjs/vue-plugin": "^2.0.1",
|
2021-06-18 14:35:29 +08:00
|
|
|
"@rollup/plugin-commonjs": "^15.1.0",
|
|
|
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
|
|
|
"@rollup/plugin-typescript": "^6.0.0",
|
2023-10-09 19:51:15 +08:00
|
|
|
"@testing-library/jest-dom": "~5.16.0",
|
|
|
|
|
"@testing-library/user-event": "~14.4.0",
|
|
|
|
|
"@testing-library/vue": "~6.6.0",
|
|
|
|
|
"@types/jest": "~26.0.0",
|
2021-06-18 14:35:29 +08:00
|
|
|
"@types/lodash": "^4.14.161",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^3.10.1",
|
|
|
|
|
"@typescript-eslint/parser": "^3.10.1",
|
2023-10-09 19:51:15 +08:00
|
|
|
"@vue/babel-plugin-jsx": "~1.1.0",
|
|
|
|
|
"@vue/babel-preset-app": "~5.0.0",
|
2021-05-26 17:34:13 +08:00
|
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
|
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
|
|
|
"@vue/cli-service": "~4.5.0",
|
2023-10-09 19:51:15 +08:00
|
|
|
"@vue/compiler-sfc": "~3.3.0",
|
|
|
|
|
"@vue/component-compiler-utils": "~3.3.0",
|
2023-10-09 19:24:44 +08:00
|
|
|
"@vue/server-renderer": "~3.3.0",
|
2024-02-02 18:13:11 +08:00
|
|
|
"@vue/test-utils": "~2.4.0",
|
2021-05-26 17:34:13 +08:00
|
|
|
"babel-eslint": "^10.1.0",
|
2022-12-06 17:01:46 +08:00
|
|
|
"babel-jest": "^26.0.0",
|
2021-08-26 17:14:51 +08:00
|
|
|
"compression-webpack-plugin": "^8.0.1",
|
2021-08-30 18:55:56 +08:00
|
|
|
"cross-env": "^7.0.3",
|
2021-06-07 18:35:16 +08:00
|
|
|
"eslint": "^7.22.0",
|
|
|
|
|
"eslint-config-standard": "^16.0.2",
|
|
|
|
|
"eslint-plugin-import": "^2.22.1",
|
|
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
|
"eslint-plugin-promise": "^4.3.1",
|
2021-08-23 15:47:18 +08:00
|
|
|
"eslint-plugin-vue": "^7.7.0",
|
2023-10-09 19:51:15 +08:00
|
|
|
"jest": "~26.6.0",
|
|
|
|
|
"ts-jest": "~26.5.0",
|
2021-09-06 18:04:27 +08:00
|
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
2024-02-02 18:13:11 +08:00
|
|
|
"unplugin-auto-import": "^0.17.5",
|
|
|
|
|
"unplugin-vue-components": "^0.26.0",
|
2023-10-08 14:17:51 +08:00
|
|
|
"vue-jest": "^5.0.0-alpha.10"
|
2021-05-26 17:34:13 +08:00
|
|
|
},
|
|
|
|
|
"browserslist": [
|
|
|
|
|
"> 1%",
|
|
|
|
|
"last 2 versions",
|
|
|
|
|
"not dead"
|
|
|
|
|
]
|
|
|
|
|
}
|