-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
152 lines (152 loc) · 4.91 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "incridea-client",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "graphql-codegen && next build",
"check": "next lint && tsc --noEmit",
"dev": "next dev",
"format:check": "prettier --check --cache .",
"format:write": "prettier --write --cache .",
"lint": "next lint",
"lint:fix": "next lint --fix",
"preview": "next build && next start",
"start": "NODE_ENV=production next start",
"typecheck": "tsc --noEmit",
"codegen": "graphql-codegen",
"inspect": "graphql-inspector audit 'src/graphql/**/*.graphql' -d",
"prepare": "husky",
"knip": "knip --cache"
},
"lint-staged": {
"**/(*.ts|*.tsx)": [
"eslint",
"prettier --write --ignore-unknown --cache"
],
"**/!(*.ts|*.tsx)": [
"prettier --write --ignore-unknown --cache"
]
},
"dependencies": {
"@apollo/client": "^3.11.10",
"@gsap/react": "^2.1.1",
"@headlessui/react": "^2.2.0",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@react-three/drei": "^9.119.0",
"@react-three/fiber": "^8.17.10",
"@rive-app/react-canvas": "^4.16.7",
"@studio-freight/react-lenis": "^0.0.47",
"@t3-oss/env-nextjs": "^0.11.1",
"@theatre/core": "^0.7.2",
"@theatre/r3f": "^0.7.2",
"@theatre/studio": "^0.7.2",
"@uploadthing/react": "^7.1.1",
"@vercel/analytics": "^1.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"dotenv": "^16.4.7",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"embla-carousel-react": "^8.5.1",
"framer-motion": "^11.13.1",
"graphql": "^16.9.0",
"gsap": "^3.12.5",
"input-otp": "^1.4.1",
"jsonwebtoken": "^9.0.2",
"locomotive-scroll": "^4.1.4",
"lucide-react": "^0.464.0",
"maath": "^0.10.8",
"next": "^15.0.3",
"next-auth": "^4.24.10",
"next-themes": "^0.4.3",
"parallax-js": "^3.1.0",
"qrcode.react": "^4.1.0",
"react": "^18.3.1",
"react-csv": "^2.2.2",
"react-day-picker": "^9.4.1",
"react-dom-confetti": "^0.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-hook-form": "^7.53.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.4.0",
"react-pageflip": "^2.0.3",
"react-player": "^2.16.0",
"react-resizable-panels": "^2.1.7",
"react-youtube": "^10.1.0",
"react-zxing": "^2.0.2",
"recharts": "^2.14.1",
"sonner": "^1.7.0",
"swiper": "^11.1.15",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"three": "^0.171.0",
"three-stdlib": "^2.34.0",
"typewriter-effect": "^2.21.0",
"uploadthing": "^7.3.0",
"vaul": "^1.1.1",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typed-document-node": "^5.0.12",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/draftjs-to-html": "^0.8.4",
"@types/eslint": "^8.56.10",
"@types/jsonwebtoken": "^9.0.7",
"@types/locomotive-scroll": "^4.1.4",
"@types/node": "^22.10.1",
"@types/parallax-js": "^3.1.3",
"@types/react": "^18.3.12",
"@types/react-csv": "^1.1.10",
"@types/react-dom": "^18.3.1",
"@types/react-draft-wysiwyg": "^1.13.8",
"@types/swiper": "^6.0.0",
"@types/three": "^0.170.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"autoprefixer": "^10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "^15.0.3",
"husky": "^9.1.7",
"knip": "^5.39.1",
"lint-staged": "^15.2.10",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"react-responsive": "^10.0.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
}
}