This repository was archived by the owner on Mar 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.71 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.71 KB
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
{
"name": "knowledge-base-builder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@mantine/core": "^5.8.2",
"@mantine/form": "^5.8.2",
"@mantine/hooks": "^5.8.2",
"@mantine/next": "^5.8.2",
"@mantine/notifications": "^5.8.2",
"@mantine/tiptap": "^5.8.2",
"@prisma/client": "^4.6.1",
"@supabase/auth-helpers-nextjs": "^0.5.1",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.0.5",
"@tabler/icons": "^1.111.0",
"@tiptap/extension-bullet-list": "^2.0.0-beta.204",
"@tiptap/extension-highlight": "^2.0.0-beta.202",
"@tiptap/extension-link": "^2.0.0-beta.202",
"@tiptap/extension-list-item": "^2.0.0-beta.204",
"@tiptap/extension-text-align": "^2.0.0-beta.204",
"@tiptap/extension-underline": "^2.0.0-beta.204",
"@tiptap/react": "^2.0.0-beta.202",
"@tiptap/starter-kit": "^2.0.0-beta.202",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"bson": "^4.7.0",
"dayjs": "^1.11.6",
"eslint": "8.26.0",
"eslint-config-next": "13.0.2",
"mongoose": "^6.7.3",
"next": "13.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-social-icons": "^5.15.0",
"swr": "^1.3.0",
"typescript": "4.8.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"prisma": "^4.6.1",
"tailwindcss": "^3.2.2"
}
}