| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "name": "iview-admin",
- "version": "2.0.0",
- "author": "Lison<lison16new@163.com>",
- "private": false,
- "scripts": {
- "dev": "vue-cli-service serve --mode dev",
- "build_test": "vue-cli-service build --mode test",
- "build_test_worksop": "vue-cli-service build --mode test_worksop",
- "build_uat": "vue-cli-service build --mode uat",
- "build_pro": "vue-cli-service build --mode pro",
- "build_lib": "vue-cli-service build --target dk --name dk dk/index.js",
- "lint": "vue-cli-service lint",
- "test:unit": "vue-cli-service test:unit",
- "test:e2e": "vue-cli-service test:e2e"
- },
- "dependencies": {
- "@antv/x6": "2.2.1",
- "@antv/x6-plugin-clipboard": "^2.1.3",
- "@antv/x6-plugin-dnd": "^2.0.3",
- "@antv/x6-plugin-export": "^2.1.5",
- "@antv/x6-plugin-history": "^2.1.2",
- "@antv/x6-plugin-keyboard": "^2.1.4",
- "@antv/x6-plugin-selection": "^2.1.5",
- "@antv/x6-plugin-snapline": "^2.1.6",
- "@antv/x6-plugin-stencil": "^2.0.2",
- "@antv/x6-plugin-transform": "^2.1.5",
- "@babel/plugin-proposal-optional-chaining": "^7.18.9",
- "@tinymce/tinymce-vue": "^3.2.8",
- "axios": "^0.18.0",
- "element-ui": "^2.15.12",
- "js-md5": "^0.7.3",
- "sortablejs": "^1.14.0",
- "tinymce": "^5.10.7",
- "view-design": "^4.7.0",
- "vue": "^2.7.14",
- "vue-i18n": "^7.8.0",
- "vue-router": "3.0.0",
- "vuex": "^3.0.1",
- "vuex-persistedstate": "^2.5.4",
- "vxe-table": "3.5.9",
- "iview-area": "^1.6.0",
- "insert-css": "^2.0.0",
- "xe-utils": "^3.5.7",
- "js-cookie": "^2.2.0",
- "simple-keyboard": "^3.4.32",
- "simple-keyboard-layouts": "^3.1.34"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "^3.0.1",
- "@vue/cli-plugin-eslint": "^3.0.1",
- "@vue/cli-plugin-unit-mocha": "^3.0.1",
- "@vue/cli-service": "^3.0.1",
- "@vue/eslint-config-standard": "^3.0.0-beta.10",
- "babel-plugin-component": "^1.1.1",
- "babel-plugin-import": "^1.13.0",
- "eslint-plugin-cypress": "^2.0.1",
- "flag-icon-css": "^3.4.6",
- "friendly-errors-webpack-plugin": "^1.7.0",
- "uuid": "^3.3.2",
- "vue-template-compiler": "^2.7.14",
- "less": "^2.7.3",
- "less-loader": "^4.0.5",
- "lint-staged": "^6.0.0",
- "node-sass": "4.14.1",
- "sass-loader": "8.0.0"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 8"
- ],
- "gitHooks": {
- "pre-commit": "lint-staged"
- },
- "app-plus": {
- "softinputMode": "adjustPan"
- },
- "lint-staged": {
- "*.js": [
- "vue-cli-service lint",
- "git add"
- ],
- "*.vue": [
- "vue-cli-service lint",
- "git add"
- ]
- }
- }
|