版本库锁定完成开发
Showing
... | @@ -4,9 +4,10 @@ | ... | @@ -4,9 +4,10 @@ |
"scripts": { | "scripts": { | ||
"serve": "vue-cli-service serve", | "serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | "build": "vue-cli-service build", | ||
"upload": "node scripts/copy-index.js && ali-oss-publish -c oss.config.js -e dist", | "upload": "node scripts/pre-process.js && ali-oss-publish -c oss.config.js -e dist", | ||
"build:upload": "npm run build&&npm run upload", | "build:upload": "npm run build&&npm run upload", | ||
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'" | "i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'", | ||
"link:all": "yarn link zeroing-code-divider zeroing-template-fill props-compute" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"codemirror": "^5.50.0", | "codemirror": "^5.50.0", | ||
... | @@ -18,11 +19,11 @@ | ... | @@ -18,11 +19,11 @@ |
"indexdbwrapper": "^1.0.4", | "indexdbwrapper": "^1.0.4", | ||
"jszip": "^3.2.2", | "jszip": "^3.2.2", | ||
"moment": "^2.24.0", | "moment": "^2.24.0", | ||
"monaco-editor": "^0.19.0", | "monaco-editor": "^0.20.0", | ||
"monaco-editor-webpack-plugin": "^1.8.1", | "monaco-editor-webpack-plugin": "^1.9.0", | ||
"path": "^0.12.7", | "path": "^0.12.7", | ||
"psd-parse-web": "http://gitlab2.dui88.com/laoqifeng/psd-parse-web.git", | |||
"props-compute": "http://gitlab2.dui88.com/laoqifeng/props-compute.git", | "props-compute": "http://gitlab2.dui88.com/laoqifeng/props-compute.git", | ||
"psd-parse-web": "http://gitlab2.dui88.com/laoqifeng/psd-parse-web.git", | |||
"querystringify": "^2.1.1", | "querystringify": "^2.1.1", | ||
"semver": "^7.1.1", | "semver": "^7.1.1", | ||
"socket.io-client": "^2.3.0", | "socket.io-client": "^2.3.0", | ||
... | @@ -30,11 +31,12 @@ | ... | @@ -30,11 +31,12 @@ |
"string-width": "^4.1.0", | "string-width": "^4.1.0", | ||
"uuid": "^3.3.3", | "uuid": "^3.3.3", | ||
"vue": "^2.6.10", | "vue": "^2.6.10", | ||
"vue-codemirror": "^4.0.6", | |||
"vue-i18n": "^8.0.0", | "vue-i18n": "^8.0.0", | ||
"vue-monaco": "http://gitlab2.dui88.com/laoqifeng/vue-monaco.git", | |||
"vue-router": "^3.0.3", | "vue-router": "^3.0.3", | ||
"vuex": "^3.0.1", | "vuex": "^3.0.1", | ||
"zeroing-code-divider": "http://gitlab2.dui88.com/laoqifeng/zeroing-code-divider.git" | "zeroing-code-divider": "http://gitlab2.dui88.com/laoqifeng/zeroing-code-divider.git", | ||
"zeroing-template-fill": "http://gitlab2.dui88.com/laoqifeng/zeroing-template-fill.git" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@kazupon/vue-i18n-loader": "^0.3.0", | "@kazupon/vue-i18n-loader": "^0.3.0", | ||
... | ... |
src/time-format-plugin.js
0 → 100644
Please register or sign in to comment