-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "stickfighting-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supabase/auth-helpers-nextjs": "^0.8.1",
"@supabase/supabase-js": "^2.38.1",
"@tiptap/extension-bullet-list": "^2.1.12",
"@tiptap/extension-italic": "^2.1.12",
"@tiptap/extension-list-item": "^2.1.12",
"@tiptap/pm": "^2.1.12",
"@tiptap/react": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"@types/react-big-calendar": "^1.8.3",
"framer-motion": "^10.16.5",
"html-react-parser": "^5.0.6",
"next": "13.5.4",
"prosemirror-to-html-js": "^1.0.2",
"react": "^18",
"react-big-calendar": "^1.8.4",
"react-dom": "^18",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.5.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"typescript": "^5"
}
}