hookehuyr

🔧 build: 更新最新依赖

......@@ -15,27 +15,29 @@
"publish": "npm run build && npm run rm && npm run mv && npm run git && npm run update"
},
"dependencies": {
"@vueuse/core": "^8.4.2",
"@vueuse/core": "^8.5.0",
"animate.css": "^4.1.1",
"html2canvas": "^1.4.1",
"jquery": "^3.6.0",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment": "^2.29.3",
"mui-player": "^1.6.0",
"uuid": "^8.3.2",
"vant": "^4.0.0-alpha.3",
"vue": "^3.2.31",
"vite-plugin-dynamic-import": "^0.9.5",
"vite-plugin-mp": "^1.5.2",
"vue": "^3.2.34",
"weixin-js-sdk": "^1.6.0"
},
"devDependencies": {
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.182",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.33",
"@vue/compiler-sfc": "^3.2.34",
"axios": "^0.26.1",
"less": "^4.1.2",
"pinia": "^2.0.12",
"pinia": "^2.0.14",
"postcss-px-to-viewport": "^1.1.1",
"qs": "^6.10.3",
"tslint": "^6.1.3",
......
module.exports = {
printWidth: 100,
semi: true,
vueIndentScriptAndStyle: true,
singleQuote: true,
trailingComma: 'all',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
};
This diff is collapsed. Click to expand it.