0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-24 23:21:57 -05:00
astro/examples/router/package.json
2022-03-28 12:00:10 -05:00

19 lines
375 B
JSON

{
"name": "@example/router",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/spa": "^0.0.1",
"@astrojs/tailwind": "^0.0.2",
"astro": "^0.25.2"
},
"dependencies": {
"@astrojs/router": "^0.0.1"
}
}