2024-02-10 03:49:51 +04:00
|
|
|
{
|
|
|
|
"name": "",
|
|
|
|
"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-02-12 17:48:43 +00:00
|
|
|
"@astrojs/check": "^0.5.3",
|
2024-02-12 07:36:55 +04:00
|
|
|
"@astrojs/sitemap": "^3.0.5",
|
2024-02-10 03:49:51 +04:00
|
|
|
"@astrojs/tailwind": "^5.1.0",
|
2024-02-12 07:36:55 +04:00
|
|
|
"@astrojs/vercel": "^7.3.0",
|
2024-02-12 17:49:04 +00:00
|
|
|
"astro": "^4.3.6",
|
2024-02-19 08:00:15 +04:00
|
|
|
"astro-compressor": "^0.4.1",
|
|
|
|
"astro-critters": "^2.1.1",
|
2024-02-11 22:47:39 +04:00
|
|
|
"preline": "^2.0.3",
|
2024-02-10 03:49:51 +04:00
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
"typescript": "^5.3.3"
|
2024-02-11 22:47:39 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-13 05:50:53 +04:00
|
|
|
"@tailwindcss/forms": "^0.5.7",
|
2024-02-11 22:47:39 +04:00
|
|
|
"prettier": "^3.2.5",
|
|
|
|
"prettier-plugin-astro": "^0.13.0",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.5.11"
|
2024-02-10 03:49:51 +04:00
|
|
|
}
|
|
|
|
}
|