astro-hashnode/playground/package.json

24 lines
502 B
JSON
Raw Normal View History

2024-03-11 09:34:55 +00:00
{
"name": "playground",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "8.2.4",
"@matthiesenxyz/astro-hashnode": "workspace:*",
"astro": "^4.5.6"
2024-03-11 09:34:55 +00:00
},
"devDependencies": {
"@astrojs/check": "^0.5.9",
"@types/node": "^20.11.28",
"typescript": "^5.4.2"
2024-03-11 09:34:55 +00:00
}
}