astro/examples/subpath/package.json
2022-03-18 19:03:21 -07:00

20 lines
392 B
JSON

{
"name": "@example/subpath",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^0.0.1",
"astro": "^0.25.0-next.0",
"sass": "^1.49.9"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}