update
Showing
| ... | ... | @@ -7,7 +7,8 @@ |
| "build.demo": "vue-cli-service build --modern --mode pro.demo", | ||
| "lint": "vue-cli-service lint", | ||
| "rm_cache": "rm -rf ./node_modules/.cache", | ||
| "core": "yarn add git+https://github.com/mizuki1412/web-toolkit.git" | ||
| "core": "yarn add git+https://github.com/mizuki1412/web-toolkit.git", | ||
| "upgrade": "yarn upgrade-interactive --latest" | ||
| }, | ||
| "lint-staged": { | ||
| "*.ts": [ | ||
| ... | ... | @@ -16,22 +17,23 @@ |
| ] | ||
| }, | ||
| "dependencies": { | ||
| "element-ui": "^2.13.0", | ||
| "element-ui": "^2.13.2", | ||
| "web-toolkit": "git+https://github.com/mizuki1412/web-toolkit.git" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "7.7.4", | ||
| "@types/echarts": "^4.4.1", | ||
| "@types/qs": "^6.9.0", | ||
| "@vue/babel-preset-app": "^4.2.3", | ||
| "@vue/cli-plugin-babel": "^4.2.3", | ||
| "@vue/cli-plugin-typescript": "^4.2.3", | ||
| "@vue/cli-service": "^4.2.3", | ||
| "babel-loader": "^8.0.6", | ||
| "core-js": "^3.4.2", | ||
| "node-sass": "^4.13.0", | ||
| "sass-loader": "^7.3.1", | ||
| "typescript": "^3.8.3", | ||
| "vue-template-compiler": "^2.6.10" | ||
| "@babel/core": "7.10.4", | ||
| "@babel/helper-call-delegate": "^7.10.4", | ||
| "@types/echarts": "^4.6.3", | ||
| "@types/qs": "^6.9.3", | ||
| "@vue/babel-preset-app": "^4.4.6", | ||
| "@vue/cli-plugin-babel": "^4.4.6", | ||
| "@vue/cli-plugin-typescript": "^4.4.6", | ||
| "@vue/cli-service": "^4.4.6", | ||
| "babel-loader": "^8.1.0", | ||
| "core-js": "^3.6.5", | ||
| "node-sass": "^4.14.1", | ||
| "sass-loader": "^9.0.2", | ||
| "typescript": "^3.9.6", | ||
| "vue-template-compiler": "^2.6.11" | ||
| } | ||
| } |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment