提交 788ccd60 作者: 方治民

chore: 依赖升级、代码格式化

上级 a48c2f1d
const fs = require('fs')
const path = require('path')
const { execSync } = require('child_process')
const fs = require('node:fs')
const path = require('node:path')
const { execSync } = require('node:child_process')
const scopes = fs
.readdirSync(path.resolve(__dirname, 'src'), { withFileTypes: true })
......
......@@ -3,14 +3,14 @@
<head>
<meta charset="UTF-8" />
<script>
var coverSupport =
const coverSupport =
'CSS' in window &&
typeof CSS.supports === 'function' &&
(CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write(
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
(coverSupport ? ', viewport-fit=cover' : '') +
'" />',
`<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0${
coverSupport ? ', viewport-fit=cover' : ''
}" />`,
)
</script>
<title></title>
......
......@@ -66,19 +66,19 @@
}
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-alpha-3071220230324001",
"@dcloudio/uni-app-plus": "3.0.0-alpha-3071220230324001",
"@dcloudio/uni-components": "3.0.0-alpha-3071220230324001",
"@dcloudio/uni-h5": "3.0.0-alpha-3071220230324001",
"@dcloudio/uni-mp-alipay": "3.0.0-alpha-3071220230324001",
"@dcloudio/uni-mp-baidu": "3.0.0-alpha-3071220230324001",
"@dcloudio/uni-mp-jd": "3.0.0-alpha-3071220230324001",
"@dcloudio/uni-mp-kuaishou": "3.0.0-alpha-3071220230324001",
"@dcloudio/uni-mp-lark": "3.0.0-alpha-3071220230324001",
"@dcloudio/uni-mp-qq": "3.0.0-alpha-3071220230324001",
"@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3071220230324001",
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-3071220230324001",
"@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3071220230324001",
"@dcloudio/uni-app": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-app-plus": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-components": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-h5": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-mp-alipay": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-mp-baidu": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-mp-jd": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-mp-kuaishou": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-mp-lark": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-mp-qq": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-ui": "^1.4.26",
"@faker-js/faker": "^7.6.0",
"@vue/runtime-core": "^3.2.47",
......@@ -98,16 +98,16 @@
"vue-types": "^5.0.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.37.0",
"@antfu/eslint-config": "^0.38.2",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@dcloudio/types": "^3.3.2",
"@dcloudio/uni-automator": "3.0.0-alpha-3071220230324001",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3071220230324001",
"@dcloudio/uni-automator": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3071220230331002",
"@dcloudio/uni-helper-json": "^1.0.13",
"@dcloudio/uni-stacktracey": "3.0.0-alpha-3071220230324001",
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-3071220230324001",
"@iconify/json": "^2.2.42",
"@dcloudio/uni-stacktracey": "3.0.0-alpha-3071220230331002",
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-3071220230331002",
"@iconify/json": "^2.2.43",
"@types/crypto-js": "^4.1.1",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.15.11",
......@@ -143,12 +143,11 @@
"rimraf": "^4.4.1",
"sass": "^1.60.0",
"sort-package-json": "^2.4.1",
"stylelint": "^14.16.1",
"stylelint": "^15.4.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^5.0.0",
"stylelint-config-recommended": "^11.0.0",
"stylelint-config-standard": "^32.0.0",
"stylelint-order": "^6.0.3",
"terser": "^5.16.8",
"typescript": "^5.0.3",
"unocss": "^0.50.6",
......@@ -159,6 +158,7 @@
"vue-eslint-parser": "^9.1.1"
},
"engines": {
"node": ">=16"
"node": ">=16",
"pnpm": ">=8.1.0"
}
}
......@@ -2,44 +2,44 @@ lockfileVersion: '6.0'
dependencies:
'@dcloudio/uni-app':
specifier: 3.0.0-alpha-3071220230324001
version: 3.0.0-alpha-3071220230324001(@dcloudio/types@3.3.2)(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
specifier: 3.0.0-alpha-3071220230331002
version: 3.0.0-alpha-3071220230331002(@dcloudio/types@3.3.2)(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-app-plus':
specifier: 3.0.0-alpha-3071220230324001
version: 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vite@4.2.1)(vue@3.2.47)
specifier: 3.0.0-alpha-3071220230331002
version: 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vite@4.2.1)(vue@3.2.47)
'@dcloudio/uni-components':
specifier: 3.0.0-alpha-3071220230324001
version: 3.0.0-alpha-3071220230324001
specifier: 3.0.0-alpha-3071220230331002
version: 3.0.0-alpha-3071220230331002
'@dcloudio/uni-h5':
specifier: 3.0.0-alpha-3071220230324001
version: 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
specifier: 3.0.0-alpha-3071220230331002
version: 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-alipay':
specifier: 3.0.0-alpha-3071220230324001
version: 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
specifier: 3.0.0-alpha-3071220230331002
version: 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-baidu':
specifier: 3.0.0-alpha-3071220230324001
version: 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
specifier: 3.0.0-alpha-3071220230331002
version: 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-jd':
specifier: 3.0.0-alpha-3071220230324001
version: 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
specifier: 3.0.0-alpha-3071220230331002
version: 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-kuaishou':
specifier: 3.0.0-alpha-3071220230324001
version: 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
specifier: 3.0.0-alpha-3071220230331002
version: 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-lark':
specifier: 3.0.0-alpha-3071220230324001
version: 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
specifier: 3.0.0-alpha-3071220230331002
version: 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-qq':
specifier: 3.0.0-alpha-3071220230324001
version: 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
specifier: 3.0.0-alpha-3071220230331002
version: 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-toutiao':
specifier: 3.0.0-alpha-3071220230324001
version: 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
specifier: 3.0.0-alpha-3071220230331002
version: 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-weixin':
specifier: 3.0.0-alpha-3071220230324001
version: 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
specifier: 3.0.0-alpha-3071220230331002
version: 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-quickapp-webview':
specifier: 3.0.0-alpha-3071220230324001
version: 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
specifier: 3.0.0-alpha-3071220230331002
version: 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-ui':
specifier: ^1.4.26
version: 1.4.26
......@@ -94,8 +94,8 @@ dependencies:
devDependencies:
'@antfu/eslint-config':
specifier: ^0.37.0
version: 0.37.0(eslint@8.37.0)(jest@27.0.4)(typescript@5.0.3)
specifier: ^0.38.2
version: 0.38.2(eslint@8.37.0)(jest@27.0.4)(typescript@5.0.3)
'@commitlint/cli':
specifier: ^17.5.1
version: 17.5.1
......@@ -106,23 +106,23 @@ devDependencies:
specifier: ^3.3.2
version: 3.3.2
'@dcloudio/uni-automator':
specifier: 3.0.0-alpha-3071220230324001
version: 3.0.0-alpha-3071220230324001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
specifier: 3.0.0-alpha-3071220230331002
version: 3.0.0-alpha-3071220230331002(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-cli-shared':
specifier: 3.0.0-alpha-3071220230324001
version: 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
specifier: 3.0.0-alpha-3071220230331002
version: 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-helper-json':
specifier: ^1.0.13
version: 1.0.13
'@dcloudio/uni-stacktracey':
specifier: 3.0.0-alpha-3071220230324001
version: 3.0.0-alpha-3071220230324001
specifier: 3.0.0-alpha-3071220230331002
version: 3.0.0-alpha-3071220230331002
'@dcloudio/vite-plugin-uni':
specifier: 3.0.0-alpha-3071220230324001
version: 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vite@4.2.1)(vue@3.2.47)
specifier: 3.0.0-alpha-3071220230331002
version: 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vite@4.2.1)(vue@3.2.47)
'@iconify/json':
specifier: ^2.2.42
version: 2.2.42
specifier: ^2.2.43
version: 2.2.43
'@types/crypto-js':
specifier: ^4.1.1
version: 4.1.1
......@@ -229,23 +229,20 @@ devDependencies:
specifier: ^2.4.1
version: 2.4.1
stylelint:
specifier: ^14.16.1
version: 14.16.1
specifier: ^15.4.0
version: 15.4.0
stylelint-config-html:
specifier: ^1.1.0
version: 1.1.0(postcss-html@1.5.0)(stylelint@14.16.1)
stylelint-config-prettier:
specifier: ^9.0.5
version: 9.0.5(stylelint@14.16.1)
version: 1.1.0(postcss-html@1.5.0)(stylelint@15.4.0)
stylelint-config-recommended:
specifier: ^9.0.0
version: 9.0.0(stylelint@14.16.1)
specifier: ^11.0.0
version: 11.0.0(stylelint@15.4.0)
stylelint-config-standard:
specifier: ^29.0.0
version: 29.0.0(stylelint@14.16.1)
specifier: ^32.0.0
version: 32.0.0(stylelint@15.4.0)
stylelint-order:
specifier: ^5.0.0
version: 5.0.0(stylelint@14.16.1)
specifier: ^6.0.3
version: 6.0.3(stylelint@15.4.0)
terser:
specifier: ^5.16.8
version: 5.16.8
......@@ -280,13 +277,13 @@ packages:
'@jridgewell/gen-mapping': 0.1.1
'@jridgewell/trace-mapping': 0.3.17
/@antfu/eslint-config-basic@0.37.0(@typescript-eslint/eslint-plugin@5.57.0)(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.3):
resolution: {integrity: sha512-iBj6qjAOQr+WMhK38lfR2/xdIY81qUk4i6tHhwmcxXi4GEf2HF6I4Cgeu9SyIlTxOw8AP1CVqdUNzUbmYSaMZg==}
/@antfu/eslint-config-basic@0.38.2(@typescript-eslint/eslint-plugin@5.57.0)(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.3):
resolution: {integrity: sha512-yyC7mlQ+p2Mu7TXOj0u/NojYXBjjAyJJDNbC1NM3e3KZdNZxi7mX31kb7FcdB3SMiaKIkKC3Yy3SAsajkYpVMg==}
peerDependencies:
eslint: '>=7.4.0'
dependencies:
eslint: 8.37.0
eslint-plugin-antfu: 0.37.0(eslint@8.37.0)(typescript@5.0.3)
eslint-plugin-antfu: 0.38.2(eslint@8.37.0)(typescript@5.0.3)
eslint-plugin-eslint-comments: 3.2.0(eslint@8.37.0)
eslint-plugin-html: 7.1.0
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)
......@@ -309,13 +306,13 @@ packages:
- typescript
dev: true
/@antfu/eslint-config-ts@0.37.0(eslint@8.37.0)(jest@27.0.4)(typescript@5.0.3):
resolution: {integrity: sha512-+ZS0UE7qa6EzFe0JgCSqdi/IRGQlUj/kOjvwsHCXVK1A02ZW2p0fEKzCpNAz1NJK9nkqhyvNHX+gNOTQsPMbeQ==}
/@antfu/eslint-config-ts@0.38.2(eslint@8.37.0)(jest@27.0.4)(typescript@5.0.3):
resolution: {integrity: sha512-I4F8a9oJvTqd6/LLG4b6fhR1qNjEgVNdY8kuILxDV1vacwPpwQp00FfdN1LsjwBIvOQPtBh7KoG6HHep8D9YqQ==}
peerDependencies:
eslint: '>=7.4.0'
typescript: '>=3.9'
dependencies:
'@antfu/eslint-config-basic': 0.37.0(@typescript-eslint/eslint-plugin@5.57.0)(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.3)
'@antfu/eslint-config-basic': 0.38.2(@typescript-eslint/eslint-plugin@5.57.0)(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.3)
'@typescript-eslint/eslint-plugin': 5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.3)
'@typescript-eslint/parser': 5.57.0(eslint@8.37.0)(typescript@5.0.3)
eslint: 8.37.0
......@@ -328,13 +325,13 @@ packages:
- supports-color
dev: true
/@antfu/eslint-config-vue@0.37.0(@typescript-eslint/eslint-plugin@5.57.0)(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(jest@27.0.4)(typescript@5.0.3):
resolution: {integrity: sha512-d7n4+7f6YMizE1HDEOtIBJGruFuIeqrNF+ZjHM8o6+isMrJkvdjVx6nHtHVtoWNYW6jiRJ5AW+nkfo2aoNGUyA==}
/@antfu/eslint-config-vue@0.38.2(@typescript-eslint/eslint-plugin@5.57.0)(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(jest@27.0.4)(typescript@5.0.3):
resolution: {integrity: sha512-YzLixISzgB1szc7++UwK45R5iKSMzo/f4DSWZOMNHWQb/qApjlaSDG5xBTRSPo57Yvm7pvrC8gQ10XfgFuCb6g==}
peerDependencies:
eslint: '>=7.4.0'
dependencies:
'@antfu/eslint-config-basic': 0.37.0(@typescript-eslint/eslint-plugin@5.57.0)(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.3)
'@antfu/eslint-config-ts': 0.37.0(eslint@8.37.0)(jest@27.0.4)(typescript@5.0.3)
'@antfu/eslint-config-basic': 0.38.2(@typescript-eslint/eslint-plugin@5.57.0)(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.3)
'@antfu/eslint-config-ts': 0.38.2(eslint@8.37.0)(jest@27.0.4)(typescript@5.0.3)
eslint: 8.37.0
eslint-plugin-vue: 9.10.0(eslint@8.37.0)
local-pkg: 0.4.3
......@@ -348,12 +345,12 @@ packages:
- typescript
dev: true
/@antfu/eslint-config@0.37.0(eslint@8.37.0)(jest@27.0.4)(typescript@5.0.3):
resolution: {integrity: sha512-Kq12dCBSYNV/wuoX35ijs8aNjdF9FiSp3GbiGh2Y8sPtM6NbJc5LA3ixWz0PcA/byHf1VPVisDZcPqISjic/zA==}
/@antfu/eslint-config@0.38.2(eslint@8.37.0)(jest@27.0.4)(typescript@5.0.3):
resolution: {integrity: sha512-JOWWCGSS3TSGVA9W6sN2WLD6bvCloENgbW1RpHoPfbZxqdK1phFrUt1wNQ43VHiBr9YGX/mmqCO+meIPzqBpiA==}
peerDependencies:
eslint: '>=7.4.0'
dependencies:
'@antfu/eslint-config-vue': 0.37.0(@typescript-eslint/eslint-plugin@5.57.0)(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(jest@27.0.4)(typescript@5.0.3)
'@antfu/eslint-config-vue': 0.38.2(@typescript-eslint/eslint-plugin@5.57.0)(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(jest@27.0.4)(typescript@5.0.3)
'@typescript-eslint/eslint-plugin': 5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.3)
'@typescript-eslint/parser': 5.57.0(eslint@8.37.0)(typescript@5.0.3)
eslint: 8.37.0
......@@ -460,8 +457,8 @@ packages:
lru-cache: 5.1.1
semver: 6.3.0
/@babel/helper-create-class-features-plugin@7.21.0(@babel/core@7.21.4):
resolution: {integrity: sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ==}
/@babel/helper-create-class-features-plugin@7.21.4(@babel/core@7.21.4):
resolution: {integrity: sha512-46QrX2CQlaFRF4TkwfTt6nJD7IHq8539cCL7SDpqWSDeJKY1xylKKY5F/33mJhLZ3mFvKv2gGrVS6NkyF6qs+Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
......@@ -479,8 +476,8 @@ packages:
- supports-color
dev: true
/@babel/helper-create-regexp-features-plugin@7.21.0(@babel/core@7.21.4):
resolution: {integrity: sha512-N+LaFW/auRSWdx7SHD/HiARwXQju1vXTW4fKr4u5SgBUTm51OKEjKgj+cs00ggW3kEvNqwErnlwuq7Y3xBe4eg==}
/@babel/helper-create-regexp-features-plugin@7.21.4(@babel/core@7.21.4):
resolution: {integrity: sha512-M00OuhU+0GyZ5iBBN9czjugzWrEq2vDpf/zCYHxxf93ul/Q5rv+a5h+/+0WnI1AebHNVtl5bFV0qsJoH23DbfA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
......@@ -711,7 +708,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.21.4
'@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.4)
'@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4)
'@babel/helper-plugin-utils': 7.20.2
transitivePeerDependencies:
- supports-color
......@@ -724,7 +721,7 @@ packages:
'@babel/core': ^7.12.0
dependencies:
'@babel/core': 7.21.4
'@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.4)
'@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4)
'@babel/helper-plugin-utils': 7.20.2
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.4)
transitivePeerDependencies:
......@@ -841,7 +838,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.21.4
'@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.4)
'@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4)
'@babel/helper-plugin-utils': 7.20.2
transitivePeerDependencies:
- supports-color
......@@ -855,7 +852,7 @@ packages:
dependencies:
'@babel/core': 7.21.4
'@babel/helper-annotate-as-pure': 7.18.6
'@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.4)
'@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4)
'@babel/helper-plugin-utils': 7.20.2
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.4)
transitivePeerDependencies:
......@@ -869,7 +866,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.21.4
'@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.4)
'@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4)
'@babel/helper-plugin-utils': 7.20.2
dev: true
......@@ -1142,7 +1139,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.21.4
'@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.4)
'@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4)
'@babel/helper-plugin-utils': 7.20.2
dev: true
......@@ -1271,7 +1268,7 @@ packages:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': 7.21.4
'@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.4)
'@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4)
'@babel/helper-plugin-utils': 7.20.2
dev: true
......@@ -1398,7 +1395,7 @@ packages:
dependencies:
'@babel/core': 7.21.4
'@babel/helper-annotate-as-pure': 7.18.6
'@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.4)
'@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4)
'@babel/helper-plugin-utils': 7.20.2
'@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.4)
transitivePeerDependencies:
......@@ -1422,7 +1419,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.21.4
'@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.4)
'@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4)
'@babel/helper-plugin-utils': 7.20.2
dev: true
......@@ -1746,6 +1743,31 @@ packages:
dependencies:
'@jridgewell/trace-mapping': 0.3.9
/@csstools/css-parser-algorithms@2.1.0(@csstools/css-tokenizer@2.1.0):
resolution: {integrity: sha512-KP8TicdXpUyeB1NMlbHud/1l39xvLGvqNFWMpG4qC6H1zs9SadGUHe5SO92n/659sDW9aGDvm9AMru0DZkN1Bw==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
'@csstools/css-tokenizer': ^2.0.0
dependencies:
'@csstools/css-tokenizer': 2.1.0
dev: true
/@csstools/css-tokenizer@2.1.0:
resolution: {integrity: sha512-dtqFyoJBHUxGi9zPZdpCKP1xk8tq6KPHJ/NY4qWXiYo6IcSGwzk3L8x2XzZbbyOyBs9xQARoGveU2AsgLj6D2A==}
engines: {node: ^14 || ^16 || >=18}
dev: true
/@csstools/media-query-list-parser@2.0.2(@csstools/css-parser-algorithms@2.1.0)(@csstools/css-tokenizer@2.1.0):
resolution: {integrity: sha512-8V6JD8Av1HttuClYr1ZBu0LRVe5Nnz4qrv8RppO8mobsX/USBHZy5JQOXYIlpOVhl46nzkx3X5cfH6CqUghjrQ==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
'@csstools/css-parser-algorithms': ^2.0.0
'@csstools/css-tokenizer': ^2.0.0
dependencies:
'@csstools/css-parser-algorithms': 2.1.0(@csstools/css-tokenizer@2.1.0)
'@csstools/css-tokenizer': 2.1.0
dev: true
/@csstools/selector-specificity@2.2.0(postcss-selector-parser@6.0.11):
resolution: {integrity: sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==}
engines: {node: ^14 || ^16 || >=18}
......@@ -1758,11 +1780,11 @@ packages:
/@dcloudio/types@3.3.2:
resolution: {integrity: sha512-O+7M55RXqYJMCTh3MC86IGJvDPTR+v214yUeaoz1YUIHa2gJdgObs4RRwfAwZoLMtdoZ9J5BElZZqRy5oi+UTg==}
/@dcloudio/uni-app-plus@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vite@4.2.1)(vue@3.2.47):
resolution: {integrity: sha512-D1Fc7gMQm69z38kejHJpapMm3ocbcVffK1HO2GcaihGXQAER9h/YhGSjT6DY6hv9o2vnKya2DHXoY3i5L/8MSQ==}
/@dcloudio/uni-app-plus@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vite@4.2.1)(vue@3.2.47):
resolution: {integrity: sha512-dwAn1+ujilWIEBJeLr7XfR6zuUnSO1tZBgYvtTWKRdiBWr4AbjenOE3x3dXIdXD+4MoOTJM6iAOgwQlKTd14zQ==}
dependencies:
'@dcloudio/uni-app-vite': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vite@4.2.1)(vue@3.2.47)
'@dcloudio/uni-app-vue': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-app-vite': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vite@4.2.1)(vue@3.2.47)
'@dcloudio/uni-app-vue': 3.0.0-alpha-3071220230331002
debug: 4.3.4
fs-extra: 10.1.0
licia: 1.38.0
......@@ -1775,13 +1797,13 @@ packages:
- vue
dev: false
/@dcloudio/uni-app-vite@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vite@4.2.1)(vue@3.2.47):
resolution: {integrity: sha512-onfqyEdxGOxKywY7E6OvR7BIDdjRolL+VEXr2qAhdy0KjTaJpY7NCX7PeRwUjuGIdB4YTbKZ25uLe3v+KIZffw==}
/@dcloudio/uni-app-vite@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vite@4.2.1)(vue@3.2.47):
resolution: {integrity: sha512-3rp8WAJel3COBWTGYe5/AgdJ8wGBmlrBoszTdI4o7qT+rbAFB9YVyHPSn3vJ3j6K9sJ2tcKvx8oEFTchvW5MPw==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-i18n': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-nvue-styler': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-i18n': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-nvue-styler': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@rollup/pluginutils': 4.2.1
'@vitejs/plugin-vue': 4.1.0(vite@4.2.1)(vue@3.2.47)
'@vue/compiler-dom': 3.2.47
......@@ -1797,22 +1819,22 @@ packages:
- vue
dev: false
/@dcloudio/uni-app-vue@3.0.0-alpha-3071220230324001:
resolution: {integrity: sha512-LLfgZUPNBIW7eqUGcwyoNKtRfskRcHbRWm6N++xQUQnr5bnlQLaOKwrrGee6TKXY528PNV/x95zVBp8oeaO0ZA==}
/@dcloudio/uni-app-vue@3.0.0-alpha-3071220230331002:
resolution: {integrity: sha512-QzvJWyqwEAGXB3rK0O4QKvEY78Y38Nk1uu43VWeRrdJdqsLbEhFNn3tm97KlwaqRpE1YRjdhs2qQs/CNHH3bFA==}
dev: false
/@dcloudio/uni-app@3.0.0-alpha-3071220230324001(@dcloudio/types@3.3.2)(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-U7vojT/Mg37W5eKXc4rDHyDyS6oXo3PvSH6Qj1Ymzmi9a/wDPWRvmZNe5u7fh+3gh+1g+CerlIVuTbv5yg4GNQ==}
/@dcloudio/uni-app@3.0.0-alpha-3071220230331002(@dcloudio/types@3.3.2)(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-gBL8Yrxj2922LhbSfeYd5UnFfYqXYkDSwdGUOopn+1wJLC+H0hmXcna08pAZ+DavHqQZgDwBWygVY7Ci2A1qug==}
peerDependencies:
'@dcloudio/types': ^3.3.2
dependencies:
'@dcloudio/types': 3.3.2
'@dcloudio/uni-cloud': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-components': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-i18n': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-push': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-stat': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-cloud': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-components': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-i18n': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-push': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-stat': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@vue/shared': 3.2.47
transitivePeerDependencies:
- postcss
......@@ -1821,13 +1843,13 @@ packages:
- vue
dev: false
/@dcloudio/uni-automator@3.0.0-alpha-3071220230324001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-UuyOH8erhdRgDEQtdPMnKbuNQF2R70EvYiuqKQLE82K0FEFUgm782/P19X+B+gLg5K57RL+QLQDCvHlyBCxVww==}
/@dcloudio/uni-automator@3.0.0-alpha-3071220230331002(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-K/9dH3pvkcE4swrXluN7P8MCXLwNziAZo9nozaqaDmx9ODmvXa0RKQ+Uf9dDfGqX/PbpIb7IjDzTq1wc4LHC2A==}
peerDependencies:
jest: 27.0.4
jest-environment-node: 27.5.1
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
address: 1.2.2
cross-env: 7.0.3
debug: 4.3.4
......@@ -1848,16 +1870,16 @@ packages:
- vue
dev: true
/@dcloudio/uni-cli-shared@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-YvzdslATg4/J77zPMkYCnFbWsLRezK4iqBdGwy0rL53brlTtKH9HcmF34es/qvjNE6XIewYAYiZUZwWw8XVC+Q==}
/@dcloudio/uni-cli-shared@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-pebeKrsWgPcrnJxejlEJLg4abVFIDY6/06wWKRPsDMdZoXgxPzTOrb0+WBLUP5HVS/jH4kWioGBKgjUxec3jKg==}
engines: {node: ^14.18.0 || >=16.0.0}
dependencies:
'@ampproject/remapping': 2.2.0
'@babel/core': 7.21.4
'@babel/parser': 7.21.4
'@babel/types': 7.21.4
'@dcloudio/uni-i18n': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-i18n': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@intlify/core-base': 9.1.9
'@intlify/shared': 9.1.9
'@intlify/vue-devtools': 9.1.9
......@@ -1873,7 +1895,7 @@ packages:
compare-versions: 3.6.0
debug: 4.3.4
es-module-lexer: 0.9.3
esbuild: 0.17.14
esbuild: 0.17.15
estree-walker: 2.0.2
fast-glob: 3.2.12
fs-extra: 10.1.0
......@@ -1898,12 +1920,12 @@ packages:
- ts-node
- vue
/@dcloudio/uni-cloud@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-wq5rC7Jyoj7NayrYEOOlp3yDNrbhg9Aznh0+8iZ7ofmV6IFBhuFsZfPegjeOoot3YxVUPF2shZLevYZtHOOmEA==}
/@dcloudio/uni-cloud@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-XPEREPdO5HXj/QNDFltyX9VJwCWabl8TeF47jfwYdXE7ytucng45yFdcj7BS5LIrOCgWsl7HnQ+yumwKY+DsDw==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-i18n': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-i18n': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@vue/shared': 3.2.47
fast-glob: 3.2.12
transitivePeerDependencies:
......@@ -1913,15 +1935,15 @@ packages:
- vue
dev: false
/@dcloudio/uni-components@3.0.0-alpha-3071220230324001:
resolution: {integrity: sha512-nG3nx3PeQTvi1AWdvhivBmZiqE2v7wwgSLa5IiiHWJgFcNe38L4aMZSBbhyL2yp8mbjB82S9wRNmK4KeEAgJiw==}
/@dcloudio/uni-components@3.0.0-alpha-3071220230331002:
resolution: {integrity: sha512-gOeZhuOLXEC6QNF0rs9kStlv9rY/HqJziNejwv8fybU408r52ilSwBegxLBqyQDYUVEEqh7uGUX6CQKK0urcXg==}
dev: false
/@dcloudio/uni-h5-vite@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-gvvE4Lvu9Gu3ju5vUKRhE+3PbiqDZvOV7grxyt0BixNHY2YgbdHZS/XuDdK9l9Rk0nt9/dvpFj9EVQFT6+jM+w==}
/@dcloudio/uni-h5-vite@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-t/IEaeZce10gSaTIm9lFn0iCwQZpAjm71UWtNltgMeKO3PS0QyT3SYUiNqbtUBWnp54c1t9Xmr6+lYJ+4yFVdw==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@rollup/pluginutils': 4.2.1
'@vue/compiler-dom': 3.2.47
'@vue/compiler-sfc': 3.2.47
......@@ -1938,19 +1960,19 @@ packages:
- vue
dev: false
/@dcloudio/uni-h5-vue@3.0.0-alpha-3071220230324001:
resolution: {integrity: sha512-9Daqr9bjOrwgshdNxDLu621qFg6aB3dL53HVql8HAFgNa2Fb/syEL7iJM58mgVExv0Sol3gU7xtPN9DFg3sEOQ==}
/@dcloudio/uni-h5-vue@3.0.0-alpha-3071220230331002:
resolution: {integrity: sha512-NtbQmnXe75uroLwPL9kpshi+lQa8dDS7FNNsjEohwVEbMFhh0b8vaPuZt4fE1KsUcUZp28AUqnJJg6zqHy8+9Q==}
dependencies:
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
dev: false
/@dcloudio/uni-h5@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-Rp5pcqPb5bcwVaHcdwCHd2QLX7bwSC/VV97CEt8vpHn0GlMPvVS7N6NUnjnCwOkYMMtxmTaFBl0ADKTkOBhZyw==}
/@dcloudio/uni-h5@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-ejfYibstarQdHKxnE4JqR3QP6Dghr1SW4cK4lscNF1cZrF/UQZ9omzNRL1L5pYuuUm7ioZNYVCexmi3x8cjjbg==}
dependencies:
'@dcloudio/uni-h5-vite': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-h5-vue': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-i18n': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-h5-vite': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-h5-vue': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-i18n': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@vue/server-renderer': 3.2.47(vue@3.2.47)
'@vue/shared': 3.2.47
debug: 4.3.4
......@@ -1970,16 +1992,16 @@ packages:
resolution: {integrity: sha512-FO9Iu4zW4td3Tr+eiCDWuele2ehkJ4qxQ/UhpAMLjso+ZdWz6NagK5Syh6cdy1hoDqbxpNoqnLynuJXe81Ereg==}
dev: true
/@dcloudio/uni-i18n@3.0.0-alpha-3071220230324001:
resolution: {integrity: sha512-tciWLpX0+oJoVytLPRwj8UrX82XLoD8+jz95/pML0qHBCa+tw3snrryM05k3ULN3UPTd+TbVCCe53Gj4hqX5Dw==}
/@dcloudio/uni-i18n@3.0.0-alpha-3071220230331002:
resolution: {integrity: sha512-vRCIOkzvaU6C3jKur05M0jfNvlqe4F4kguCHQBu90Z9d9Gu16meeHGRRZLIuiN8dDnJpuKO+7mcZ9Edr8Z5gtg==}
/@dcloudio/uni-mp-alipay@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-XxO6BJQe0tGI8ooxadA2RgJxV5ypOfS6w8PbJgYBM2Jq9mLnGSjE0wQ1KwVsM4dQSjjAeQpjZs2C0BGO5u8Ndg==}
/@dcloudio/uni-mp-alipay@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-w6fxO4rIV/UVwmCsKHhLunOTICm+CG6p3y8ZOLAFrAIeK7bwkUxmxMGsHAH5pcDlWADrouvqWDFt88f8ksY6/Q==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47
transitivePeerDependencies:
......@@ -1989,15 +2011,15 @@ packages:
- vue
dev: false
/@dcloudio/uni-mp-baidu@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-PGiqlhCenL3Xga9+XzMfyudCUFrs/q8AoeEOqdGdQvvY3qKlrZxMQCm4dc+/J+fgbQiVqF7UO9lOZy26B+O/Vw==}
/@dcloudio/uni-mp-baidu@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-VkDxQ0vBLtSNf0wkCpY8IK5H4YJA63DfiubekdcZfNgIseb8ZjZtV3yiUGiAyHDGkMXsoZ/KjzicBaRY4yrSGQ==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47
jimp: 0.10.3
......@@ -2014,14 +2036,14 @@ packages:
- vue
dev: false
/@dcloudio/uni-mp-compiler@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-Pak8yNCCshZmRrI2tDlYjV4471TTgRet/NvXyaKjxqqNR4aJX32O9sHUV5r/0CO9KV+KrBMSOaikBEDBJv7sLg==}
/@dcloudio/uni-mp-compiler@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-8VW/oG8WR0BtsEXIZvpyCB8N/JHnx982VWgQY8SZXhxBEESdRa0ia0d8oHC0FOEFcgIPjoZ8KaqByS4aX0TdlQ==}
dependencies:
'@babel/generator': 7.21.4
'@babel/parser': 7.21.4
'@babel/types': 7.21.4
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@vue/compiler-core': 3.2.47
'@vue/compiler-dom': 3.2.47
'@vue/shared': 3.2.47
......@@ -2033,14 +2055,14 @@ packages:
- vue
dev: false
/@dcloudio/uni-mp-jd@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-MrYVEy7YmYiyQY7ox2VFK+uOpOFbG2RIfh23TIwM3HeTMO5y2lDcI495jl3izoYDE92H00NG/BolcGSfS4iVLw==}
/@dcloudio/uni-mp-jd@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-ZsjOkjMueej9D0ZzKqiA2FTBXk3LzfCSKScE532ViTWE0jjMtuBr2vc1fnJ5Ptz+uSNAIKMVkaab2A59sxtPjg==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@vue/shared': 3.2.47
transitivePeerDependencies:
- postcss
......@@ -2049,15 +2071,15 @@ packages:
- vue
dev: false
/@dcloudio/uni-mp-kuaishou@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-XJdHnMlrND9DyTyLZQt4MlUMOz1bVjT1R4ZIUegdXmt/dk49OBIxEmajHa/vjFvWBHU+fD1Tnp6+T6b9HSz1hg==}
/@dcloudio/uni-mp-kuaishou@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-oot2uAcc9FV7jaZ86SNXgYKcJGf0NE0VR8b53Ok8cGa1ApxKcl2kGqNq3imZHasy19Ih9GMdhsujIB9p0N2uUQ==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47
transitivePeerDependencies:
......@@ -2069,15 +2091,15 @@ packages:
- vue
dev: false
/@dcloudio/uni-mp-lark@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-kRXubApfX998HC9Pg6P8QxQrYGUm64HGGchYPO1x6ZoZKExyd+35WhgYGGUhYmnc0tb0Pg8eBeheXX1Zobqdfw==}
/@dcloudio/uni-mp-lark@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-kLQO5mSCee2YfAjV+G6F9pox56rdOYWYrT/jeou5A5EQxTbOp3fiGXzT1KD7LYce3udjBSVvt03b53Siy/Odag==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47
transitivePeerDependencies:
......@@ -2087,13 +2109,13 @@ packages:
- vue
dev: false
/@dcloudio/uni-mp-qq@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-7gcN+bjomq8FFUd1iqX44HZyoqApQHjhfh4Aija3XC0TSSnSTAQyZWsaCLwYcav/CRj3cDNZt7ahgv1cR2QLZw==}
/@dcloudio/uni-mp-qq@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-FvC+n7/dEIj8TcCzeVHBtTie6n704jIRY2wQKFjJKKWTGt2Bk07C/ZWr9cY3MO0XnLuUPaw8p1qP536R1nM20Q==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@vue/shared': 3.2.47
fs-extra: 10.1.0
transitivePeerDependencies:
......@@ -2103,14 +2125,14 @@ packages:
- vue
dev: false
/@dcloudio/uni-mp-toutiao@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-AYthDPpxVmKn7qELrF8Pf1qX/VyczILQpmKaFJ9Pxvpn2/iNOENbKhStM0BMtiupZmJ0w4hINKoVfGvHJR9+fw==}
/@dcloudio/uni-mp-toutiao@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-7+806qqwwQ78OrL8UCHaDTu4ZIsJJ8uS1yu8ZTY7NJNXplU/G6SM7OPNvY5pMF+X+mwP4PwguyJhnlbfbUxusg==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47
transitivePeerDependencies:
......@@ -2120,14 +2142,14 @@ packages:
- vue
dev: false
/@dcloudio/uni-mp-vite@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-7Yoq42OTmiCtYcDrM8ssU/IrBtuw+PlRxvN6cK8MaGiNODRjSHvv9bNWbnZ+mV1OyyOPvVfnajCHUX1jCR61CA==}
/@dcloudio/uni-mp-vite@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-7R2l/e+sao3yph/pPnFB74Y3IeodAgnw/JgiHDULtXWfURKl84xETf912Knzmoci+G2meY9vz8FiobrCvhkdNw==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-i18n': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-i18n': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@vue/compiler-sfc': 3.2.47
'@vue/shared': 3.2.47
debug: 4.3.4
......@@ -2138,20 +2160,20 @@ packages:
- vue
dev: false
/@dcloudio/uni-mp-vue@3.0.0-alpha-3071220230324001:
resolution: {integrity: sha512-LxD/dxzdvDKG50dcKs14s7v3Jx9sXV5HLdO8IUr2KCjOYbYPOr9MvIY0ryxORK+XFM6oua9Rv5YmHytXvV30JA==}
/@dcloudio/uni-mp-vue@3.0.0-alpha-3071220230331002:
resolution: {integrity: sha512-0+aMShnqcZbd1s20cm1UMR5907lXOQgbwtknpLv+/5nIQrIQ+rJH11Qm3f76ffqRlEUs2rFHK1qPb1LbJuX6UQ==}
dependencies:
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@vue/shared': 3.2.47
dev: false
/@dcloudio/uni-mp-weixin@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-Fywld7MWtfzAsMgh42QXr/EpJxCNbEgFFlY88259uhuQTqbgeusBkSRPHGgvNxMDJiPFXCpzeZSrVU3yk3JDBA==}
/@dcloudio/uni-mp-weixin@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-Ds7r6ptB0IvgLIH7saDGU8fX2q7FJmhWRdB0bCUwQFQVSFdiBlCxlv5Er1wEtDt3iRQBnUZlhaam3pNfBCB23g==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@vue/shared': 3.2.47
jimp: 0.10.3
licia: 1.38.0
......@@ -2167,18 +2189,18 @@ packages:
- vue
dev: false
/@dcloudio/uni-nvue-styler@3.0.0-alpha-3071220230324001:
resolution: {integrity: sha512-MrGhuECg4zeL7WF3B8BsoDT7VMi/jXQW+n23Vinj1um/DFlm9Ya/y8YUaPnOOH88yjn08CdpvXl8KEcEgsuC/g==}
/@dcloudio/uni-nvue-styler@3.0.0-alpha-3071220230331002:
resolution: {integrity: sha512-yonbA+c9JCl6/CyRyiT8d0Nkd8KsZwYMix3Q+lNITZQvG6NY7Y7S8qORrTW0r7lWP04Thpr7M5BuGFbRFcWM2g==}
dependencies:
'@vue/shared': 3.2.47
parse-css-font: 4.0.0
postcss: 8.4.21
dev: false
/@dcloudio/uni-push@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-RYhFwiAsZOa/gra/+2IDtDs7lABUGJj5VVxl9KnFYDOnTHJDP0Gez5GQ9xqSIXbh5pkr+2PA5a5LFsZUWWzkaA==}
/@dcloudio/uni-push@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-8BskkGgqVE++PeSx959xla0Me6Q2oCR6MqI3CXsJfQWP+csBa9LvmMZ3xUXbCJXEIeELLJDQGSOh3v5qjLIUZw==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
transitivePeerDependencies:
- postcss
- supports-color
......@@ -2186,13 +2208,13 @@ packages:
- vue
dev: false
/@dcloudio/uni-quickapp-webview@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-v+3LKa0zMplfWKnHToLllB7uCZpAFiLOqaxBOjNGV5jQOCePtQu2nvx8qs4vvEZPUpBDrl+gPddEBrlzWTxOgg==}
/@dcloudio/uni-quickapp-webview@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-mVlAFgeKDpZLjb3sS23UZiYaAKo3usOaQhYpyEFgUDt89kpSutkegb7cK1SzSNmuHiba6FC/NIxCyVkZrimTeg==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3071220230331002
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@vue/shared': 3.2.47
transitivePeerDependencies:
- postcss
......@@ -2201,20 +2223,20 @@ packages:
- vue
dev: false
/@dcloudio/uni-shared@3.0.0-alpha-3071220230324001:
resolution: {integrity: sha512-AudMCyZxR5yJLI01/ZDqYi+GdP6Lcj7+HTBiD3E2Yl2K6ZLoMpsRjJIObqnSGot7MBmG7HuKr1RrjGVwH3kFmg==}
/@dcloudio/uni-shared@3.0.0-alpha-3071220230331002:
resolution: {integrity: sha512-wwpHArB+9hcYrr2wEIFh3FkL5pBrBZECokSo5uIyZaqRr0tEo6Pe/4xblQ07YJLx7Wxr9v7pBoGIK91mFzYZqg==}
dependencies:
'@vue/shared': 3.2.47
/@dcloudio/uni-stacktracey@3.0.0-alpha-3071220230324001:
resolution: {integrity: sha512-VF8ohZ7WuhXBmwGY82lDUKNfIqF5m6QO4ddHv6WzzjhCQWgb0lDWjxNIqJCzmF/BakTLHmkrBXNjBposslqCKw==}
/@dcloudio/uni-stacktracey@3.0.0-alpha-3071220230331002:
resolution: {integrity: sha512-wvnXKJsCF7LNfaIqOKJX+84G4zwm43CWzfpmk9Kt2JGKzMuNsLq2H7wdORkn9qRA0f/4ywy/6YbAyfWcyiQPpQ==}
dev: true
/@dcloudio/uni-stat@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-hRy21juXZXoxgB9eY5DvnE1gm4ri70Y5DYq649sgn4Xw+GclP62MzwjaqBIYHfo2z+Pr69fZLW7lclv9Tk8LiA==}
/@dcloudio/uni-stat@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47):
resolution: {integrity: sha512-/DzTU4ZZjTx8cvBduk980QA/woJvA60ZGu98Vh0EThLJCpBvCsC3dYi1Fkc7jZ2bbcgAdemolvKSnKpNIMi6sQ==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
debug: 4.3.4
transitivePeerDependencies:
- postcss
......@@ -2227,8 +2249,8 @@ packages:
resolution: {integrity: sha512-JpYXNi9WEmFeTcF6EWrksrMqA0HEl76nxW/Imd0PW1qm/7TORAGSpvMmEDYrMQ3vIbRQFV+n6bhiJIWi34u/5Q==}
dev: false
/@dcloudio/vite-plugin-uni@3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vite@4.2.1)(vue@3.2.47):
resolution: {integrity: sha512-WqFZ+RlSXMc9Bt2lmfl3vsVQ1bPc02VREjz8w82MQ11oa7R3R0ZvesBYFU6ZJRMjo1PzO7R6ghIkM9fTT3CscQ==}
/@dcloudio/vite-plugin-uni@3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vite@4.2.1)(vue@3.2.47):
resolution: {integrity: sha512-v1myp2DzkdXhUx3g6Cr/FjlIVEoXOUKUbBiAGvCUcfWfh6MZomjlYisQ4gZehl8N62MHp80ZD5nSUSNjDMK0pg==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
peerDependencies:
......@@ -2237,8 +2259,8 @@ packages:
'@babel/core': 7.21.4
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.4)
'@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.4)
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230324001(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230324001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3071220230331002(postcss@8.4.21)(ts-node@10.9.1)(vue@3.2.47)
'@dcloudio/uni-shared': 3.0.0-alpha-3071220230331002
'@rollup/pluginutils': 4.2.1
'@vitejs/plugin-legacy': 4.0.2(terser@5.16.8)(vite@4.2.1)
'@vitejs/plugin-vue': 4.1.0(vite@4.2.1)(vue@3.2.47)
......@@ -2266,176 +2288,176 @@ packages:
- vue
dev: true
/@esbuild/android-arm64@0.17.14:
resolution: {integrity: sha512-eLOpPO1RvtsP71afiFTvS7tVFShJBCT0txiv/xjFBo5a7R7Gjw7X0IgIaFoLKhqXYAXhahoXm7qAmRXhY4guJg==}
/@esbuild/android-arm64@0.17.15:
resolution: {integrity: sha512-0kOB6Y7Br3KDVgHeg8PRcvfLkq+AccreK///B4Z6fNZGr/tNHX0z2VywCc7PTeWp+bPvjA5WMvNXltHw5QjAIA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
requiresBuild: true
optional: true
/@esbuild/android-arm@0.17.14:
resolution: {integrity: sha512-0CnlwnjDU8cks0yJLXfkaU/uoLyRf9VZJs4p1PskBr2AlAHeEsFEwJEo0of/Z3g+ilw5mpyDwThlxzNEIxOE4g==}
/@esbuild/android-arm@0.17.15:
resolution: {integrity: sha512-sRSOVlLawAktpMvDyJIkdLI/c/kdRTOqo8t6ImVxg8yT7LQDUYV5Rp2FKeEosLr6ZCja9UjYAzyRSxGteSJPYg==}
engines: {node: '>=12'}
cpu: [arm]
os: [android]
requiresBuild: true
optional: true
/@esbuild/android-x64@0.17.14:
resolution: {integrity: sha512-nrfQYWBfLGfSGLvRVlt6xi63B5IbfHm3tZCdu/82zuFPQ7zez4XjmRtF/wIRYbJQ/DsZrxJdEvYFE67avYXyng==}
/@esbuild/android-x64@0.17.15:
resolution: {integrity: sha512-MzDqnNajQZ63YkaUWVl9uuhcWyEyh69HGpMIrf+acR4otMkfLJ4sUCxqwbCyPGicE9dVlrysI3lMcDBjGiBBcQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
requiresBuild: true
optional: true
/@esbuild/darwin-arm64@0.17.14:
resolution: {integrity: sha512-eoSjEuDsU1ROwgBH/c+fZzuSyJUVXQTOIN9xuLs9dE/9HbV/A5IqdXHU1p2OfIMwBwOYJ9SFVGGldxeRCUJFyw==}
/@esbuild/darwin-arm64@0.17.15:
resolution: {integrity: sha512-7siLjBc88Z4+6qkMDxPT2juf2e8SJxmsbNVKFY2ifWCDT72v5YJz9arlvBw5oB4W/e61H1+HDB/jnu8nNg0rLA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
optional: true
/@esbuild/darwin-x64@0.17.14:
resolution: {integrity: sha512-zN0U8RWfrDttdFNkHqFYZtOH8hdi22z0pFm0aIJPsNC4QQZv7je8DWCX5iA4Zx6tRhS0CCc0XC2m7wKsbWEo5g==}
/@esbuild/darwin-x64@0.17.15:
resolution: {integrity: sha512-NbImBas2rXwYI52BOKTW342Tm3LTeVlaOQ4QPZ7XuWNKiO226DisFk/RyPk3T0CKZkKMuU69yOvlapJEmax7cg==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
requiresBuild: true
optional: true
/@esbuild/freebsd-arm64@0.17.14:
resolution: {integrity: sha512-z0VcD4ibeZWVQCW1O7szaLxGsx54gcCnajEJMdYoYjLiq4g1jrP2lMq6pk71dbS5+7op/L2Aod+erw+EUr28/A==}
/@esbuild/freebsd-arm64@0.17.15:
resolution: {integrity: sha512-Xk9xMDjBVG6CfgoqlVczHAdJnCs0/oeFOspFap5NkYAmRCT2qTn1vJWA2f419iMtsHSLm+O8B6SLV/HlY5cYKg==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
requiresBuild: true
optional: true
/@esbuild/freebsd-x64@0.17.14:
resolution: {integrity: sha512-hd9mPcxfTgJlolrPlcXkQk9BMwNBvNBsVaUe5eNUqXut6weDQH8whcNaKNF2RO8NbpT6GY8rHOK2A9y++s+ehw==}
/@esbuild/freebsd-x64@0.17.15:
resolution: {integrity: sha512-3TWAnnEOdclvb2pnfsTWtdwthPfOz7qAfcwDLcfZyGJwm1SRZIMOeB5FODVhnM93mFSPsHB9b/PmxNNbSnd0RQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
requiresBuild: true
optional: true
/@esbuild/linux-arm64@0.17.14:
resolution: {integrity: sha512-FhAMNYOq3Iblcj9i+K0l1Fp/MHt+zBeRu/Qkf0LtrcFu3T45jcwB6A1iMsemQ42vR3GBhjNZJZTaCe3VFPbn9g==}
/@esbuild/linux-arm64@0.17.15:
resolution: {integrity: sha512-T0MVnYw9KT6b83/SqyznTs/3Jg2ODWrZfNccg11XjDehIved2oQfrX/wVuev9N936BpMRaTR9I1J0tdGgUgpJA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/linux-arm@0.17.14:
resolution: {integrity: sha512-BNTl+wSJ1omsH8s3TkQmIIIQHwvwJrU9u1ggb9XU2KTVM4TmthRIVyxSp2qxROJHhZuW/r8fht46/QE8hU8Qvg==}
/@esbuild/linux-arm@0.17.15:
resolution: {integrity: sha512-MLTgiXWEMAMr8nmS9Gigx43zPRmEfeBfGCwxFQEMgJ5MC53QKajaclW6XDPjwJvhbebv+RzK05TQjvH3/aM4Xw==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/linux-ia32@0.17.14:
resolution: {integrity: sha512-91OK/lQ5y2v7AsmnFT+0EyxdPTNhov3y2CWMdizyMfxSxRqHazXdzgBKtlmkU2KYIc+9ZK3Vwp2KyXogEATYxQ==}
/@esbuild/linux-ia32@0.17.15:
resolution: {integrity: sha512-wp02sHs015T23zsQtU4Cj57WiteiuASHlD7rXjKUyAGYzlOKDAjqK6bk5dMi2QEl/KVOcsjwL36kD+WW7vJt8Q==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/linux-loong64@0.17.14:
resolution: {integrity: sha512-vp15H+5NR6hubNgMluqqKza85HcGJgq7t6rMH7O3Y6ApiOWPkvW2AJfNojUQimfTp6OUrACUXfR4hmpcENXoMQ==}
/@esbuild/linux-loong64@0.17.15:
resolution: {integrity: sha512-k7FsUJjGGSxwnBmMh8d7IbObWu+sF/qbwc+xKZkBe/lTAF16RqxRCnNHA7QTd3oS2AfGBAnHlXL67shV5bBThQ==}
engines: {node: '>=12'}
cpu: [loong64]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/linux-mips64el@0.17.14:
resolution: {integrity: sha512-90TOdFV7N+fgi6c2+GO9ochEkmm9kBAKnuD5e08GQMgMINOdOFHuYLPQ91RYVrnWwQ5683sJKuLi9l4SsbJ7Hg==}
/@esbuild/linux-mips64el@0.17.15:
resolution: {integrity: sha512-ZLWk6czDdog+Q9kE/Jfbilu24vEe/iW/Sj2d8EVsmiixQ1rM2RKH2n36qfxK4e8tVcaXkvuV3mU5zTZviE+NVQ==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/linux-ppc64@0.17.14:
resolution: {integrity: sha512-NnBGeoqKkTugpBOBZZoktQQ1Yqb7aHKmHxsw43NddPB2YWLAlpb7THZIzsRsTr0Xw3nqiPxbA1H31ZMOG+VVPQ==}
/@esbuild/linux-ppc64@0.17.15:
resolution: {integrity: sha512-mY6dPkIRAiFHRsGfOYZC8Q9rmr8vOBZBme0/j15zFUKM99d4ILY4WpOC7i/LqoY+RE7KaMaSfvY8CqjJtuO4xg==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/linux-riscv64@0.17.14:
resolution: {integrity: sha512-0qdlKScLXA8MGVy21JUKvMzCYWovctuP8KKqhtE5A6IVPq4onxXhSuhwDd2g5sRCzNDlDjitc5sX31BzDoL5Fw==}
/@esbuild/linux-riscv64@0.17.15:
resolution: {integrity: sha512-EcyUtxffdDtWjjwIH8sKzpDRLcVtqANooMNASO59y+xmqqRYBBM7xVLQhqF7nksIbm2yHABptoioS9RAbVMWVA==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/linux-s390x@0.17.14:
resolution: {integrity: sha512-Hdm2Jo1yaaOro4v3+6/zJk6ygCqIZuSDJHdHaf8nVH/tfOuoEX5Riv03Ka15LmQBYJObUTNS1UdyoMk0WUn9Ww==}
/@esbuild/linux-s390x@0.17.15:
resolution: {integrity: sha512-BuS6Jx/ezxFuHxgsfvz7T4g4YlVrmCmg7UAwboeyNNg0OzNzKsIZXpr3Sb/ZREDXWgt48RO4UQRDBxJN3B9Rbg==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/linux-x64@0.17.14:
resolution: {integrity: sha512-8KHF17OstlK4DuzeF/KmSgzrTWQrkWj5boluiiq7kvJCiQVzUrmSkaBvcLB2UgHpKENO2i6BthPkmUhNDaJsVw==}
/@esbuild/linux-x64@0.17.15:
resolution: {integrity: sha512-JsdS0EgEViwuKsw5tiJQo9UdQdUJYuB+Mf6HxtJSPN35vez1hlrNb1KajvKWF5Sa35j17+rW1ECEO9iNrIXbNg==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/netbsd-x64@0.17.14:
resolution: {integrity: sha512-nVwpqvb3yyXztxIT2+VsxJhB5GCgzPdk1n0HHSnchRAcxqKO6ghXwHhJnr0j/B+5FSyEqSxF4q03rbA2fKXtUQ==}
/@esbuild/netbsd-x64@0.17.15:
resolution: {integrity: sha512-R6fKjtUysYGym6uXf6qyNephVUQAGtf3n2RCsOST/neIwPqRWcnc3ogcielOd6pT+J0RDR1RGcy0ZY7d3uHVLA==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
requiresBuild: true
optional: true
/@esbuild/openbsd-x64@0.17.14:
resolution: {integrity: sha512-1RZ7uQQ9zcy/GSAJL1xPdN7NDdOOtNEGiJalg/MOzeakZeTrgH/DoCkbq7TaPDiPhWqnDF+4bnydxRqQD7il6g==}
/@esbuild/openbsd-x64@0.17.15:
resolution: {integrity: sha512-mVD4PGc26b8PI60QaPUltYKeSX0wxuy0AltC+WCTFwvKCq2+OgLP4+fFd+hZXzO2xW1HPKcytZBdjqL6FQFa7w==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
requiresBuild: true
optional: true
/@esbuild/sunos-x64@0.17.14:
resolution: {integrity: sha512-nqMjDsFwv7vp7msrwWRysnM38Sd44PKmW8EzV01YzDBTcTWUpczQg6mGao9VLicXSgW/iookNK6AxeogNVNDZA==}
/@esbuild/sunos-x64@0.17.15:
resolution: {integrity: sha512-U6tYPovOkw3459t2CBwGcFYfFRjivcJJc1WC8Q3funIwX8x4fP+R6xL/QuTPNGOblbq/EUDxj9GU+dWKX0oWlQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
requiresBuild: true
optional: true
/@esbuild/win32-arm64@0.17.14:
resolution: {integrity: sha512-xrD0mccTKRBBIotrITV7WVQAwNJ5+1va6L0H9zN92v2yEdjfAN7864cUaZwJS7JPEs53bDTzKFbfqVlG2HhyKQ==}
/@esbuild/win32-arm64@0.17.15:
resolution: {integrity: sha512-W+Z5F++wgKAleDABemiyXVnzXgvRFs+GVKThSI+mGgleLWluv0D7Diz4oQpgdpNzh4i2nNDzQtWbjJiqutRp6Q==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
requiresBuild: true
optional: true
/@esbuild/win32-ia32@0.17.14:
resolution: {integrity: sha512-nXpkz9bbJrLLyUTYtRotSS3t5b+FOuljg8LgLdINWFs3FfqZMtbnBCZFUmBzQPyxqU87F8Av+3Nco/M3hEcu1w==}
/@esbuild/win32-ia32@0.17.15:
resolution: {integrity: sha512-Muz/+uGgheShKGqSVS1KsHtCyEzcdOn/W/Xbh6H91Etm+wiIfwZaBn1W58MeGtfI8WA961YMHFYTthBdQs4t+w==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
requiresBuild: true
optional: true
/@esbuild/win32-x64@0.17.14:
resolution: {integrity: sha512-gPQmsi2DKTaEgG14hc3CHXHp62k8g6qr0Pas+I4lUxRMugGSATh/Bi8Dgusoz9IQ0IfdrvLpco6kujEIBoaogA==}
/@esbuild/win32-x64@0.17.15:
resolution: {integrity: sha512-DjDa9ywLUUmjhV2Y9wUTIF+1XsmuFGvZoCmOWkli1XcNAh5t25cc7fgsCx4Zi/Uurep3TTLyDiKATgGEg61pkA==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
......@@ -2509,8 +2531,8 @@ packages:
engines: {node: '>=6.9.0'}
dev: true
/@iconify/json@2.2.42:
resolution: {integrity: sha512-CLZHgcBIqNuy9lRwHjuvFb++OcqJFjJmr5Rg8MZ8Dc/hfcpU9L5IW4O3oB2UPQecXMKswZLoamfFajBAt03igw==}
/@iconify/json@2.2.43:
resolution: {integrity: sha512-W4osJn68++dC8x6Per5oK/yM46j6VS1FcSo7OpiK4zoLOVY5uXl6kLmZ/uTGZlts1fIcxY4SAYLNZLPtccRQew==}
dependencies:
'@iconify/types': 2.0.0
pathe: 1.1.0
......@@ -3456,10 +3478,6 @@ packages:
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
dev: true
/@types/parse-json@4.0.0:
resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==}
dev: true
/@types/prettier@2.7.2:
resolution: {integrity: sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==}
dev: true
......@@ -3869,7 +3887,7 @@ packages:
'@babel/types': 7.21.4
'@vue/babel-helper-vue-transform-on': 1.0.2
camelcase: 6.3.0
html-tags: 3.2.0
html-tags: 3.3.0
svg-tags: 1.0.0
transitivePeerDependencies:
- '@babel/core'
......@@ -4448,7 +4466,7 @@ packages:
hasBin: true
dependencies:
caniuse-lite: 1.0.30001473
electron-to-chromium: 1.4.347
electron-to-chromium: 1.4.348
node-releases: 2.0.10
update-browserslist-db: 1.0.10(browserslist@4.21.5)
......@@ -5011,17 +5029,6 @@ packages:
typescript: 5.0.3
dev: true
/cosmiconfig@7.1.0:
resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==}
engines: {node: '>=10'}
dependencies:
'@types/parse-json': 4.0.0
import-fresh: 3.3.0
parse-json: 5.2.0
path-type: 4.0.0
yaml: 1.10.2
dev: true
/cosmiconfig@8.1.3:
resolution: {integrity: sha512-/UkO2JKI18b5jVMJUp0lvKFMpa/Gye+ZgZjKD+DGEN9y7NRcf/nK1A0sp67ONmKtnDCNMS44E6jrk0Yc3bDuUw==}
engines: {node: '>=14'}
......@@ -5420,8 +5427,8 @@ packages:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
dev: true
/electron-to-chromium@1.4.347:
resolution: {integrity: sha512-LNi3+/9nV0vT6Bz1OsSoZ/w7IgNuWdefZ7mjKNjZxyRlI/ag6uMXxsxAy5Etvuixq3Q26exw2fc4bNYvYQqXSw==}
/electron-to-chromium@1.4.348:
resolution: {integrity: sha512-gM7TdwuG3amns/1rlgxMbeeyNoBFPa+4Uu0c7FeROWh4qWmvSOnvcslKmWy51ggLKZ2n/F/4i2HJ+PVNxH9uCQ==}
/emittery@0.8.1:
resolution: {integrity: sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==}
......@@ -5555,34 +5562,34 @@ packages:
dev: false
optional: true
/esbuild@0.17.14:
resolution: {integrity: sha512-vOO5XhmVj/1XQR9NQ1UPq6qvMYL7QFJU57J5fKBKBKxp17uDt5PgxFDb4A2nEiXhr1qQs4x0F5+66hVVw4ruNw==}
/esbuild@0.17.15:
resolution: {integrity: sha512-LBUV2VsUIc/iD9ME75qhT4aJj0r75abCVS0jakhFzOtR7TQsqQA5w0tZ+KTKnwl3kXE0MhskNdHDh/I5aCR1Zw==}
engines: {node: '>=12'}
hasBin: true
requiresBuild: true
optionalDependencies:
'@esbuild/android-arm': 0.17.14
'@esbuild/android-arm64': 0.17.14
'@esbuild/android-x64': 0.17.14
'@esbuild/darwin-arm64': 0.17.14
'@esbuild/darwin-x64': 0.17.14
'@esbuild/freebsd-arm64': 0.17.14
'@esbuild/freebsd-x64': 0.17.14
'@esbuild/linux-arm': 0.17.14
'@esbuild/linux-arm64': 0.17.14
'@esbuild/linux-ia32': 0.17.14
'@esbuild/linux-loong64': 0.17.14
'@esbuild/linux-mips64el': 0.17.14
'@esbuild/linux-ppc64': 0.17.14
'@esbuild/linux-riscv64': 0.17.14
'@esbuild/linux-s390x': 0.17.14
'@esbuild/linux-x64': 0.17.14
'@esbuild/netbsd-x64': 0.17.14
'@esbuild/openbsd-x64': 0.17.14
'@esbuild/sunos-x64': 0.17.14
'@esbuild/win32-arm64': 0.17.14
'@esbuild/win32-ia32': 0.17.14
'@esbuild/win32-x64': 0.17.14
'@esbuild/android-arm': 0.17.15
'@esbuild/android-arm64': 0.17.15
'@esbuild/android-x64': 0.17.15
'@esbuild/darwin-arm64': 0.17.15
'@esbuild/darwin-x64': 0.17.15
'@esbuild/freebsd-arm64': 0.17.15
'@esbuild/freebsd-x64': 0.17.15
'@esbuild/linux-arm': 0.17.15
'@esbuild/linux-arm64': 0.17.15
'@esbuild/linux-ia32': 0.17.15
'@esbuild/linux-loong64': 0.17.15
'@esbuild/linux-mips64el': 0.17.15
'@esbuild/linux-ppc64': 0.17.15
'@esbuild/linux-riscv64': 0.17.15
'@esbuild/linux-s390x': 0.17.15
'@esbuild/linux-x64': 0.17.15
'@esbuild/netbsd-x64': 0.17.15
'@esbuild/openbsd-x64': 0.17.15
'@esbuild/sunos-x64': 0.17.15
'@esbuild/win32-arm64': 0.17.15
'@esbuild/win32-ia32': 0.17.15
'@esbuild/win32-x64': 0.17.15
/escalade@3.1.1:
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
......@@ -5672,8 +5679,8 @@ packages:
- supports-color
dev: true
/eslint-plugin-antfu@0.37.0(eslint@8.37.0)(typescript@5.0.3):
resolution: {integrity: sha512-Tekr9S4fkrmH88RS5XHvs3gQwQIn/2As8gYePzrPHTQEQF00pIx0sa1eQrhmvN50ubUG4WkZnpx/uR3073jLeg==}
/eslint-plugin-antfu@0.38.2(eslint@8.37.0)(typescript@5.0.3):
resolution: {integrity: sha512-Fv4FxkkGsQ55Bw6u8GWhOuWTeiAxSWWH87rXzM0CSXYs4ql55tNuWvn+f9bWhPv1Q6eudr6DRuXuABCsrV0xlg==}
dependencies:
'@typescript-eslint/utils': 5.57.0(eslint@8.37.0)(typescript@5.0.3)
transitivePeerDependencies:
......@@ -6542,12 +6549,12 @@ packages:
path-is-absolute: 1.0.1
dev: true
/glob@9.3.2:
resolution: {integrity: sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA==}
/glob@9.3.4:
resolution: {integrity: sha512-qaSc49hojMOv1EPM4EuyITjDSgSKI0rthoHnvE81tcOi1SCVndHko7auqxdQ14eiQG2NDBJBE86+2xIrbIvrbA==}
engines: {node: '>=16 || 14 >=14.17'}
dependencies:
fs.realpath: 1.0.0
minimatch: 7.4.3
minimatch: 8.0.2
minipass: 4.2.5
path-scurry: 1.6.3
dev: true
......@@ -6759,8 +6766,8 @@ packages:
resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==}
dev: true
/html-tags@3.2.0:
resolution: {integrity: sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==}
/html-tags@3.3.0:
resolution: {integrity: sha512-mH3dWNbvfCKcAEysbpD7wvtIJ6ImPog8aFhfzqog9gCN8CJFhKjLDtjpohG3IxYRLqHMJ1PWpBvnSMkFJBQ6Jg==}
engines: {node: '>=8'}
dev: true
......@@ -7930,8 +7937,8 @@ packages:
engines: {node: '>=6'}
dev: true
/known-css-properties@0.26.0:
resolution: {integrity: sha512-5FZRzrZzNTBruuurWpvZnvP9pum+fe0HcK8z/ooo+U+Hmp4vtbyp1/QDsqmufirXy4egGzbaH/y2uCZf+6W5Kg==}
/known-css-properties@0.27.0:
resolution: {integrity: sha512-uMCj6+hZYDoffuvAJjFAPz56E9uoowFHmTkqRtRq5WyC5Q6Cu/fTZKNQpX/RbzChBYLLl3lo8CjFZBAZXq9qFg==}
dev: true
/kolorist@1.7.0:
......@@ -8411,13 +8418,20 @@ packages:
brace-expansion: 1.1.11
dev: true
/minimatch@7.4.3:
resolution: {integrity: sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==}
/minimatch@7.4.4:
resolution: {integrity: sha512-T+8B3kNrLP7jDb5eaC4rUIp6DKoeTSb6f9SwF2phcY2gxJUA0GEf1i29/FHxBMEfx0ppWlr434/D0P+6jb8bOQ==}
engines: {node: '>=10'}
dependencies:
brace-expansion: 2.0.1
dev: true
/minimatch@8.0.2:
resolution: {integrity: sha512-ikHGF67ODxj7vS5NKU2wvTsFLbExee+KXVCnBWh8Cg2hVJfBMQIrlo50qru/09E0EifjnU8dZhJ/iHhyXJM6Mw==}
engines: {node: '>=16 || 14 >=14.17'}
dependencies:
brace-expansion: 2.0.1
dev: true
/minimist-options@4.1.0:
resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==}
engines: {node: '>= 6'}
......@@ -9204,10 +9218,10 @@ packages:
cssesc: 3.0.0
util-deprecate: 1.0.2
/postcss-sorting@7.0.1(postcss@8.4.21):
resolution: {integrity: sha512-iLBFYz6VRYyLJEJsBJ8M3TCqNcckVzz4wFounSc5Oez35ogE/X+aoC5fFu103Ot7NyvjU3/xqIXn93Gp3kJk4g==}
/postcss-sorting@8.0.2(postcss@8.4.21):
resolution: {integrity: sha512-M9dkSrmU00t/jK7rF6BZSZauA5MAaBW4i5EnJXspMwt4iqTh/L9j6fgMnbElEOfyRyfLfVbIHj/R52zHzAPe1Q==}
peerDependencies:
postcss: ^8.3.9
postcss: ^8.4.20
dependencies:
postcss: 8.4.21
dev: true
......@@ -9584,7 +9598,7 @@ packages:
engines: {node: '>=14'}
hasBin: true
dependencies:
glob: 9.3.2
glob: 9.3.4
dev: true
/rollup@3.20.2:
......@@ -10066,7 +10080,7 @@ packages:
resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==}
dev: true
/stylelint-config-html@1.1.0(postcss-html@1.5.0)(stylelint@14.16.1):
/stylelint-config-html@1.1.0(postcss-html@1.5.0)(stylelint@15.4.0):
resolution: {integrity: sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==}
engines: {node: ^12 || >=14}
peerDependencies:
......@@ -10074,56 +10088,50 @@ packages:
stylelint: '>=14.0.0'
dependencies:
postcss-html: 1.5.0
stylelint: 14.16.1
dev: true
/stylelint-config-prettier@9.0.5(stylelint@14.16.1):
resolution: {integrity: sha512-U44lELgLZhbAD/xy/vncZ2Pq8sh2TnpiPvo38Ifg9+zeioR+LAkHu0i6YORIOxFafZoVg0xqQwex6e6F25S5XA==}
engines: {node: '>= 12'}
hasBin: true
peerDependencies:
stylelint: '>= 11.x < 15'
dependencies:
stylelint: 14.16.1
stylelint: 15.4.0
dev: true
/stylelint-config-recommended@9.0.0(stylelint@14.16.1):
resolution: {integrity: sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ==}
/stylelint-config-recommended@11.0.0(stylelint@15.4.0):
resolution: {integrity: sha512-SoGIHNI748OCZn6BxFYT83ytWoYETCINVHV3LKScVAWQQauWdvmdDqJC5YXWjpBbxg2E761Tg5aUGKLFOVhEkA==}
peerDependencies:
stylelint: ^14.10.0
stylelint: ^15.3.0
dependencies:
stylelint: 14.16.1
stylelint: 15.4.0
dev: true
/stylelint-config-standard@29.0.0(stylelint@14.16.1):
resolution: {integrity: sha512-uy8tZLbfq6ZrXy4JKu3W+7lYLgRQBxYTUUB88vPgQ+ZzAxdrvcaSUW9hOMNLYBnwH+9Kkj19M2DHdZ4gKwI7tg==}
/stylelint-config-standard@32.0.0(stylelint@15.4.0):
resolution: {integrity: sha512-UnGJxYDyYFrIE9CjDMZRkrNh2o4lOtO+MVZ9qG5b8yARfsWho0GMx4YvhHfsv8zKKgHeWX2wfeyxmuoqcaYZ4w==}
peerDependencies:
stylelint: ^14.14.0
stylelint: ^15.4.0
dependencies:
stylelint: 14.16.1
stylelint-config-recommended: 9.0.0(stylelint@14.16.1)
stylelint: 15.4.0
stylelint-config-recommended: 11.0.0(stylelint@15.4.0)
dev: true
/stylelint-order@5.0.0(stylelint@14.16.1):
resolution: {integrity: sha512-OWQ7pmicXufDw5BlRqzdz3fkGKJPgLyDwD1rFY3AIEfIH/LQY38Vu/85v8/up0I+VPiuGRwbc2Hg3zLAsJaiyw==}
/stylelint-order@6.0.3(stylelint@15.4.0):
resolution: {integrity: sha512-1j1lOb4EU/6w49qZeT2SQVJXm0Ht+Qnq9GMfUa3pMwoyojIWfuA+JUDmoR97Bht1RLn4ei0xtLGy87M7d29B1w==}
peerDependencies:
stylelint: ^14.0.0
stylelint: ^14.0.0 || ^15.0.0
dependencies:
postcss: 8.4.21
postcss-sorting: 7.0.1(postcss@8.4.21)
stylelint: 14.16.1
postcss-sorting: 8.0.2(postcss@8.4.21)
stylelint: 15.4.0
dev: true
/stylelint@14.16.1:
resolution: {integrity: sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
/stylelint@15.4.0:
resolution: {integrity: sha512-TlOvpG3MbcFwHmK0q2ykhmpKo7Dq892beJit0NPdpyY9b1tFah/hGhqnAz/bRm2PDhDbJLKvjzkEYYBEz7Dxcg==}
engines: {node: ^14.13.1 || >=16.0.0}
hasBin: true
dependencies:
'@csstools/css-parser-algorithms': 2.1.0(@csstools/css-tokenizer@2.1.0)
'@csstools/css-tokenizer': 2.1.0
'@csstools/media-query-list-parser': 2.0.2(@csstools/css-parser-algorithms@2.1.0)(@csstools/css-tokenizer@2.1.0)
'@csstools/selector-specificity': 2.2.0(postcss-selector-parser@6.0.11)
balanced-match: 2.0.0
colord: 2.9.3
cosmiconfig: 7.1.0
cosmiconfig: 8.1.3
css-functions-list: 3.1.0
css-tree: 2.3.1
debug: 4.3.4
fast-glob: 3.2.12
fastest-levenshtein: 1.0.16
......@@ -10131,12 +10139,12 @@ packages:
global-modules: 2.0.0
globby: 11.1.0
globjoin: 0.1.4
html-tags: 3.2.0
html-tags: 3.3.0
ignore: 5.2.4
import-lazy: 4.0.0
imurmurhash: 0.1.4
is-plain-object: 5.0.0
known-css-properties: 0.26.0
known-css-properties: 0.27.0
mathml-tag-names: 2.1.3
meow: 9.0.0
micromatch: 4.0.5
......@@ -10152,11 +10160,11 @@ packages:
string-width: 4.2.3
strip-ansi: 6.0.1
style-search: 0.1.0
supports-hyperlinks: 2.3.0
supports-hyperlinks: 3.0.0
svg-tags: 1.0.0
table: 6.8.1
v8-compile-cache: 2.3.0
write-file-atomic: 4.0.2
write-file-atomic: 5.0.0
transitivePeerDependencies:
- supports-color
dev: true
......@@ -10189,6 +10197,14 @@ packages:
supports-color: 7.2.0
dev: true
/supports-hyperlinks@3.0.0:
resolution: {integrity: sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==}
engines: {node: '>=14.18'}
dependencies:
has-flag: 4.0.0
supports-color: 7.2.0
dev: true
/supports-preserve-symlinks-flag@1.0.0:
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'}
......@@ -10681,7 +10697,7 @@ packages:
'@vueuse/core': 9.13.0(vue@3.2.47)
local-pkg: 0.4.3
magic-string: 0.30.0
minimatch: 7.4.3
minimatch: 7.4.4
unimport: 3.0.4
unplugin: 1.3.1
transitivePeerDependencies:
......@@ -10718,7 +10734,7 @@ packages:
fast-glob: 3.2.12
local-pkg: 0.4.3
magic-string: 0.30.0
minimatch: 7.4.3
minimatch: 7.4.4
resolve: 1.22.1
unplugin: 1.3.1
vue: 3.2.47
......@@ -10866,7 +10882,7 @@ packages:
optional: true
dependencies:
'@types/node': 18.15.11
esbuild: 0.17.14
esbuild: 0.17.15
less: 4.1.3
postcss: 8.4.21
resolve: 1.22.1
......@@ -11133,9 +11149,9 @@ packages:
typedarray-to-buffer: 3.1.5
dev: true
/write-file-atomic@4.0.2:
resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==}
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
/write-file-atomic@5.0.0:
resolution: {integrity: sha512-R7NYMnHSlV42K54lwY9lvW6MnSm1HSJqZL3xiSgi9E7//FYaI74r2G0rd+/X6VAMkHEdzxQaU5HUOXWUz5kA/w==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dependencies:
imurmurhash: 0.1.4
signal-exit: 3.0.7
......
// import * as Pont from 'pont-engine'
import { Interface, BaseClass, Property, CodeGenerator } from 'pont-engine'
import type { BaseClass, Interface } from 'pont-engine'
import { CodeGenerator, Property } from 'pont-engine'
// 接口 API 前缀
// 通常与项目的 env 配置中的 VITE_GLOB_API_URL_PREFIX 相同
......@@ -44,7 +45,7 @@ export default class BasicGenerator extends CodeGenerator {
return `${requestParams.replace(
'options?: any',
`config?: http.RequestConfig<${
bodyTypeDef ? bodyTypeDef : `Params${requestParams.includes('form') ? ' | FormData' : ''}`
bodyTypeDef || `Params${requestParams.includes('form') ? ' | FormData' : ''}`
}>`,
)}, options?: http.RequestOptions`
}
......
import { StandardDataSource } from 'pont-engine'
import type { StandardDataSource } from 'pont-engine'
export default function (dataSource: StandardDataSource): StandardDataSource {
return dataSource
......
......@@ -36,15 +36,15 @@
/* common css */
/* #ifndef APP-PLUS-NVUE */
/* uni.css - 通用组件、模板样式库,可以当作一套ui库应用 */
@import './common/uni.css';
@import url('./common/uni.css');
/* #endif */
/*每个页面公共css */
@import './common/fui-app.css';
@import './components/firstui/fui-theme/fui-theme.css';
/* 每个页面公共css */
@import url('./common/fui-app.css');
@import url('./components/firstui/fui-theme/fui-theme.css');
// 全局样式
@import './common/public.less';
@import url('./common/public.less');
/** #ifdef H5 */
uni-page-body,
......
......@@ -45,6 +45,6 @@
.empty .empty-tips {
display: flex;
font-size: 30rpx;
color: #999999;
color: #999;
}
</style>
<script lang="ts" setup>
import type { PropType } from 'vue'
import md5 from 'crypto-js/md5'
import { nanoid } from 'nanoid'
import { getPoster, isImage, isVideo } from './utils'
......@@ -29,13 +28,13 @@
})
// 生成预览容器高度
const containerHeight = `${props.height}rpx`
const height = computed(() => `${props.height}rpx`)
// 分离图片和视频资源地址
const images = computed(() => props.assets.filter((item) => isImage(item.url)))
const videos = computed(() => props.assets.filter((item) => isVideo(item.url)))
// 预览图片
const preview = (index: number) => {
function preview(index: number) {
uni.previewImage({
urls: images.value.map((item) => {
// #ifdef APP-PLUS
......@@ -57,12 +56,12 @@
const videoContext = ref()
const playVideoSrc = ref()
// 播放视频
const play = (index: number) => {
function play(index: number) {
playVideoSrc.value = videos.value[index].url
videoContext.value?.requestFullScreen()
videoContext.value?.play()
}
const videoFullScreenChange = (e: any) => {
function videoFullScreenChange(e: any) {
// 非全屏状态下停止播放
if (!e.detail.fullScreen) {
videoContext.value.seek(0)
......@@ -134,7 +133,7 @@
position: relative;
:deep(.fui-lazyload__img) {
height: v-bind(containerHeight) !important;
height: v-bind(height) !important;
}
.icon-wrap {
......@@ -143,7 +142,7 @@
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
background-color: rgb(0 0 0 / 50%);
border-radius: 10rpx;
.video-play-icon {
......
......@@ -57,4 +57,6 @@ export function useI18n(namespace?: string): {
// 为什么要编写此函数?
// 主要用于配合vscode i18nn ally插件。此功能仅用于路由和菜单。请在其他地方使用useI18n
export const t = (key: string) => key
export function t(key: string) {
return key
}
......@@ -26,7 +26,7 @@ const Message = {
},
}
const createErrorModal = (options: { title: string; content: string }) => {
function createErrorModal(options: { title: string; content: string }) {
uni.showModal({
title: options.title,
content: options.content,
......
......@@ -2,7 +2,7 @@ import type { GlobConfig } from '/#/config'
import { getAppEnvConfig } from '/@/utils/env'
export const useGlobSetting = (): Readonly<GlobConfig> => {
export function useGlobSetting(): Readonly<GlobConfig> {
const {
VITE_GLOB_APP_NAME,
VITE_GLOB_APP_DESCRIPTION,
......
......@@ -68,7 +68,7 @@
.fui-title {
text-align: center;
font-weight: 500;
color: #333333;
color: #333;
padding-top: 48rpx;
}
......
......@@ -27,7 +27,7 @@
}))
})
const preview = (index: number) => {
function preview(index: number) {
uni.previewImage({
urls: images.value.map((item: { src: string }) => item.src),
current: index,
......
......@@ -18,7 +18,7 @@
})
})
const surprise = () => {
function surprise() {
// #ifdef APP-PLUS
const orientation = plus.navigator.getOrientation()
if (orientation === 0) {
......@@ -35,7 +35,7 @@
}
const animate = ref()
const handUp = () => {
function handUp() {
if (animate.value) {
return
}
......
......@@ -5,7 +5,9 @@ import { isFunction } from '/@/utils/is'
// Used to store the identification and cancellation function of each request
let pendingMap = new Map<string, Canceler>()
export const getPendingUrl = (config: AxiosRequestConfig) => [config.method, config.url].join('&')
export function getPendingUrl(config: AxiosRequestConfig) {
return [config.method, config.url].join('&')
}
export class AxiosCanceler {
/**
......
......@@ -3,7 +3,7 @@ import type { App, Plugin } from 'vue'
import { unref } from 'vue'
import { isObject } from '/@/utils/is'
export const noop = () => {}
export function noop() {}
/**
* @description: Set ui mount node
......@@ -50,7 +50,7 @@ export function getDynamicProps<T, U>(props: T): Partial<U> {
return ret as Partial<U>
}
export const withInstall = <T>(component: T, alias?: string) => {
export function withInstall<T>(component: T, alias?: string) {
const comp = component as any
comp.install = (app: App) => {
app.component(comp.name || comp.displayName, component)
......
......@@ -15,7 +15,7 @@ const PROXY_LIST: [[string, string]?] = [
* 将内部地址(内网)转换成代理/预览地址(公网)
* @param url 内网地址
*/
export const getExtranetUrl = (url: string): string => {
export function getExtranetUrl(url: string): string {
let uri = url
PROXY_LIST.forEach((proxy) => {
......@@ -30,7 +30,7 @@ export const getExtranetUrl = (url: string): string => {
* eg: 主要用于解决内网文件上传后预览,但是实际上传存储时还是内网地址的问题
* @param url 包含代理/公网地址的内容
*/
export const getIntranetUrl = (url: string): string => {
export function getIntranetUrl(url: string): string {
let uri = url
PROXY_LIST.forEach((proxy) => {
......@@ -45,7 +45,7 @@ export const getIntranetUrl = (url: string): string => {
* @param body 接口返回的内容
* @returns 替换本地链接后的数据结果
*/
export const handleResponseResource = <T>(body: T, options: Recordable) => {
export function handleResponseResource<T>(body: T, options: Recordable) {
for (const [intranet, extranet] of PROXY_LIST) {
// 当需要处理内外网资源地址映射时,进行内容处理
const isIntranet = options.apiUrl.includes(intranet)
......
......@@ -2,7 +2,7 @@ module.exports = {
root: true,
plugins: ['stylelint-order'],
customSyntax: 'postcss-less',
extends: ['stylelint-config-standard', 'stylelint-config-prettier'],
extends: ['stylelint-config-standard'],
rules: {
'selector-class-pattern': null,
'selector-pseudo-class-no-unknown': [
......@@ -36,12 +36,8 @@ module.exports = {
],
'no-empty-source': null,
'named-grid-areas-no-invalid': null,
'unicode-bom': 'never',
'no-descending-specificity': null,
'font-family-no-missing-generic-family-keyword': null,
'declaration-colon-space-after': 'always-single-line',
'declaration-colon-space-before': 'never',
// 'declaration-block-trailing-semicolon': 'always',
'rule-empty-line-before': [
'always',
{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论