This commit is contained in:
2023-10-10 14:10:32 +08:00
parent e36d60d015
commit 2f788956c6
8 changed files with 1597 additions and 1509 deletions

View File

@@ -36,9 +36,9 @@
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime": "^7.23.1",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/nutui-taro": "^4.1.5",
"@nutui/nutui-taro": "^4.1.6",
"@qiun/vue-ucharts": "2.5.0-20230101",
"@tarojs/components": "3.6.16",
"@tarojs/helper": "3.6.16",
@@ -54,24 +54,24 @@
"@tarojs/runtime": "3.6.16",
"@tarojs/shared": "3.6.16",
"@tarojs/taro": "3.6.16",
"dayjs": "^1.11.9",
"dayjs": "^1.11.10",
"pinia": "^2.1.6",
"vue": "^3.3.4"
},
"devDependencies": {
"@babel/core": "^7.22.17",
"@babel/core": "^7.23.0",
"@tarojs/cli": "3.6.16",
"@tarojs/taro-loader": "3.6.16",
"@tarojs/webpack5-runner": "3.6.16",
"@types/node": "^18.17.15",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@types/node": "^18.18.4",
"@types/webpack-env": "^1.18.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vue/babel-plugin-jsx": "^1.1.5",
"@vue/compiler-sfc": "^3.3.4",
"babel-preset-taro": "3.6.16",
"css-loader": "3.4.2",
"eslint": "^8.49.0",
"eslint": "^8.51.0",
"eslint-config-taro": "3.6.16",
"eslint-plugin-vue": "^9.17.0",
"style-loader": "1.3.0",
@@ -79,7 +79,7 @@
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"unplugin-vue-components": "^0.23.0",
"vue-loader": "^17.2.2",
"vue-loader": "^17.3.0",
"webpack": "^5.88.2"
}
}