1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "name": "vue-antd-pro",
- "version": "2.1.0",
- "private": true,
- "scripts": {
- "dev": "vue-cli-service serve",
- "local": "vue-cli-service serve --mode local",
- "serve": "vue-cli-service serve --watch",
- "localDev": "vue-cli-service serve --mode localDev --port 8080",
- "build": "vue-cli-service build",
- "build:preview": "vue-cli-service build --mode preview",
- "build:uat": "vue-cli-service build --mode uat",
- "build:fmea": "vue-cli-service build --mode fmea",
- "build:1081": "vue-cli-service build --mode 1081",
- "build:local": "vue-cli-service build --mode local",
- "test:unit": "vue-cli-service test:unit",
- "lint": "vue-cli-service lint",
- "lint:nofix": "vue-cli-service lint --no-fix",
- "postinstall": "opencollective-postinstall"
- },
- "dependencies": {
- "@antv/data-set": "^0.10.2",
- "@antv/g2": "^3.5.11",
- "@handsontable-pro/vue": "^3.1.1",
- "@handsontable/vue": "^4.1.1",
- "ant-design-vue": "^1.6.1",
- "axios": "^0.19.0",
- "compression-webpack-plugin": "^5.0.1",
- "core-js": "^3.1.2",
- "countup": "^1.8.2",
- "echarts": "4.0.4",
- "enquire.js": "^2.1.6",
- "handsontable": "^7.4.2",
- "handsontable-pro": "^6.2.3",
- "lodash.get": "^4.4.2",
- "lodash.pick": "^4.4.0",
- "md5": "^2.2.1",
- "mockjs2": "1.0.8",
- "moment": "^2.24.0",
- "nprogress": "^0.2.0",
- "viser-vue": "^2.4.6",
- "vue": "^2.6.10",
- "vue-clipboard2": "^0.2.1",
- "vue-cropper": "0.4.9",
- "vue-ls": "^3.2.1",
- "vue-quill-editor": "^3.0.6",
- "vue-router": "^3.1.2",
- "vue-split-panel": "^1.0.4",
- "vue-svg-component-runtime": "^1.0.1",
- "vuex": "^3.1.1",
- "wangeditor": "^3.1.1"
- },
- "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-unit-jest": "^4.0.4",
- "@vue/cli-plugin-vuex": "^4.0.4",
- "@vue/cli-service": "^4.0.4",
- "@vue/eslint-config-standard": "^4.0.0",
- "@vue/test-utils": "^1.0.0-beta.29",
- "babel-eslint": "^10.0.1",
- "babel-plugin-import": "^1.12.2",
- "babel-plugin-transform-remove-console": "^6.9.4",
- "browserslist": "^4.16.5",
- "eslint": "^5.16.0",
- "eslint-plugin-html": "^5.0.0",
- "eslint-plugin-vue": "^5.2.3",
- "hard-source-webpack-plugin": "^0.13.1",
- "less": "^3.0.4",
- "less-loader": "^5.0.0",
- "opencollective": "^1.0.3",
- "opencollective-postinstall": "^2.0.2",
- "vue-svg-icon-loader": "^2.1.1",
- "vue-template-compiler": "^2.6.10",
- "webpack-theme-color-replacer": "^1.2.17"
- },
- "collective": {
- "type": "opencollective",
- "url": "https://opencollective.com/ant-design-pro-vue"
- },
- "description": "- 待办任务 - 编辑\r - 待办任务 - 查看\r - 审批待办 - 查看\r - 审批待办 - 编辑\r - 我的项目 - 查看\r - DMFEA 项目 - 编制\r - DMFEA 项目 - 延期\r - DMFEA 项目 - 查看\r - master DMFEA - 查看\r - master DMFEA - 编辑\r - master DMFEA - 编制",
- "main": ".eslintrc.js",
- "directories": {
- "doc": "docs",
- "test": "tests"
- },
- "author": "",
- "license": "ISC",
- "keywords": []
- }
|