This repository has been archived on 2021-10-25. You can view files and clone it, but cannot push or open issues/pull-requests.
rusty-bever/web/package.json

16 lines
301 B
JSON

{
"name": "@example/starter",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"@astrojs/renderer-svelte": "^0.1.1",
"astro": "0.19.0-next.2",
"miragejs": "^0.1.41",
"typescript": "^4.4.3"
}
}