init repository template
This commit is contained in:
parent
2c65bc585e
commit
51c42eb80d
13 changed files with 450 additions and 37 deletions
92
pnpm-lock.yaml
generated
92
pnpm-lock.yaml
generated
|
|
@ -11,6 +11,10 @@ importers:
|
|||
astro:
|
||||
specifier: ^5.17.1
|
||||
version: 5.17.2(rollup@4.57.1)(typescript@5.9.3)
|
||||
devDependencies:
|
||||
'@biomejs/biome':
|
||||
specifier: 2.4.1
|
||||
version: 2.4.1
|
||||
|
||||
packages:
|
||||
|
||||
|
|
@ -48,6 +52,59 @@ packages:
|
|||
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
'@biomejs/biome@2.4.1':
|
||||
resolution: {integrity: sha512-8c5DZQl1hfpLRlTZ21W5Ef2R314E4UJUEtkMbo303ElTVe6fYtapwldv7tZlgwm+9YP0Mhk7dUSTkOY8nQ2/2w==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
hasBin: true
|
||||
|
||||
'@biomejs/cli-darwin-arm64@2.4.1':
|
||||
resolution: {integrity: sha512-wKiX2znbgFRaivRplSbu53hiREp1ohlGRuWqOL90IPetLi5E32tkiMYu8uSLXVzDgbIVM58WsesPaczIVtJkOQ==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@biomejs/cli-darwin-x64@2.4.1':
|
||||
resolution: {integrity: sha512-rxLYVg3skeXh9K0om7JdkKcCdvtqrF9ECZ7dsmLuYObboK7DZ1J0z6xc2NGKSXw+cEQo3ie6NQgWBcdGJ16yQg==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@biomejs/cli-linux-arm64-musl@2.4.1':
|
||||
resolution: {integrity: sha512-Brwh/QL3wfX5UyZcyEamS1Q+EF8Q7ud+MS5mq/9BWX2ArfxQlgsqlukwK92xrGpXWcspXkSG9U0CoxvCZZkTKQ==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@biomejs/cli-linux-arm64@2.4.1':
|
||||
resolution: {integrity: sha512-nlGO5KzoEKhGj2i3QXyyNCeFk8SVwyes0wo0/X9w943darnlAHfi8MYYunPf8lsz5C0JaH6pJYB6D9HnDwUPQA==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@biomejs/cli-linux-x64-musl@2.4.1':
|
||||
resolution: {integrity: sha512-kz1QpA+PXouNyWw2VzeoMlzMn99hlyOC/El2uSy+DS8gcb6tOsKEeZ5e2onnFIfZKe9AeKMFbTowDNLXwjwGjw==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@biomejs/cli-linux-x64@2.4.1':
|
||||
resolution: {integrity: sha512-Rmhm/mQ/3pejy1WtWLKurV1fN6zvCrqKz/ART2ZzgqY4ozL07uys5R9jA0A+yLjA79JTkcpIe85ygXv0FnSPRg==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@biomejs/cli-win32-arm64@2.4.1':
|
||||
resolution: {integrity: sha512-e+PrlbQ/tez7W9EAzzCGUH1ovq31kR5r8sfCDzasrmoADLnDafet8pA8LdXnt0GwkeOem5Hz6WHCVZPRmaXiXw==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@biomejs/cli-win32-x64@2.4.1':
|
||||
resolution: {integrity: sha512-kfjOCzvaHC7olg8pmEuSsYzHntxdipkAGzr5nFiaEU2EPDWRE/myqUBaFDl9pHqEc8yEtQFiXF945PlTSkuOTw==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@capsizecss/unpack@4.0.0':
|
||||
resolution: {integrity: sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==}
|
||||
engines: {node: '>=18'}
|
||||
|
|
@ -1704,6 +1761,41 @@ snapshots:
|
|||
'@babel/helper-string-parser': 7.27.1
|
||||
'@babel/helper-validator-identifier': 7.28.5
|
||||
|
||||
'@biomejs/biome@2.4.1':
|
||||
optionalDependencies:
|
||||
'@biomejs/cli-darwin-arm64': 2.4.1
|
||||
'@biomejs/cli-darwin-x64': 2.4.1
|
||||
'@biomejs/cli-linux-arm64': 2.4.1
|
||||
'@biomejs/cli-linux-arm64-musl': 2.4.1
|
||||
'@biomejs/cli-linux-x64': 2.4.1
|
||||
'@biomejs/cli-linux-x64-musl': 2.4.1
|
||||
'@biomejs/cli-win32-arm64': 2.4.1
|
||||
'@biomejs/cli-win32-x64': 2.4.1
|
||||
|
||||
'@biomejs/cli-darwin-arm64@2.4.1':
|
||||
optional: true
|
||||
|
||||
'@biomejs/cli-darwin-x64@2.4.1':
|
||||
optional: true
|
||||
|
||||
'@biomejs/cli-linux-arm64-musl@2.4.1':
|
||||
optional: true
|
||||
|
||||
'@biomejs/cli-linux-arm64@2.4.1':
|
||||
optional: true
|
||||
|
||||
'@biomejs/cli-linux-x64-musl@2.4.1':
|
||||
optional: true
|
||||
|
||||
'@biomejs/cli-linux-x64@2.4.1':
|
||||
optional: true
|
||||
|
||||
'@biomejs/cli-win32-arm64@2.4.1':
|
||||
optional: true
|
||||
|
||||
'@biomejs/cli-win32-x64@2.4.1':
|
||||
optional: true
|
||||
|
||||
'@capsizecss/unpack@4.0.0':
|
||||
dependencies:
|
||||
fontkitten: 1.0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue