astro/examples/portfolio/package.json
Fred K. Bot 7960fb80a1
[ci] release (next) (#4480)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-25 17:27:35 -04:00

20 lines
389 B
JSON

{
"name": "@example/portfolio",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/preact": "^1.0.2",
"astro": "^1.1.0-next.0",
"sass": "^1.52.2"
},
"dependencies": {
"preact": "^10.7.3"
}
}