-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.76 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "landing-11",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "pnpm i && next dev",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,md,mdx,json,js,mjs,cjs}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,md,mdx,json,js,mjs,cjs}\""
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.20",
"@fontsource-variable/montserrat": "^5.1.0",
"@fontsource/gochi-hand": "^5.1.0",
"@fontsource/poppins": "^5.0.15",
"@headlessui/react": "^2.1.5",
"@heroicons/react": "^2.1.5",
"@rive-app/react-canvas": "^4.14.4",
"@t3-oss/env-nextjs": "^0.10.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.11.10",
"geist": "^1.3.1",
"next": "^14.2.10",
"posthog-js": "^1.161.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.5",
"react-icons": "^5.3.0",
"react-lottie": "^1.2.4",
"react-image-gallery": "^1.3.0",
"sharp": "^0.33.5",
"vaul": "^0.9.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/eslint": "^8.56.12",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-image-gallery": "^1.2.4",
"@types/react-lottie": "^1.2.10",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.8",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.10",
"tailwindcss-text-fill-stroke": "^1.1.2",
"typescript": "^5.5.4"
},
"ct3aMetadata": {
"initVersion": "7.37.0"
},
"packageManager": "pnpm@9.5.0"
}