2021-11-15 15:33:51 +00:00
|
|
|
{
|
|
|
|
"name": "@example/subpath",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
2022-08-06 04:36:23 +00:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
2021-11-15 15:33:51 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-06 04:48:35 +00:00
|
|
|
"@astrojs/react": "^0.4.3",
|
|
|
|
"astro": "^1.0.0-rc.7"
|
2022-03-19 02:03:21 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-05-12 16:42:34 +00:00
|
|
|
"react": "^18.1.0",
|
|
|
|
"react-dom": "^18.1.0"
|
2021-11-15 15:33:51 +00:00
|
|
|
}
|
|
|
|
}
|