-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
69 lines (69 loc) · 2.02 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
{
"name": "console",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/amazon-bedrock": "^1.0.5",
"@assistant-ui/react": "^0.7.17",
"@jsonforms/react": "^3.2.1",
"@jsonforms/vanilla-renderers": "^3.2.1",
"@nextui-org/react": "^2.2.10",
"@novu/node": "^0.24.1",
"@novu/notification-center": "^0.24.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-popover": "^1.0.7",
"@react-google-maps/api": "^2.20.5",
"@repo/codegen": "workspace:*",
"@repo/dally": "workspace:*",
"@repo/ui": "workspace:*",
"@simplewebauthn/browser": "^11.0.0",
"@simplewebauthn/server": "^11.0.0",
"@stepperize/react": "^4.0.1",
"@types/jsonwebtoken": "^9.0.6",
"@uidotdev/usehooks": "^2.4.1",
"@urql/exchange-auth": "^2.2.0",
"graphql-request": "7.1.2",
"graphql-tag": "^2.12.6",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.469.0",
"next": "14.2.21",
"next-auth": "beta",
"next-themes": "^0.4.0",
"qrcode.react": "^4.2.0",
"react": "19.0.0",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.3",
"react-easy-crop": "^5.0.7",
"survey-creator-core": "1.12.8",
"survey-creator-react": "1.12.8",
"survey-react-ui": "1.12.8",
"swr": "latest",
"urql": "^4.0.7",
"zustand": "^5.0.0"
},
"devDependencies": {
"@headlessui/react": "latest",
"@next/eslint-plugin-next": "latest",
"@repo/eslint-config": "workspace:*",
"@repo/tailwind-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@tailwindcss/container-queries": "^0.1.1",
"@types/eslint": "latest",
"@types/node": "latest",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "^10.4.14",
"clsx": "latest",
"eslint": "latest",
"postcss": "^8.4.24",
"tailwind-variants": "latest",
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
}
}