| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "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_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": {
- "@babel/plugin-proposal-optional-chaining": "^7.18.9",
- "axios": "^0.18.0",
- "concurrent-tasks": "^1.0.7",
- "core-js": "^2.6.12",
- "js-base64": "^3.7.3",
- "js-cookie": "^2.2.0",
- "js-md5": "^0.7.3",
- "vant": "^2.12.53",
- "vconsole": "^3.15.0",
- "vue": "^2.7.14",
- "vue-i18n": "^7.8.0",
- "vue-jsonp": "^2.0.0",
- "vue-plugin-hiprint": "0.0.53-beta11",
- "vue-property-decorator": "^9.1.2",
- "vue-router": "3.0.0",
- "vuex": "^3.0.1",
- "vuex-persistedstate": "^2.5.4",
- "xe-ajax": "^4.0.5",
- "xe-utils": "^3.5.7"
- },
- "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",
- "bootstrap": "^4.3.1",
- "chai": "^4.3.7",
- "eslint-plugin-cypress": "^2.0.1",
- "flag-icon-css": "^3.4.6",
- "friendly-errors-webpack-plugin": "^1.7.0",
- "javascript-natural-sort": "^0.7.1",
- "less": "^2.7.3",
- "less-loader": "^4.0.5",
- "lint-staged": "^6.0.0",
- "node-sass": "4.14.1",
- "sass-loader": "8.0.0",
- "uuid": "^3.3.2",
- "vue-template-compiler": "^2.7.14"
- },
- "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"
- ]
- }
- }
|