24 lines
501 B
JSON
24 lines
501 B
JSON
{
|
|
"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": {
|
|
"astro": "^4.5.12",
|
|
"@matthiesenxyz/astro-gists": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/mdx": "^2.2.1",
|
|
"@astrojs/check": "^0.5.10",
|
|
"@types/node": "^20.11.30",
|
|
"typescript": "^5.4.3"
|
|
}
|
|
}
|