astro-gists/playground/package.json

24 lines
499 B
JSON
Raw Normal View History

2024-02-24 02:44:44 +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": {
2024-04-26 10:10:17 +00:00
"astro": "^4.7.0",
2024-03-28 19:30:33 +00:00
"@matthiesenxyz/astro-gists": "workspace:*"
2024-02-24 02:44:44 +00:00
},
"devDependencies": {
2024-04-26 10:10:17 +00:00
"@astrojs/mdx": "^2.3.1",
"@astrojs/check": "^0.5.10",
2024-04-26 10:10:17 +00:00
"@types/node": "^20.12.7",
"typescript": "^5.4.5"
2024-02-24 02:44:44 +00:00
}
}