-
Notifications
You must be signed in to change notification settings - Fork 142
/
package.json
69 lines (69 loc) · 1.88 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": "beam",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "^1.4.3",
"@next-auth/prisma-adapter": "^1.0.1",
"@prisma/client": "^3.9.1",
"@radix-ui/react-tooltip": "^0.1.6",
"@slack/web-api": "^7.0.2",
"@trpc/client": "^9.18.0",
"@trpc/next": "^9.18.0",
"@trpc/react": "^9.18.0",
"@trpc/server": "^9.18.0",
"cloudinary": "^1.27.1",
"crypto-hash": "^2.0.1",
"date-fns": "^2.28.0",
"envsafe": "^2.0.3",
"gemoji": "^7.1.0",
"isomorphic-dompurify": "^0.18.0",
"marked": "^4.0.12",
"match-sorter": "^6.3.1",
"next": "12.1.0",
"next-auth": "^4.2.1",
"next-themes": "^0.0.15",
"react": "17.0.2",
"react-beforeunload": "^2.5.2",
"react-detect-click-outside": "^1.1.2",
"react-div-100vh": "^0.7.0",
"react-dom": "17.0.2",
"react-hook-form": "^7.26.1",
"react-hot-toast": "^2.2.0",
"react-query": "^3.34.14",
"react-textarea-autosize": "^8.3.3",
"superjson": "^1.8.1",
"textarea-caret": "^3.1.0",
"textarea-markdown-editor": "^1.0.1",
"use-debounce": "^7.0.1",
"use-item-list": "^0.1.2",
"zod": "^3.11.6"
},
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.1",
"@types/dompurify": "^2.3.3",
"@types/marked": "^4.0.2",
"@types/node": "17.0.15",
"@types/react": "17.0.39",
"@types/react-beforeunload": "^2.1.1",
"@types/textarea-caret": "^3.0.1",
"autoprefixer": "^10.4.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"husky": "^7.0.0",
"postcss": "^8.4.6",
"prettier": "2.5.1",
"pretty-quick": "^3.1.3",
"prisma": "^3.9.1",
"tailwindcss": "^3.0.18",
"typescript": "4.5.5"
}
}