diff --git a/package.json b/package.json index c63b858..fee5367 100644 --- a/package.json +++ b/package.json @@ -122,6 +122,7 @@ "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", "archiver": "^7.0.1", + "create-vue": "3.18.0", "depcheck": "^1.4.7", "eruda": "^3.4.3", "eslint": "^9.33.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 87b990e..472df3a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -239,6 +239,9 @@ importers: archiver: specifier: ^7.0.1 version: 7.0.1 + create-vue: + specifier: 3.18.0 + version: 3.18.0 depcheck: specifier: ^1.4.7 version: 1.4.7 @@ -2860,6 +2863,11 @@ packages: resolution: {integrity: sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==} 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: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} @@ -8318,6 +8326,8 @@ snapshots: crc-32: 1.2.2 readable-stream: 4.7.0 + create-vue@3.18.0: {} + cross-spawn@7.0.6: dependencies: path-key: 3.1.1