update
Showing
with
355 additions
and
242 deletions
This diff could not be displayed because it is too large.
| { | ||
| "name": "self-service", | ||
| "name": "typescript", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "serve": "vue-cli-service serve", | ||
| "build": "vue-cli-service build" | ||
| "build": "vue-cli-service build", | ||
| "lint": "vue-cli-service lint" | ||
| }, | ||
| "dependencies": { | ||
| "@types/qs": "^6.9.3", | ||
| "amfe-flexible": "^2.2.1", | ||
| "axios": "^0.19.2", | ||
| "core-js": "^3.6.4", | ||
| "core-js": "^2.6.11", | ||
| "oidc-client": "^1.10.1", | ||
| "qs": "^6.9.4", | ||
| "qs.js": "^0.1.12", | ||
| "ts-loader": "^7.0.5", | ||
| "vant": "^2.8.3", | ||
| "vue": "^2.6.11", | ||
| "vue-axios": "^2.1.5", | ||
| "vant": "^2.2.0", | ||
| "vue": "^2.6.10", | ||
| "vue-class-component": "^7.2.3", | ||
| "vue-property-decorator": "^8.4.1", | ||
| "vue-router": "^3.1.6", | ||
| "vuex": "^3.1.3" | ||
| "vue-router": "^3.3.1", | ||
| "vuex": "^3.4.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@vue/cli-plugin-babel": "^4.3.0", | ||
| "@vue/cli-plugin-typescript": "^4.3.0", | ||
| "@vue/cli-service": "^4.3.0", | ||
| "babel-plugin-import": "^1.13.0", | ||
| "less": "^3.0.4", | ||
| "@vue/cli-plugin-babel": "^3.8.0", | ||
| "@vue/cli-plugin-typescript": "^3.8.1", | ||
| "@vue/cli-service": "^3.8.3", | ||
| "less": "^3.9.0", | ||
| "less-loader": "^5.0.0", | ||
| "postcss-pxtorem": "^5.1.1", | ||
| "ts-import-plugin": "^1.6.6", | ||
| "typescript": "~3.8.3", | ||
| "vue-template-compiler": "^2.6.11" | ||
| "ts-import-plugin": "^1.5.5", | ||
| "typescript": "^3.5.1", | ||
| "vue-property-decorator": "^8.4.2", | ||
| "vue-template-compiler": "^2.6.10" | ||
| } | ||
| } |
No preview for this file type
Please
register
or
sign in
to comment