12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "name": "TMS-UPCloud",
- "version": "2.2.1",
- "private": true,
- "scripts": {
- "serve": "cross-env vue-cli-service serve",
- "cdn:serve": "cross-env NODE_ENV=cdn VUE_APP_LOGIN_TITLE='' vue-cli-service serve ",
- "build": "cross-env NODE_ENV=production vue-cli-service build",
- "test:unit": "vue-cli-service test:unit",
- "lint": "vue-cli-service lint",
- "build:preview": "vue-cli-service build --mode preview",
- "lint:nofix": "vue-cli-service lint --no-fix",
- "test:plglib": "vue-cli-service serve --mode plglib",
- "deploy": "npm run build && node deploy.js",
- "analyze": "cross-env NODE_ENV=production npm_config_report=true npm run build",
- "analyze:cdn": "cross-env NODE_ENV=production npm_config_report=true npm run build --mode cdn"
- },
- "dependencies": {
- "@antv/g6": "^4.7.14",
- "ant-design-vue": "1.7.8",
- "axios": "^0.21.1",
- "big.js": "^6.2.0",
- "core-js": "^3.1.2",
- "echarts": "^5.1.1",
- "enquire.js": "^2.1.6",
- "lodash.clonedeep": "^4.5.0",
- "lodash.difference": "^4.5.0",
- "lodash.get": "^4.4.2",
- "lodash.pick": "^4.4.0",
- "md5": "^2.2.1",
- "moment": "^2.24.0",
- "monaco-editor": "0.23.0",
- "nprogress": "^0.2.0",
- "pinyin-match": "^1.2.1",
- "plg-platform-setting": "^1.0.2",
- "plglib": "1.1.3",
- "qs": "^6.10.3",
- "store": "^2.0.12",
- "v-viewer": "^1.6.3",
- "vcolorpicker": "^1.1.0",
- "vue": "~2.6.10",
- "vue-clipboard2": "^0.2.1",
- "vue-container-query": "^0.1.0",
- "vue-copy-to-clipboard": "^1.0.3",
- "vue-cropper": "0.4.9",
- "vue-i18n": "^8.17.4",
- "vue-json-editor": "^1.4.3",
- "vue-json-viewer": "^2.2.18",
- "vue-ls": "^3.2.2",
- "vue-router": "^3.1.2",
- "vue-svg-component-runtime": "^1.0.1",
- "vuedraggable": "^2.24.3",
- "vuex": "^3.6.2",
- "vxe-table": "^3.6.11",
- "wangeditor": "^3.1.1",
- "xe-utils": "^3.5.7"
- },
- "peerDependencies": {
- "ant-design-vue": "1.7.8"
- },
- "devDependencies": {
- "@ant-design/colors": "^3.2.1",
- "@vue/cli-plugin-babel": "^4.0.4",
- "@vue/cli-plugin-eslint": "^4.0.4",
- "@vue/cli-plugin-router": "^4.0.4",
- "@vue/cli-plugin-vuex": "^4.0.4",
- "@vue/cli-service": "^4.0.4",
- "@vue/eslint-config-standard": "^4.0.0",
- "babel-eslint": "^10.0.1",
- "babel-plugin-import": "^1.12.2",
- "babel-plugin-transform-remove-console": "^6.9.4",
- "compression-webpack-plugin": "6.1.1",
- "cross-env": "^7.0.3",
- "eslint": "^5.16.0",
- "eslint-plugin-html": "^5.0.0",
- "eslint-plugin-vue": "^5.2.3",
- "git-revision-webpack-plugin": "^3.0.6",
- "html-loader": "^1.3.2",
- "less": "^3.0.4",
- "less-loader": "^5.0.0",
- "monaco-editor-webpack-plugin": "^3.1.0",
- "opencollective": "^1.0.3",
- "opencollective-postinstall": "^2.0.2",
- "raw-loader": "^4.0.2",
- "svg-sprite-loader": "5.0.0",
- "tar-fs": "^2.1.1",
- "vue-svg-icon-loader": "^2.1.1",
- "vue-template-compiler": "~2.6.10",
- "webpack": "4.46.0",
- "webpack-bundle-analyzer": "^4.4.2",
- "webpack-cli": "^4.6.0",
- "webpack-theme-color-replacer": "^1.3.12"
- }
- }
|