geisha/package.json

23 lines
452 B
JSON
Raw Normal View History

2026-07-18 21:44:11 +02:00
{
"name": "geisha",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2026-07-18 22:31:27 +02:00
"@astrojs/check": "^0.9.9",
"astro": "^7.0.7",
"typescript": "npm:@typescript/typescript6"
2026-07-18 21:44:11 +02:00
},
"devDependencies": {
"@vitejs/plugin-legacy": "^8.2.0",
"terser": "^5.49.0"
}
}