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-07-22 17:32:04 +00:00
|
|
|
"@astrojs/check": "^0.8.2",
|
2024-06-24 17:43:18 +00:00
|
|
|
"@astrojs/sitemap": "^3.1.6",
|
2024-07-15 18:11:19 +00:00
|
|
|
"@astrojs/starlight": "^0.25.1",
|
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-06-24 17:43:04 +00:00
|
|
|
"@astrojs/vercel": "^7.7.2",
|
2024-08-05 18:02:32 +00:00
|
|
|
"@preline/accordion": "^2.4.1",
|
2024-06-21 19:09:44 +04:00
|
|
|
"@preline/collapse": "^2.3.0",
|
2024-07-29 17:58:07 +00:00
|
|
|
"@preline/dropdown": "^2.4.1",
|
2024-07-22 18:21:35 +00:00
|
|
|
"@preline/overlay": "^2.4.0",
|
2024-07-22 17:31:54 +00:00
|
|
|
"@preline/tabs": "^2.4.0",
|
2024-07-29 17:58:01 +00:00
|
|
|
"astro": "^4.12.2",
|
2024-02-19 08:00:15 +04:00
|
|
|
"astro-compressor": "^0.4.1",
|
2024-06-21 19:09:44 +04:00
|
|
|
"clipboard": "^2.0.11",
|
2024-07-01 17:27:16 +00:00
|
|
|
"globby": "^14.0.2",
|
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-08-05 18:02:23 +00:00
|
|
|
"lenis": "^1.1.9",
|
2024-07-22 17:32:15 +00:00
|
|
|
"preline": "^2.4.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-07-29 17:58:16 +00:00
|
|
|
"tailwindcss": "^3.4.7"
|
2024-02-11 22:47:39 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-13 05:50:53 +04:00
|
|
|
"@tailwindcss/forms": "^0.5.7",
|
2024-07-15 17:54:44 +00:00
|
|
|
"astro-vtbot": "^1.7.27",
|
2024-07-15 18:11:15 +00:00
|
|
|
"prettier": "^3.3.3",
|
2024-08-05 18:02:38 +00:00
|
|
|
"prettier-plugin-astro": "^0.14.1",
|
2024-06-18 08:28:20 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
2024-07-29 17:58:25 +00:00
|
|
|
"typescript": "^5.5.4"
|
2024-02-10 03:49:51 +04:00
|
|
|
}
|
|
|
|
}
|