-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.67 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.67 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "grbpwr.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "pnpm prettier --write .",
"gen": "cd proto && git pull origin main && cd .. && make proto"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.4",
"@hookform/resolvers": "^3.6.0",
"@next/third-parties": "^15.5.2",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "1.1.2",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-toast": "^1.2.14",
"@react-google-maps/api": "^2.20.6",
"@react-input/mask": "^1.2.5",
"@stripe/react-stripe-js": "^2.8.0",
"@stripe/stripe-js": "^4.6.0",
"@tanstack/react-query": "^5.72.0",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/speed-insights": "^1.3.1",
"babel-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
"blurhash-base64": "^0.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "2.1.0",
"embla-carousel-react": "^8.5.1",
"embla-carousel-wheel-gestures": "^8.0.1",
"framer-motion": "^12.23.12",
"negotiator": "^0.6.3",
"next": "15.5.7",
"next-intl": "^4.3.9",
"qrcode": "^1.5.3",
"react": "0.0.0-experimental-443b7ff2-20250303",
"react-dom": "0.0.0-experimental-443b7ff2-20250303",
"react-hook-form": "^7.52.0",
"react-intersection-observer": "^9.13.0",
"react-markdown": "^10.1.0",
"react-photo-view": "^1.2.4",
"react-zoom-pan-pinch": "^3.7.0",
"vaul": "^1.1.2",
"web-vitals": "^5.1.0",
"zod": "^3.23.8",
"zustand": "^5.0.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@tailwindcss/typography": "^0.5.13",
"@types/mdx": "^2.0.13",
"@types/node": "20",
"@types/qrcode": "^1.5.5",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "15.0.0",
"postcss": "^8.4.47",
"postcss-nesting": "^12.1.5",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.6.11",
"tailwind-merge": "^2.3.0",
"tailwindcss": "3.4.14",
"typescript": "5.4.3"
},
"pnpm": {
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}
}