|
|
@ -21,63 +21,63 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
"@vant/touch-emulator": "^1.3.2", |
|
|
|
"@vant/touch-emulator": "^1.3.2", |
|
|
|
"@vueuse/core": "^5.2.0", |
|
|
|
"@vueuse/core": "^5.3.0", |
|
|
|
"@vueuse/integrations": "^5.2.0", |
|
|
|
"@vueuse/integrations": "^5.3.0", |
|
|
|
"animate.css": "^4.1.1", |
|
|
|
"animate.css": "^4.1.1", |
|
|
|
"axios": "^0.21.1", |
|
|
|
"axios": "^0.21.1", |
|
|
|
"dayjs": "^1.10.6", |
|
|
|
"dayjs": "^1.10.6", |
|
|
|
"dexie": "^3.0.3", |
|
|
|
"dexie": "^3.0.3", |
|
|
|
"element-plus": "1.0.2-beta.58", |
|
|
|
"element-plus": "1.0.2-beta.70", |
|
|
|
"lodash": "^4.17.21", |
|
|
|
"lodash": "^4.17.21", |
|
|
|
"monaco-editor": "^0.26.1", |
|
|
|
"monaco-editor": "^0.26.1", |
|
|
|
"nanoid": "^3.1.23", |
|
|
|
"nanoid": "^3.1.25", |
|
|
|
"normalize.css": "^8.0.1", |
|
|
|
"normalize.css": "^8.0.1", |
|
|
|
"nprogress": "^1.0.0-1", |
|
|
|
"nprogress": "^1.0.0-1", |
|
|
|
"qrcode": "^1.4.4", |
|
|
|
"qrcode": "^1.4.4", |
|
|
|
"qs": "^6.10.1", |
|
|
|
"qs": "^6.10.1", |
|
|
|
"vant": "3.1.4", |
|
|
|
"vant": "3.2.0", |
|
|
|
"vue": "3.1.5", |
|
|
|
"vue": "3.2.2", |
|
|
|
"vue-router": "^4.0.10", |
|
|
|
"vue-router": "^4.0.11", |
|
|
|
"vuedraggable": "^4.0.3", |
|
|
|
"vuedraggable": "^4.0.3", |
|
|
|
"vuex": "^4.0.2" |
|
|
|
"vuex": "^4.0.2" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
"@commitlint/cli": "^13.1.0", |
|
|
|
"@commitlint/cli": "^13.1.0", |
|
|
|
"@commitlint/config-conventional": "^13.1.0", |
|
|
|
"@commitlint/config-conventional": "^13.1.0", |
|
|
|
"@types/node": "^16.4.2", |
|
|
|
"@types/node": "^16.6.0", |
|
|
|
"@typescript-eslint/eslint-plugin": "^4.28.4", |
|
|
|
"@typescript-eslint/eslint-plugin": "^4.29.1", |
|
|
|
"@typescript-eslint/parser": "^4.28.4", |
|
|
|
"@typescript-eslint/parser": "^4.29.1", |
|
|
|
"@vitejs/plugin-legacy": "^1.4.4", |
|
|
|
"@vitejs/plugin-legacy": "^1.5.1", |
|
|
|
"@vitejs/plugin-vue": "^1.2.5", |
|
|
|
"@vitejs/plugin-vue": "^1.4.0", |
|
|
|
"@vitejs/plugin-vue-jsx": "^1.1.6", |
|
|
|
"@vitejs/plugin-vue-jsx": "^1.1.7", |
|
|
|
"@vue/compiler-sfc": "3.1.5", |
|
|
|
"@vue/compiler-sfc": "3.2.2", |
|
|
|
"commitizen": "^4.2.4", |
|
|
|
"commitizen": "^4.2.4", |
|
|
|
"cross-env": "^7.0.3", |
|
|
|
"cross-env": "^7.0.3", |
|
|
|
"cz-conventional-changelog": "^3.3.0", |
|
|
|
"cz-conventional-changelog": "^3.3.0", |
|
|
|
"cz-customizable": "^6.3.0", |
|
|
|
"cz-customizable": "^6.3.0", |
|
|
|
"eslint": "^7.31.0", |
|
|
|
"eslint": "^7.32.0", |
|
|
|
"eslint-config-prettier": "^8.3.0", |
|
|
|
"eslint-config-prettier": "^8.3.0", |
|
|
|
"eslint-plugin-import": "^2.23.4", |
|
|
|
"eslint-plugin-import": "^2.24.0", |
|
|
|
"eslint-plugin-prettier": "^3.4.0", |
|
|
|
"eslint-plugin-prettier": "^3.4.0", |
|
|
|
"eslint-plugin-vue": "^7.14.0", |
|
|
|
"eslint-plugin-vue": "^7.16.0", |
|
|
|
"gh-pages": "^3.2.3", |
|
|
|
"gh-pages": "^3.2.3", |
|
|
|
"husky": "^7.0.1", |
|
|
|
"husky": "^7.0.1", |
|
|
|
"lint-staged": "^11.1.1", |
|
|
|
"lint-staged": "^11.1.2", |
|
|
|
"prettier": "^2.3.2", |
|
|
|
"prettier": "^2.3.2", |
|
|
|
"pretty-quick": "^3.1.1", |
|
|
|
"pretty-quick": "^3.1.1", |
|
|
|
"sass": "1.36.0", |
|
|
|
"sass": "1.37.5", |
|
|
|
"stylelint": "^13.13.1", |
|
|
|
"stylelint": "^13.13.1", |
|
|
|
"stylelint-config-prettier": "^8.0.2", |
|
|
|
"stylelint-config-prettier": "^8.0.2", |
|
|
|
"stylelint-config-standard": "^22.0.0", |
|
|
|
"stylelint-config-standard": "^22.0.0", |
|
|
|
"stylelint-order": "^4.1.0", |
|
|
|
"stylelint-order": "^4.1.0", |
|
|
|
"typescript": "^4.3.5", |
|
|
|
"typescript": "^4.3.5", |
|
|
|
"vite": "2.4.3", |
|
|
|
"vite": "2.4.4", |
|
|
|
"vite-plugin-components": "^0.13.2", |
|
|
|
"vite-plugin-components": "^0.13.2", |
|
|
|
"vite-plugin-style-import": "^1.0.1", |
|
|
|
"vite-plugin-style-import": "^1.1.1", |
|
|
|
"vite-plugin-windicss": "^1.2.5", |
|
|
|
"vite-plugin-windicss": "^1.2.7", |
|
|
|
"vue-eslint-parser": "^7.9.0", |
|
|
|
"vue-eslint-parser": "^7.10.0", |
|
|
|
"vue-tsc": "^0.2.2", |
|
|
|
"vue-tsc": "^0.2.2", |
|
|
|
"windicss": "^3.1.5" |
|
|
|
"windicss": "^3.1.7" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"type": "git", |
|
|
|