2024-02-10 03:49:51 +04:00
|
|
|
{
|
|
|
|
"name": "",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
2024-02-19 08:58:15 +04:00
|
|
|
"build": "astro check && astro build && node process-html.mjs",
|
2024-02-10 03:49:51 +04:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-03-25 18:48:20 +00:00
|
|
|
"@astrojs/check": "^0.5.10",
|
2024-02-26 18:18:04 +00:00
|
|
|
"@astrojs/sitemap": "^3.1.1",
|
2024-03-25 17:10:19 +00:00
|
|
|
"@astrojs/starlight": "^0.21.2",
|
2024-03-20 07:46:14 +04:00
|
|
|
"@astrojs/starlight-tailwind": "^2.0.1",
|
2024-02-10 03:49:51 +04:00
|
|
|
"@astrojs/tailwind": "^5.1.0",
|
2024-03-25 17:10:06 +00:00
|
|
|
"@astrojs/vercel": "^7.4.0",
|
2024-03-25 18:47:59 +00:00
|
|
|
"astro": "^4.5.9",
|
2024-02-19 08:00:15 +04:00
|
|
|
"astro-compressor": "^0.4.1",
|
2024-02-19 08:58:15 +04:00
|
|
|
"globby": "^14.0.1",
|
2024-03-14 17:08:46 +04:00
|
|
|
"gsap": "^3.12.5",
|
2024-02-19 08:58:15 +04:00
|
|
|
"html-minifier": "^4.0.0",
|
2024-02-11 22:47:39 +04:00
|
|
|
"preline": "^2.0.3",
|
2024-03-19 18:14:27 +04:00
|
|
|
"tailwindcss": "^3.4.1"
|
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",
|
2024-03-19 18:14:27 +04:00
|
|
|
"prettier-plugin-tailwindcss": "^0.5.12",
|
2024-03-25 17:09:45 +00:00
|
|
|
"typescript": "^5.4.3"
|
2024-02-10 03:49:51 +04:00
|
|
|
}
|
|
|
|
}
|