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