mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Trying package manager in json.
This commit is contained in:
parent
a505c8d300
commit
5067c375f7
2 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
"test:integration": "playwright test",
|
||||
"test:unit": "vitest"
|
||||
},
|
||||
"packageManager": "pnpm@9.11.0",
|
||||
"devDependencies": {
|
||||
"@iconify-icons/material-symbols": "^1.2.58",
|
||||
"@iconify-icons/mdi": "^1.2.48",
|
||||
|
|
|
|||
|
|
@ -38,6 +38,9 @@ importers:
|
|||
nprogress:
|
||||
specifier: ^0.2.0
|
||||
version: 0.2.0
|
||||
personal-website-sveltekit:
|
||||
specifier: 'link:'
|
||||
version: 'link:'
|
||||
svelte-local-storage-store:
|
||||
specifier: ^0.6.4
|
||||
version: 0.6.4(svelte@4.2.19)
|
||||
|
|
|
|||
Loading…
Reference in a new issue