2024-08-16 20:20:41 +00:00
|
|
|
{
|
|
|
|
"name": "test",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro check && astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-12-13 19:16:16 +00:00
|
|
|
"@astrojs/check": "^0.9.4",
|
2024-08-16 20:20:41 +00:00
|
|
|
"@minpluto/zorn": "../",
|
2024-12-13 19:16:16 +00:00
|
|
|
"astro": "^5.0.5",
|
|
|
|
"typescript": "^5.7.2"
|
2024-08-16 20:20:41 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-12-13 19:16:16 +00:00
|
|
|
"sass-embedded": "^1.83.0"
|
2024-08-16 20:20:41 +00:00
|
|
|
}
|
|
|
|
}
|