Changed test and added sharp
This commit is contained in:
parent
8e0469a194
commit
e4c1aad8a3
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"test": "vitest"
|
||||
"test": "playwright test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/solid-js": "^5.1.0",
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
"astro": "^5.13.3",
|
||||
"astro-compressor": "^1.1.2",
|
||||
"lightningcss": "^1.30.1",
|
||||
"sharp": "^0.34.3",
|
||||
"solid-js": "^1.9.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue