2023-08-27 23:20:38 +05:00
|
|
|
{
|
|
|
|
"name": "comfycamp",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
2023-10-01 13:16:11 +05:00
|
|
|
"check": "astro check && tsc --noEmit",
|
|
|
|
"build": "astro build",
|
2023-08-27 23:20:38 +05:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-02-01 08:55:40 +05:00
|
|
|
"@astrojs/check": "^0.4.1",
|
2024-02-02 01:02:45 +05:00
|
|
|
"@astrojs/rss": "^4.0.4",
|
2024-02-01 08:55:29 +05:00
|
|
|
"astro": "^4.2.8",
|
2024-01-24 20:24:59 +05:00
|
|
|
"typescript": "^5.3.3"
|
2023-08-27 23:20:38 +05:00
|
|
|
}
|
|
|
|
}
|