-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@fyralabs/homepage",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.2.1",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^6.0.0",
"@cloudflare/pages-plugin-turnstile": "^1.0.2",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@iconify-json/fa-brands": "^1.2.1",
"@iconify-json/fa-solid": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.28",
"@spissvinkel/simplex-noise": "^1.0.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^5.4.2",
"astro-compress": "^2.3.6",
"astro-icon": "^1.1.5",
"astro-robots-txt": "^1.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.17",
"use-lanyard": "^1.5.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250310.0",
"@lleyton/dotted-map": "^2.3.1",
"@shrutibalasa/tailwind-grid-auto-fit": "^1.1.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.33.5",
"tsx": "^4.19.3"
},
"packageManager": "[email protected]+sha512.127dc83b9ea10c32be65d22a8efb4a65fb952e8fefbdfded39bdc3c97efc32d31b48b00420df2c1187ace28c921c902f0cb5a134a4d032b8b5295cbfa2c681e2"
}