24 lines
No EOL
549 B
JSON
24 lines
No EOL
549 B
JSON
{
|
|
"name": "minpluto",
|
|
"type": "module",
|
|
"version": "0.0.2",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "bun run ./dist/server/entry.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/vue": "^4.5.3",
|
|
"@iconoir/vue": "^7.10.1",
|
|
"@minpluto/zorn": "^0.4.8",
|
|
"@sudovanilla/errors": "^3.0.0",
|
|
"@tryghost/content-api": "^1.11.21",
|
|
"astro": "4.16.16",
|
|
"astro-bun-adapter": "^1.0.2",
|
|
"astro-tooltips": "^0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.81.1"
|
|
}
|
|
} |