321
Showing
... | @@ -4,8 +4,8 @@ | ... | @@ -4,8 +4,8 @@ |
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"dev": "vue-cli-service serve", | "dev": "vue-cli-service serve", | ||
"test":"vue-cli-service serve --mode test", | "test": "vue-cli-service serve --mode test", | ||
"deploy:test":"vue-cli-service build --mode test && bash ./test_deploy.sh", | "deploy:test": "vue-cli-service build --mode test && bash ./test_deploy.sh", | ||
"build": "vue-cli-service build" | "build": "vue-cli-service build" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
... | @@ -16,7 +16,9 @@ | ... | @@ -16,7 +16,9 @@ |
"core-js": "^3.6.5", | "core-js": "^3.6.5", | ||
"lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
"register-service-worker": "^1.7.1", | "register-service-worker": "^1.7.1", | ||
"validator": "^13.6.0", | |||
"vant": "^2.12.22", | "vant": "^2.12.22", | ||
"vconsole": "^3.7.0", | |||
"vue": "^2.6.11", | "vue": "^2.6.11", | ||
"vue-fragment": "^1.5.2", | "vue-fragment": "^1.5.2", | ||
"vue-router": "^3.2.0", | "vue-router": "^3.2.0", | ||
... | @@ -24,7 +26,9 @@ | ... | @@ -24,7 +26,9 @@ |
"vuex": "^3.4.0" | "vuex": "^3.4.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@types/async": "^3.2.7", | |||
"@types/lodash": "^4.14.170", | "@types/lodash": "^4.14.170", | ||
"@types/validator": "^13.6.3", | |||
"@typescript-eslint/eslint-plugin": "^4.18.0", | "@typescript-eslint/eslint-plugin": "^4.18.0", | ||
"@typescript-eslint/parser": "^4.18.0", | "@typescript-eslint/parser": "^4.18.0", | ||
"@vue/cli-plugin-babel": "~4.5.0", | "@vue/cli-plugin-babel": "~4.5.0", | ||
... | @@ -37,15 +41,15 @@ | ... | @@ -37,15 +41,15 @@ |
"@vue/eslint-config-typescript": "^7.0.0", | "@vue/eslint-config-typescript": "^7.0.0", | ||
"autoprefixer": "^9.8.6", | "autoprefixer": "^9.8.6", | ||
"babel-plugin-import": "^1.13.3", | "babel-plugin-import": "^1.13.3", | ||
"compression-webpack-plugin": "^1.1.11", | |||
"eslint": "^6.7.2", | "eslint": "^6.7.2", | ||
"eslint-plugin-vue": "^6.2.2", | "eslint-plugin-vue": "^6.2.2", | ||
"less": "^3.0.4", | "less": "^3.0.4", | ||
"less-loader": "^5.0.0", | "less-loader": "^5.0.0", | ||
"postcss": "^7.0.36", | "postcss": "^7.0.36", | ||
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4", | "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4", | ||
"typescript": "~4.1.5", | |||
"vue-template-compiler": "^2.6.11", | |||
"terser-webpack-plugin": "^4.2.3", | "terser-webpack-plugin": "^4.2.3", | ||
"compression-webpack-plugin": "^1.1.11" | "typescript": "~4.1.5", | ||
"vue-template-compiler": "^2.6.11" | |||
} | } | ||
} | } |
public/iconfont.js
0 → 100644
src/layout/dataload/index.ts
0 → 100644
src/service/common.ts
0 → 100644
Please
register
or
sign in
to comment