www.hip-berlin.de/package.json

21 lines
375 B
JSON
Raw Normal View History

2022-11-06 20:02:17 +00:00
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.0"
},
2022-11-16 14:27:52 +00:00
"packageManager": "yarn@3.3.0",
"devDependencies": {
"sass": "^1.56.1"
}
2022-11-06 20:02:17 +00:00
}