website/package.json

18 lines
345 B
JSON
Raw Normal View History

2024-07-29 10:55:50 -04:00
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-07-29 13:10:58 -04:00
"7.css": "^0.16.0",
2024-07-29 10:55:50 -04:00
"@astrojs/node": "^8.3.2",
2024-07-29 15:37:29 -04:00
"astro": "^4.12.2",
"lanyard-wrapper": "^2.0.1"
2024-07-29 10:55:50 -04:00
}
}