forked from lagonapp/lagon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.1 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
{
"name": "@lagon/dashboard",
"version": "0.3.4",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"lint": "eslint --cache .",
"typecheck": "tsc --noEmit",
"postinstall": "prisma generate"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.186.0",
"@aws-sdk/s3-request-presigner": "^3.186.0",
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^2.0.0",
"@lagon/ui": "workspace:*",
"@monaco-editor/react": "^4.5.0",
"@next-auth/prisma-adapter": "^1.0.6",
"@prisma/client": "^4.13.0",
"@radix-ui/react-alert-dialog": "^1.0.0",
"@radix-ui/react-tabs": "^1.0.0",
"@react-email/button": "^0.0.8",
"@react-email/container": "0.0.8",
"@react-email/head": "^0.0.5",
"@react-email/hr": "^0.0.5",
"@react-email/html": "^0.0.4",
"@react-email/img": "^0.0.5",
"@react-email/preview": "^0.0.6",
"@react-email/render": "^0.0.7",
"@react-email/section": "^0.0.9",
"@react-email/text": "^0.0.5",
"@scaleway/use-random-name": "^0.3.0",
"@sentry/nextjs": "^7.1.1",
"@tanstack/react-query": "^4.6.1",
"@trpc/client": "^10.18.0",
"@trpc/next": "^10.18.0",
"@trpc/react-query": "^10.18.0",
"@trpc/server": "^10.18.0",
"clickhouse": "^2.6.0",
"final-form": "^4.20.7",
"monaco-editor": "^0.37.0",
"next": "13.3.1",
"next-auth": "^4.22.1",
"next-international": "^0.4.1",
"node-fetch": "^3.2.10",
"nodemailer": "^6.9.0",
"raw-body": "^2.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-final-form": "^6.5.9",
"react-hot-toast": "^2.2.0",
"redis": "^4.6.5",
"stripe": "^12.2.0",
"zod": "^3.17.3"
},
"devDependencies": {
"@types/nodemailer": "^6.4.7",
"@types/react": "^18.0.9",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint-config-next": "13.3.1",
"eslint-plugin-storybook": "^0.6.0",
"postcss": "^8.4.22",
"prisma": "^4.13.0",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.2"
}
}