website/package.json

19 lines
341 B
JSON
Raw Normal View History

2023-04-07 00:25:47 +02:00
{
"name": "kamoshi.org",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2023-04-07 01:30:36 +02:00
"astro": "^2.2.0",
"dayjs": "^1.11.7"
2023-04-07 01:11:08 +02:00
},
"devDependencies": {
"sass": "^1.61.0"
2023-04-07 00:25:47 +02:00
}
}