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-10-14 17:12:32 +00:00
|
|
|
"@astrojs/check": "^0.9.4",
|
2024-10-21 17:15:48 +00:00
|
|
|
"@astrojs/sitemap": "^3.2.1",
|
2024-11-11 17:39:04 +00:00
|
|
|
"@astrojs/starlight": "^0.29.0",
|
2024-05-26 22:14:10 +04:00
|
|
|
"@astrojs/starlight-tailwind": "^2.0.3",
|
2024-10-14 17:12:36 +00:00
|
|
|
"@astrojs/tailwind": "^5.1.2",
|
2024-10-07 17:10:15 +00:00
|
|
|
"@preline/accordion": "^2.5.0",
|
2024-09-30 17:50:02 +00:00
|
|
|
"@preline/collapse": "^2.5.0",
|
2024-10-28 17:47:11 +00:00
|
|
|
"@preline/dropdown": "^2.5.0",
|
2024-09-30 17:50:10 +00:00
|
|
|
"@preline/overlay": "^2.5.0",
|
2024-10-07 17:10:55 +00:00
|
|
|
"@preline/tabs": "^2.5.0",
|
2024-11-11 18:09:07 +00:00
|
|
|
"astro": "^4.16.10",
|
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-11-11 17:39:25 +00:00
|
|
|
"lenis": "^1.1.16",
|
2024-10-14 17:12:34 +00:00
|
|
|
"preline": "^2.5.1",
|
2024-08-11 15:46:43 +04:00
|
|
|
"rimraf": "^6.0.1",
|
2024-08-19 17:09:25 +00:00
|
|
|
"sharp": "^0.33.5",
|
2024-03-26 12:36:57 -05:00
|
|
|
"sharp-ico": "^0.1.5",
|
2024-11-18 18:23:31 +00:00
|
|
|
"tailwindcss": "^3.4.15"
|
2024-02-11 22:47:39 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-09-09 17:23:16 +00:00
|
|
|
"@tailwindcss/forms": "^0.5.9",
|
2024-11-04 17:12:54 +00:00
|
|
|
"astro-vtbot": "^1.10.6",
|
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-09-30 17:49:54 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.6.8",
|
2024-10-14 17:10:43 +00:00
|
|
|
"typescript": "^5.6.3"
|
2024-02-10 03:49:51 +04:00
|
|
|
}
|
|
|
|
}
|