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-04-22 18:01:59 +00:00
|
|
|
"@astrojs/sitemap": "^3.1.4",
|
2024-05-06 22:59:16 +04:00
|
|
|
"@astrojs/starlight": "^0.22.1",
|
2024-04-15 15:29:15 +04:00
|
|
|
"@astrojs/starlight-tailwind": "^2.0.2",
|
2024-02-10 03:49:51 +04:00
|
|
|
"@astrojs/tailwind": "^5.1.0",
|
2024-05-06 22:59:16 +04:00
|
|
|
"@astrojs/vercel": "^7.5.4",
|
|
|
|
"astro": "^4.7.1",
|
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-05-06 22:59:16 +04:00
|
|
|
"html-minifier-terser": "^7.2.0",
|
2024-04-08 17:30:43 +00:00
|
|
|
"preline": "^2.1.0",
|
2024-03-26 12:36:57 -05:00
|
|
|
"sharp": "^0.33.3",
|
|
|
|
"sharp-ico": "^0.1.5",
|
2024-04-15 17:56:41 +00:00
|
|
|
"tailwindcss": "^3.4.3"
|
2024-02-11 22:47:39 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-13 05:50:53 +04:00
|
|
|
"@tailwindcss/forms": "^0.5.7",
|
2024-05-06 17:38:02 +00:00
|
|
|
"astro-vtbot": "^1.7.15",
|
2024-02-11 22:47:39 +04:00
|
|
|
"prettier": "^3.2.5",
|
|
|
|
"prettier-plugin-astro": "^0.13.0",
|
2024-04-22 18:01:29 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.5.14",
|
2024-04-15 17:56:29 +00:00
|
|
|
"typescript": "^5.4.5"
|
2024-02-10 03:49:51 +04:00
|
|
|
}
|
|
|
|
}
|