website/package.json

24 lines
549 B
JSON
Raw Normal View History

2024-11-28 00:44:45 -05:00
{
"name": "minpluto",
"type": "module",
2024-12-02 21:20:00 -05:00
"version": "0.0.2",
2024-11-28 00:44:45 -05:00
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "bun run ./dist/server/entry.mjs"
},
"dependencies": {
"@astrojs/vue": "^4.5.3",
2024-12-02 21:20:00 -05:00
"@iconoir/vue": "^7.10.1",
"@minpluto/zorn": "^0.4.8",
2024-11-28 00:44:45 -05:00
"@sudovanilla/errors": "^3.0.0",
"@tryghost/content-api": "^1.11.21",
2024-12-02 21:20:00 -05:00
"astro": "4.16.16",
2024-11-28 00:44:45 -05:00
"astro-bun-adapter": "^1.0.2",
"astro-tooltips": "^0.6.2"
},
"devDependencies": {
2024-12-02 21:20:00 -05:00
"sass": "^1.81.1"
2024-11-28 00:44:45 -05:00
}
}