astro/examples/dev-overlay/package.json
2023-10-05 20:51:30 +02:00

18 lines
358 B
JSON

{
"name": "@example/dev-overlay",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^3.2.0",
"@astrojs/solid-js": "^3.0.1",
"solid-js": "^1.7.11"
}
}