-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.21 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
{
"name": "portal",
"version": "0.7.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"vercel-build": "prisma generate && prisma migrate deploy && next build",
"start": "next start",
"start:prod": "yarn run prisma migrate deploy && next start",
"lint": "next lint",
"postinstall": "prisma generate",
"studio": "npx prisma studio",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@prisma/client": "4.16.2",
"@sentry/nextjs": "7.31.1",
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-query": "^4.23.0",
"@trpc/client": "^10.9.0",
"@trpc/next": "^10.9.0",
"@trpc/react-query": "^10.9.0",
"@trpc/server": "^10.9.0",
"@typeform/embed-react": "^1.21.0",
"@types/nprogress": "^0.2.0",
"@vercel/analytics": "^0.1.8",
"chart.js": "^3.9.1",
"cookies-next": "^2.1.1",
"date-fns": "^2.29.3",
"dot-prop": "^7.2.0",
"nanoid": "^4.0.0",
"next": "^13.1.6",
"node": "18.14.2",
"nprogress": "^0.2.0",
"primeicons": "^6.0.1",
"primereact": "^8.7.2",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.36.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.4.0",
"react-markdown": "^8.0.3",
"react-qr-code": "^2.0.8",
"react-query": "3.39.2",
"react-wrap-balancer": "^0.4.0",
"remark-gfm": "^3.0.1",
"sass": "^1.56.1",
"sharp": "^0.31.3",
"superjson": "^1.12.2",
"usehooks-ts": "^2.9.1",
"zod": "^3.18.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.0.2",
"@tailwindcss/typography": "^0.5.7",
"@types/node": "18.14.2",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"autoprefixer": "^10.4.11",
"cross-env": "^7.0.3",
"eslint": "8.22.0",
"eslint-config-next": "^13.1.6",
"postcss": "^8.4.16",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"prisma": "4.16.2",
"tailwindcss": "^3.3.1",
"typescript": "4.7.4"
},
"ct3aMetadata": {
"initVersion": "5.13.0"
}
}