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-08-19 17:09:09 +00:00
|
|
|
"@astrojs/check": "^0.9.3",
|
2024-06-24 17:43:18 +00:00
|
|
|
"@astrojs/sitemap": "^3.1.6",
|
2024-09-02 17:42:41 +00:00
|
|
|
"@astrojs/starlight": "^0.26.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-08-05 18:02:32 +00:00
|
|
|
"@preline/accordion": "^2.4.1",
|
2024-08-11 15:46:43 +04:00
|
|
|
"@preline/collapse": "^2.4.1",
|
2024-07-29 17:58:07 +00:00
|
|
|
"@preline/dropdown": "^2.4.1",
|
2024-08-11 15:46:43 +04:00
|
|
|
"@preline/overlay": "^2.4.1",
|
|
|
|
"@preline/tabs": "^2.4.1",
|
|
|
|
"@vercel/nft": "^0.27.3",
|
2024-09-02 17:42:18 +00:00
|
|
|
"astro": "^4.15.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-09-02 17:42:09 +00:00
|
|
|
"lenis": "^1.1.13",
|
2024-08-11 15:46:43 +04:00
|
|
|
"preline": "^2.4.1",
|
|
|
|
"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-08-19 17:09:01 +00:00
|
|
|
"tailwindcss": "^3.4.10"
|
2024-02-11 22:47:39 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-09-02 17:42:26 +00:00
|
|
|
"@tailwindcss/forms": "^0.5.8",
|
2024-09-02 18:46:49 +00:00
|
|
|
"astro-vtbot": "^1.8.8",
|
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-08-11 15:46:43 +04:00
|
|
|
"prettier-plugin-tailwindcss": "^0.6.6",
|
2024-07-29 17:58:25 +00:00
|
|
|
"typescript": "^5.5.4"
|
2024-02-10 03:49:51 +04:00
|
|
|
}
|
|
|
|
}
|