-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
46
47
48
{
"name": "fge",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"build": "astro check && astro build && pagefind --site .vercel/output/static",
"pagefind": "xcopy /E /I .vercel\\output\\static\\pagefind public\\pagefind",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/check": "^0.5.10",
"@astrojs/cloudflare": "^10.1.0",
"@astrojs/react": "^3.3.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.3",
"@glidejs/glide": "^3.6.0",
"@gsap/react": "^2.1.1",
"@material-tailwind/react": "^2.1.9",
"@types/alpinejs": "^3.13.10",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"alpinejs": "^3.13.8",
"aos": "^2.3.4",
"astro": "^4.5.16",
"flowbite-react": "^0.9.0",
"gsap": "^3.12.5",
"lenis": "^1.0.44",
"progressbar.js": "^1.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.64",
"@iconify/tailwind": "^0.1.4",
"@types/aos": "^3.0.7",
"@types/progressbar.js": "^1.1.7",
"astro-icon": "^1.1.0",
"daisyui": "^4.10.2",
"pagefind": "^1.1.0"
}
}