更新依赖
This commit is contained in:
parent
cb83043477
commit
d776adf55c
1978
package-lock.json
generated
1978
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -37,6 +37,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.7.7",
|
||||
"@tarojs/components": "3.3.10",
|
||||
"@tarojs/plugin-framework-react": "^3.4.12",
|
||||
"@tarojs/react": "3.3.10",
|
||||
"@tarojs/runtime": "3.3.10",
|
||||
"@tarojs/taro": "3.3.10",
|
||||
|
@ -1,13 +1,47 @@
|
||||
{
|
||||
"miniprogramRoot": "./dist",
|
||||
"miniprogramRoot": "dist/",
|
||||
"projectname": "EShop",
|
||||
"description": "电子商城",
|
||||
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
||||
"appid": "wx68d92d7cbf0b6963",
|
||||
"setting": {
|
||||
"urlCheck": true,
|
||||
"es6": false,
|
||||
"postcss": false,
|
||||
"minified": false
|
||||
"minified": false,
|
||||
"coverView": true,
|
||||
"lazyloadPlaceholderEnable": false,
|
||||
"preloadBackgroundData": false,
|
||||
"autoAudits": false,
|
||||
"uglifyFileName": false,
|
||||
"uploadWithSourceMap": true,
|
||||
"enhance": true,
|
||||
"useMultiFrameRuntime": true,
|
||||
"showShadowRootInWxmlPanel": true,
|
||||
"packNpmManually": false,
|
||||
"packNpmRelationList": [],
|
||||
"minifyWXSS": true,
|
||||
"useStaticServer": true,
|
||||
"showES6CompileOption": false,
|
||||
"checkInvalidKey": true,
|
||||
"compileHotReLoad": true,
|
||||
"babelSetting": {
|
||||
"ignore": [],
|
||||
"disablePlugins": [],
|
||||
"outputPath": ""
|
||||
},
|
||||
"compileType": "miniprogram"
|
||||
"disableUseStrict": false,
|
||||
"useCompilerPlugins": false
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "2.24.5",
|
||||
"srcMiniprogramRoot": "dist/",
|
||||
"packOptions": {
|
||||
"ignore": [],
|
||||
"include": []
|
||||
},
|
||||
"condition": {},
|
||||
"editorSetting": {
|
||||
"tabIndent": "insertSpaces",
|
||||
"tabSize": 2
|
||||
}
|
||||
}
|
63
yarn.lock
63
yarn.lock
@ -1231,6 +1231,29 @@
|
||||
"schema-utils" "^2.6.5"
|
||||
"source-map" "^0.7.3"
|
||||
|
||||
"@prefresh/babel-plugin@^0.4.0":
|
||||
"integrity" "sha512-fYAWbU1WDSLn108kKY4eDaaeUcnszFqXjgaGKYXNZ5NLulpRTpsrY+Sbfo9q8LDpWrBpqIgzjrwNnvglWI1xNQ=="
|
||||
"resolved" "https://registry.npmmirror.com/@prefresh/babel-plugin/-/babel-plugin-0.4.3.tgz"
|
||||
"version" "0.4.3"
|
||||
|
||||
"@prefresh/core@^1.3.3":
|
||||
"integrity" "sha512-s7iNsnyJ3lZEUrYIgmVIB/hKtp4U6mdD91a31Zg7Q8M49O0x2KThrbrMQYraoDDrs4STdFB8Zv6bceUguOoX1A=="
|
||||
"resolved" "https://registry.npmmirror.com/@prefresh/core/-/core-1.3.4.tgz"
|
||||
"version" "1.3.4"
|
||||
|
||||
"@prefresh/utils@^1.1.2":
|
||||
"integrity" "sha512-Mb9abhJTOV4yCfkXrMrcgFiFT7MfNOw8sDa+XyZBdq/Ai2p4Zyxqsb3EgHLOEdHpMj6J9aiZ54W8H6FTam1u+A=="
|
||||
"resolved" "https://registry.npmmirror.com/@prefresh/utils/-/utils-1.1.3.tgz"
|
||||
"version" "1.1.3"
|
||||
|
||||
"@prefresh/webpack@^3.2.3":
|
||||
"integrity" "sha512-uT+A7ZuA7fuuUPNEde6Gmzr4oFnzreW9xw6iqw01nPpDiv46o6YWq1j0oGCbdffzHl3fBpcgkPuY07vIfmZ9Lg=="
|
||||
"resolved" "https://registry.npmmirror.com/@prefresh/webpack/-/webpack-3.3.3.tgz"
|
||||
"version" "3.3.3"
|
||||
dependencies:
|
||||
"@prefresh/core" "^1.3.3"
|
||||
"@prefresh/utils" "^1.1.2"
|
||||
|
||||
"@stencil/core@2.4.0":
|
||||
"integrity" "sha512-gU6+Yyd6O0KrCSS/O6j8KKqmRo+/Dcs2fI0+APCpbAWK+nqhwDISpdnSEfGDCLMoAC08XOZCycBRk2K1VGnEcg=="
|
||||
"resolved" "https://registry.npmjs.org/@stencil/core/-/core-2.4.0.tgz"
|
||||
@ -1345,6 +1368,18 @@
|
||||
"webpack-format-messages" "^2.0.5"
|
||||
"yauzl" "2.10.0"
|
||||
|
||||
"@tarojs/plugin-framework-react@^3.4.12":
|
||||
"integrity" "sha512-kc03rvuotgQ2q7gYM9rjy7IV1tjT4ZcbdfdVs2e7olpdXcY9d4x1OqF3vYy+FT/f6WXgf/xs7cBa8Btw3J44iQ=="
|
||||
"resolved" "https://registry.npmmirror.com/@tarojs/plugin-framework-react/-/plugin-framework-react-3.4.12.tgz"
|
||||
"version" "3.4.12"
|
||||
dependencies:
|
||||
"@pmmmwh/react-refresh-webpack-plugin" "0.4.3"
|
||||
"@prefresh/webpack" "^3.2.3"
|
||||
"@tarojs/runtime" "3.4.12"
|
||||
"@tarojs/shared" "3.4.12"
|
||||
"acorn" "^8.0.4"
|
||||
"acorn-walk" "^8.0.0"
|
||||
|
||||
"@tarojs/plugin-platform-alipay@3.3.10":
|
||||
"integrity" "sha512-hbsCk++etkRsi/IQNEIY4R94dwqtTSVB/1sBfgbtuzVe0fOSbrlfwFwzJOrE131CnAXmI9sWiCF/MTy0qCKWjA=="
|
||||
"resolved" "https://registry.npmjs.org/@tarojs/plugin-platform-alipay/-/plugin-platform-alipay-3.3.10.tgz"
|
||||
@ -1436,6 +1471,16 @@
|
||||
"lodash-es" "4.17.15"
|
||||
"reflect-metadata" "^0.1.13"
|
||||
|
||||
"@tarojs/runtime@3.4.12":
|
||||
"integrity" "sha512-4bQIXoiMRQa0xzma4nm4MAmLpPtcZLOalmW/X8WtPjAVqENZ8o3FE2lZMHjhv62HhvyHf+XZWWk/V+VzAhjcGQ=="
|
||||
"resolved" "https://registry.npmmirror.com/@tarojs/runtime/-/runtime-3.4.12.tgz"
|
||||
"version" "3.4.12"
|
||||
dependencies:
|
||||
"@tarojs/shared" "3.4.12"
|
||||
"inversify" "5.1.1"
|
||||
"lodash-es" "4.17.15"
|
||||
"reflect-metadata" "^0.1.13"
|
||||
|
||||
"@tarojs/service@3.3.10":
|
||||
"integrity" "sha512-r2vcLDFfovVv2kJ1RMPGoH7pgk8kNFMCTDgoWXbZxpddmpbO7Q1QYVP3EDNykgidnMVfw2cKnEkQdyTSsh+lbA=="
|
||||
"resolved" "https://registry.npmjs.org/@tarojs/service/-/service-3.3.10.tgz"
|
||||
@ -1455,6 +1500,11 @@
|
||||
"resolved" "https://registry.npmjs.org/@tarojs/shared/-/shared-3.3.10.tgz"
|
||||
"version" "3.3.10"
|
||||
|
||||
"@tarojs/shared@3.4.12":
|
||||
"integrity" "sha512-ELpEOA7Uzr5rQujfSmVS+ugTO22ZP8j3vi2AfrwJKg7zit1kZcBnDUIsN6+3Es3Vnp1oXsyQobWrgn30xYt2Ug=="
|
||||
"resolved" "https://registry.npmmirror.com/@tarojs/shared/-/shared-3.4.12.tgz"
|
||||
"version" "3.4.12"
|
||||
|
||||
"@tarojs/taro-h5@3.3.10":
|
||||
"integrity" "sha512-hBVr0Ee7rGTD+cuK5ugPUHwbD0L9qOwMKHqMyUzqAb8LS6aYF3aIFDwVbCYx77ZgtpGZFUqXnpDCvnHofWVyTg=="
|
||||
"resolved" "https://registry.npmjs.org/@tarojs/taro-h5/-/taro-h5-3.3.10.tgz"
|
||||
@ -2030,9 +2080,9 @@
|
||||
"version" "6.4.2"
|
||||
|
||||
"acorn@^8.0.4":
|
||||
"integrity" "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ=="
|
||||
"resolved" "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz"
|
||||
"version" "8.7.0"
|
||||
"integrity" "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A=="
|
||||
"resolved" "https://registry.npmmirror.com/acorn/-/acorn-8.7.1.tgz"
|
||||
"version" "8.7.1"
|
||||
|
||||
"acorn@^8.7.0":
|
||||
"integrity" "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ=="
|
||||
@ -3757,7 +3807,7 @@
|
||||
|
||||
"dayjs@^1.11.3":
|
||||
"integrity" "sha512-xxwlswWOlGhzgQ4TKzASQkUhqERI3egRNqgV4ScR8wlANA/A9tZ7miXa44vTTKEq5l7vWoL5G57bG3zA+Kow0A=="
|
||||
"resolved" "https://registry.npmjs.org/dayjs/-/dayjs-1.11.3.tgz"
|
||||
"resolved" "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.3.tgz"
|
||||
"version" "1.11.3"
|
||||
|
||||
"debug@^2.2.0", "debug@^2.3.3", "debug@^2.6.0", "debug@^2.6.9", "debug@2.6.9":
|
||||
@ -8229,6 +8279,11 @@
|
||||
"source-map" "^0.6.1"
|
||||
"supports-color" "^6.1.0"
|
||||
|
||||
"preact@^10.0.0", "preact@^10.4.0":
|
||||
"integrity" "sha512-AKGt0BsDSiAYzVS78jZ9qRwuorY2CoSZtf1iOC6gLb/3QyZt+fLT09aYJBjRc/BEcRc4j+j3ggERMdNE43i1LQ=="
|
||||
"resolved" "https://registry.npmmirror.com/preact/-/preact-10.8.2.tgz"
|
||||
"version" "10.8.2"
|
||||
|
||||
"prelude-ls@~1.1.2":
|
||||
"integrity" "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ="
|
||||
"resolved" "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz"
|
||||
|
Loading…
x
Reference in New Issue
Block a user