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-05-15 20:13:01 +04:00
|
|
|
"@astrojs/check": "^0.7.0",
|
2024-05-26 22:14:10 +04:00
|
|
|
"@astrojs/sitemap": "^3.1.5",
|
2024-06-03 18:02:51 +00:00
|
|
|
"@astrojs/starlight": "^0.23.2",
|
2024-05-26 22:14:10 +04:00
|
|
|
"@astrojs/starlight-tailwind": "^2.0.3",
|
2024-02-10 03:49:51 +04:00
|
|
|
"@astrojs/tailwind": "^5.1.0",
|
2024-05-15 20:13:01 +04:00
|
|
|
"@astrojs/vercel": "^7.6.0",
|
2024-05-27 17:43:53 +00:00
|
|
|
"astro": "^4.9.2",
|
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-05-27 17:44:03 +00:00
|
|
|
"preline": "^2.3.0",
|
2024-05-20 18:01:37 +00:00
|
|
|
"sharp": "^0.33.4",
|
2024-03-26 12:36:57 -05:00
|
|
|
"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-06-03 18:01:43 +00:00
|
|
|
"astro-vtbot": "^1.7.23",
|
2024-06-03 19:42:53 +00:00
|
|
|
"prettier": "^3.3.0",
|
2024-05-27 17:44:11 +00:00
|
|
|
"prettier-plugin-astro": "^0.14.0",
|
2024-06-03 18:02:06 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.6.1",
|
2024-04-15 17:56:29 +00:00
|
|
|
"typescript": "^5.4.5"
|
2024-02-10 03:49:51 +04:00
|
|
|
}
|
|
|
|
}
|