dataease-dm/frontend/package.json

136 lines
3.9 KiB
JSON
Raw Normal View History

2021-03-03 15:06:52 +08:00
{
2021-11-24 18:49:41 +08:00
"name": "dataease",
2022-11-07 10:43:04 +08:00
"version": "1.17.0",
2021-11-24 18:49:41 +08:00
"description": "dataease front",
"private": true,
2021-03-03 15:06:52 +08:00
"scripts": {
"serve": "vue-cli-service serve",
2021-03-11 11:44:59 +08:00
"build": "vue-cli-service build",
2022-10-11 16:51:34 +08:00
"serves": "node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js build",
2021-03-03 15:06:52 +08:00
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
2022-06-08 11:09:23 +08:00
"dll": "webpack -p --progress --config ./webpack.dll.conf.js",
2021-03-03 15:06:52 +08:00
"preview": "node build/index.js --preview",
2022-10-11 15:09:32 +08:00
"lint": "eslint --ext .js,.vue src --fix",
"lint-staged": "lint-staged",
2021-03-03 15:06:52 +08:00
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
},
2022-10-11 15:09:32 +08:00
"husky": {
"hooks": {
"pre-commit": "npm run lint-staged"
}
},
"lint-staged": {
"src/**/*.js": "eslint --ext .js",
"src/**/*.vue": "eslint --ext .vue"
},
2021-03-03 15:06:52 +08:00
"dependencies": {
2022-03-07 17:41:19 +08:00
"@antv/g2plot": "^2.4.9",
"@antv/l7": "2.8.31",
"@antv/l7-component": "2.8.31",
"@antv/l7-core": "2.8.31",
"@antv/l7-layers": "2.8.31",
"@antv/l7-maps": "2.8.31",
"@antv/l7-renderer": "2.8.31",
"@antv/l7-scene": "2.8.31",
"@antv/l7-source": "2.8.31",
"@antv/l7-utils": "2.8.31",
"@antv/s2": "1.35.0",
2022-03-07 17:41:19 +08:00
"@antv/util": "^2.0.17",
"@riophae/vue-treeselect": "0.4.0",
2021-07-01 12:12:43 +08:00
"@tinymce/tinymce-vue": "^3.2.8",
"axios": "^0.21.3",
2021-04-08 17:40:30 +08:00
"core-js": "^2.6.5",
"echarts": "^5.0.1",
"element-resize-detector": "^1.2.3",
2021-11-24 18:49:41 +08:00
"element-ui": "2.15.7",
2021-04-13 18:43:17 +08:00
"file-saver": "^2.0.5",
2022-05-18 18:12:10 +08:00
"fit2cloud-ui": "^1.8.0",
"flv.js": "^1.6.2",
"html2canvasde": "^v1.1.4-de",
2021-10-09 18:22:52 +08:00
"jquery": "^3.1.1",
"js-base64": "^3.7.2",
2021-03-03 15:06:52 +08:00
"js-cookie": "2.2.0",
2021-03-08 18:19:57 +08:00
"jsencrypt": "^3.0.0-rc.1",
2021-08-26 12:21:52 +08:00
"jspdf": "^2.3.1",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
2022-02-18 17:59:19 +08:00
"lodash.isboolean": "^3.0.3",
"lodash.isempty": "^4.4.0",
"lodash.isinteger": "^4.0.4",
"lodash.isnull": "^3.0.0",
"lodash.isnumber": "^3.0.3",
"lodash.isobject": "^3.0.2",
"lodash.isstring": "^4.0.1",
2021-03-03 15:06:52 +08:00
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
"screenfull": "4.2.0",
"sockjs-client": "^1.6.0",
"stompjs": "^2.3.3",
2021-03-03 15:06:52 +08:00
"svg-sprite-loader": "4.1.3",
"svgo": "1.2.2",
2021-07-01 12:12:43 +08:00
"tinymce": "^5.8.2",
"umy-ui": "^1.1.6",
2021-03-03 15:06:52 +08:00
"vue": "2.6.10",
2021-03-29 10:49:10 +08:00
"vue-clipboard2": "0.3.1",
2021-03-12 17:49:41 +08:00
"vue-codemirror": "^4.0.6",
2022-03-27 19:06:37 +08:00
"vue-friendly-iframe": "^0.20.0",
"vue-fullscreen": "^2.5.2",
2021-03-03 15:06:52 +08:00
"vue-i18n": "7.3.2",
"vue-json-views": "^1.3.0",
"vue-proportion-directive": "^1.1.0",
2021-03-03 15:06:52 +08:00
"vue-router": "3.0.6",
"vue-to-pdf": "^1.0.0",
"vue-uuid": "2.0.2",
2021-11-08 19:03:09 +08:00
"vue-video-player": "^5.0.2",
2022-02-18 17:59:19 +08:00
"vue2-ace-editor": "0.0.15",
"vuedraggable": "^2.24.3",
"vuex": "3.1.0",
"webpack": "^4.46.0",
2021-10-09 18:22:52 +08:00
"xlsx": "^0.17.0"
2021-03-03 15:06:52 +08:00
},
"devDependencies": {
"@babel/core": "^7.4.0-0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
2021-03-03 15:06:52 +08:00
"@babel/register": "7.0.0",
2021-03-29 10:49:10 +08:00
"@vue/cli-plugin-babel": "3.6.0",
2022-10-11 15:09:32 +08:00
"@vue/cli-plugin-eslint": "^5.0.4",
"@vue/cli-service": "^3.3.1",
2022-06-16 16:58:46 +08:00
"add-asset-html-webpack-plugin": "^3.1.3",
2022-10-11 15:09:32 +08:00
"babel-eslint": "^10.1.0",
2021-03-03 15:06:52 +08:00
"chalk": "2.4.2",
2022-06-16 16:58:46 +08:00
"clean-webpack-plugin": "^1.0.1",
2021-03-03 15:06:52 +08:00
"connect": "3.6.6",
"copy-webpack-plugin": "^4.6.0",
2022-10-11 15:09:32 +08:00
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.1.0",
2021-03-03 15:06:52 +08:00
"html-webpack-plugin": "3.2.0",
2022-10-11 15:09:32 +08:00
"husky": "^8.0.1",
"less": "^3.0.0",
"less-loader": "^5.0.0",
"lint-staged": "^13.0.1",
2021-06-10 10:53:56 +08:00
"mockjs": "1.0.1-beta3",
"runjs": "^4.1.3",
2021-11-25 11:18:18 +08:00
"sass": "^1.33.0",
2021-10-08 17:22:21 +08:00
"sass-loader": "^7.1.0",
2021-03-03 15:06:52 +08:00
"script-ext-html-webpack-plugin": "2.1.3",
"script-loader": "^0.7.2",
2021-03-03 15:06:52 +08:00
"serve-static": "^1.13.2",
2022-05-31 14:31:57 +08:00
"vue-template-compiler": "2.6.10",
2022-06-16 16:58:46 +08:00
"vuetify": "^2.6.6",
"webpack-cli": "^3.2.3"
2021-03-03 15:06:52 +08:00
},
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}