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
Raw Normal View History

2021-08-16 21:08:16 +02:00
{
"name": "@example/starter",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
2021-09-23 15:30:39 +02:00
"@astrojs/renderer-svelte": "^0.1.1",
2021-08-16 21:08:16 +02:00
"astro": "0.19.0-next.2",
2021-09-23 15:30:39 +02:00
"miragejs": "^0.1.41",
"typescript": "^4.4.3"
2021-08-16 21:08:16 +02:00
}
}