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",
|
2025-01-02 19:04:59 +04:00
|
|
|
"@astrojs/mdx": "^4.0.3",
|
2024-10-21 17:15:48 +00:00
|
|
|
"@astrojs/sitemap": "^3.2.1",
|
2025-01-02 19:04:59 +04:00
|
|
|
"@astrojs/tailwind": "^5.1.4",
|
2024-10-07 17:10:15 +00:00
|
|
|
"@preline/accordion": "^2.5.0",
|
2024-12-09 18:02:44 +00:00
|
|
|
"@preline/collapse": "^2.6.0",
|
2024-12-23 17:29:36 +00:00
|
|
|
"@preline/dropdown": "^2.6.0",
|
2024-12-09 20:12:40 +00:00
|
|
|
"@preline/overlay": "^2.6.0",
|
2024-12-09 18:03:09 +00:00
|
|
|
"@preline/tabs": "^2.6.0",
|
2025-01-02 19:04:59 +04:00
|
|
|
"astro": "^5.1.2",
|
2024-12-02 19:01:37 +00:00
|
|
|
"astro-compressor": "^1.0.0",
|
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-12-16 17:39:52 +00:00
|
|
|
"lenis": "^1.1.18",
|
2024-12-09 18:02:56 +00:00
|
|
|
"preline": "^2.6.0",
|
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-12-23 17:29:29 +00:00
|
|
|
"tailwindcss": "^3.4.17"
|
2024-02-11 22:47:39 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-09-09 17:23:16 +00:00
|
|
|
"@tailwindcss/forms": "^0.5.9",
|
2024-12-30 17:54:17 +00:00
|
|
|
"astro-vtbot": "^2.0.0",
|
2024-12-09 18:02:51 +00:00
|
|
|
"prettier": "^3.4.2",
|
2024-08-05 18:02:38 +00:00
|
|
|
"prettier-plugin-astro": "^0.14.1",
|
2024-11-25 17:22:44 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.6.9",
|
2024-11-25 18:29:23 +00:00
|
|
|
"typescript": "^5.7.2"
|
2024-02-10 03:49:51 +04:00
|
|
|
}
|
|
|
|
}
|