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",
|
"build": "astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro",
|
"astro": "astro",
|
||||||
"test": "vitest"
|
"test": "playwright test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/solid-js": "^5.1.0",
|
"@astrojs/solid-js": "^5.1.0",
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
"astro": "^5.13.3",
|
"astro": "^5.13.3",
|
||||||
"astro-compressor": "^1.1.2",
|
"astro-compressor": "^1.1.2",
|
||||||
"lightningcss": "^1.30.1",
|
"lightningcss": "^1.30.1",
|
||||||
|
"sharp": "^0.34.3",
|
||||||
"solid-js": "^1.9.9"
|
"solid-js": "^1.9.9"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue