-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 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
49
{
"name": "majic-astro-v2",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/solid-js": "^4.4.2",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.8.1",
"@emailjs/browser": "^3.11.0",
"@headlessui/react": "^1.7.19",
"@hookform/resolvers": "^3.3.1",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.7",
"astro": "^4.15.4",
"astro-font": "^0.0.80",
"astro-icon": "^1.1.1",
"astro-integration-lottie": "^0.2.3",
"astro-scroll-observer": "^0.5.3",
"framer-motion": "^10.16.4",
"gsap": "^3.12.5",
"lottie-web": "^5.12.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.2",
"react-intersection-observer": "^9.5.2",
"react-scroll": "^1.8.9",
"resend": "^4.0.0",
"sharp": "^0.33.5",
"solid-js": "^1.8.22",
"tailwindcss": "^3.3.3",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react-scroll": "^1.8.7",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss-animate": "^1.0.7"
}
}