build: 添加 create-vue 依赖

This commit is contained in:
严浩
2025-08-19 09:31:50 +08:00
parent 4f5910147c
commit 0585f9abdb
2 changed files with 11 additions and 0 deletions

View File

@@ -122,6 +122,7 @@
"@vue/test-utils": "^2.4.6", "@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0", "@vue/tsconfig": "^0.7.0",
"archiver": "^7.0.1", "archiver": "^7.0.1",
"create-vue": "3.18.0",
"depcheck": "^1.4.7", "depcheck": "^1.4.7",
"eruda": "^3.4.3", "eruda": "^3.4.3",
"eslint": "^9.33.0", "eslint": "^9.33.0",

10
pnpm-lock.yaml generated
View File

@@ -239,6 +239,9 @@ importers:
archiver: archiver:
specifier: ^7.0.1 specifier: ^7.0.1
version: 7.0.1 version: 7.0.1
create-vue:
specifier: 3.18.0
version: 3.18.0
depcheck: depcheck:
specifier: ^1.4.7 specifier: ^1.4.7
version: 1.4.7 version: 1.4.7
@@ -2860,6 +2863,11 @@ packages:
resolution: {integrity: sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==} resolution: {integrity: sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==}
engines: {node: '>= 14'} engines: {node: '>= 14'}
create-vue@3.18.0:
resolution: {integrity: sha512-bueZAMZKVztP+j76zWf3cs6O5XKGh1XMYDEd+VwAoh4eU01SOC84UCqmhnJOKpW75ZNn1glMRasisp/I55VNrA==}
engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
cross-spawn@7.0.6: cross-spawn@7.0.6:
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
engines: {node: '>= 8'} engines: {node: '>= 8'}
@@ -8318,6 +8326,8 @@ snapshots:
crc-32: 1.2.2 crc-32: 1.2.2
readable-stream: 4.7.0 readable-stream: 4.7.0
create-vue@3.18.0: {}
cross-spawn@7.0.6: cross-spawn@7.0.6:
dependencies: dependencies:
path-key: 3.1.1 path-key: 3.1.1