friends-best/package.json
Louis Hollingworth c180404e15
Improved time handling
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
2022-10-08 16:52:34 +01:00

23 lines
478 B
JSON

{
"name": "friends-best",
"type": "module",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/deno": "1.1.0",
"@astrojs/vue": "1.1.0",
"astro": "^1.4.2",
"vue": "^3.2.30"
},
"devDependencies": {
"sass": "1.55.0"
}
}