0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-17 23:11:29 -05:00
astro/examples/jsx/package.json
2022-06-17 10:25:11 -05:00

19 lines
369 B
JSON

{
"name": "@example/jsx",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/jsx": "^0.0.1",
"@astrojs/preact": "^0.1.3",
"astro": "^1.0.0-beta.47"
},
"dependencies": {
"preact": "^10.8.1"
}
}