-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.28 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
{
"name": "youlearn",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"//": "add ^ to @tiptap/extension-bubble-menu when loadash issue fixes",
"dependencies": {
"@editorjs/editorjs": "^2.26.5",
"@editorjs/header": "^2.7.0",
"@editorjs/list": "^1.8.0",
"@next/font": "13.1.1",
"@nextui-org/react": "^1.0.0-beta.12",
"@supabase/auth-helpers-nextjs": "^0.5.2",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.2.6",
"@supabase/supabase-js": "^2.2.3",
"@tiptap/extension-bubble-menu": "2.0.0-beta.213",
"@tiptap/extension-highlight": "^2.0.0-beta.212",
"@tiptap/extension-placeholder": "^2.0.0-beta.212",
"@tiptap/extension-typography": "^2.0.0-beta.212",
"@tiptap/html": "^2.0.0-beta.212",
"@tiptap/pm": "^2.0.0-beta.213",
"@tiptap/react": "^2.0.0-beta.213",
"@tiptap/starter-kit": "^2.0.0-beta.213",
"debounce": "^1.2.1",
"install": "^0.13.0",
"next": "13.1.1",
"npm": "^9.4.2",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}