-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 2 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
{
"name": "nextjs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/layout": "^1.4.9",
"@chakra-ui/react": "^1.6.8",
"@chakra-ui/system": "^1.7.4",
"@choc-ui/chakra-autocomplete": "^4.15.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/alata": "^4.5.0",
"@next/bundle-analyzer": "^12.0.1",
"@styled-icons/fa-brands": "^10.38.0",
"@styled-icons/fluentui-system-filled": "^10.35.0",
"@tiptap/core": "^2.0.0-beta.166",
"@tiptap/extension-blockquote": "^2.0.0-beta.26",
"@tiptap/extension-bold": "^2.0.0-beta.25",
"@tiptap/extension-bubble-menu": "^2.0.0-beta.54",
"@tiptap/extension-document": "^2.0.0-beta.15",
"@tiptap/extension-dropcursor": "^2.0.0-beta.25",
"@tiptap/extension-floating-menu": "^2.0.0-beta.49",
"@tiptap/extension-gapcursor": "^2.0.0-beta.34",
"@tiptap/extension-hard-break": "^2.0.0-beta.30",
"@tiptap/extension-heading": "^2.0.0-beta.26",
"@tiptap/extension-history": "^2.0.0-beta.21",
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.31",
"@tiptap/extension-image": "^2.0.0-beta.24",
"@tiptap/extension-italic": "^2.0.0-beta.25",
"@tiptap/extension-link": "^2.0.0-beta.36",
"@tiptap/extension-paragraph": "^2.0.0-beta.23",
"@tiptap/extension-placeholder": "^2.0.0-beta.46",
"@tiptap/extension-strike": "^2.0.0-beta.27",
"@tiptap/extension-text": "^2.0.0-beta.15",
"@tiptap/extension-text-align": "^2.0.0-beta.29",
"@tiptap/extension-typography": "^2.0.0-beta.19",
"@tiptap/extension-underline": "^2.0.0-beta.22",
"@tiptap/react": "^2.0.0-beta.106",
"firebase": "^9.1.3",
"framer-motion": "^4",
"next": "^11",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-html-parser": "^2.0.2",
"react-is": "^17.0.2",
"styled-components": "^5.3.3",
"swr": "^1.1.2",
"tippy.js": "^6.3.2"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.2"
}
}