-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.5 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "tiptap-demos-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write --ignore-path .gitignore \"./**/*.{js,jsx,ts,tsx,json,css}\"",
"pages:build": "npx @cloudflare/next-on-pages",
"deploy": "npm run pages:build && wrangler pages deploy"
},
"dependencies": {
"@fontsource/inter": "^5.0.15",
"@hocuspocus/provider": "^2.11.3",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@svgr/webpack": "^8.0.1",
"@tippyjs/react": "^4.2.6",
"@tiptap-pro/extension-drag-handle": "^2.7.6",
"@tiptap-pro/extension-drag-handle-react": "^2.7.6",
"@tiptap-pro/extension-emoji": "^2.7.6",
"@tiptap-pro/extension-file-handler": "^2.7.6",
"@tiptap-pro/extension-mathematics": "^2.7.6",
"@tiptap-pro/extension-node-range": "^2.7.6",
"@tiptap-pro/extension-table-of-contents": "^2.7.6",
"@tiptap-pro/extension-unique-id": "^2.7.6",
"@tiptap/core": "^2.2.4",
"@tiptap/extension-bullet-list": "^2.2.4",
"@tiptap/extension-character-count": "^2.2.4",
"@tiptap/extension-code-block": "^2.2.4",
"@tiptap/extension-code-block-lowlight": "^2.2.4",
"@tiptap/extension-color": "^2.2.4",
"@tiptap/extension-document": "^2.2.4",
"@tiptap/extension-dropcursor": "^2.2.4",
"@tiptap/extension-focus": "^2.2.4",
"@tiptap/extension-font-family": "^2.2.4",
"@tiptap/extension-heading": "^2.2.4",
"@tiptap/extension-highlight": "^2.2.4",
"@tiptap/extension-horizontal-rule": "^2.2.4",
"@tiptap/extension-image": "^2.2.4",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/extension-ordered-list": "^2.2.4",
"@tiptap/extension-paragraph": "^2.2.4",
"@tiptap/extension-placeholder": "^2.2.4",
"@tiptap/extension-subscript": "^2.2.4",
"@tiptap/extension-superscript": "^2.2.4",
"@tiptap/extension-table": "^2.2.4",
"@tiptap/extension-table-header": "^2.2.4",
"@tiptap/extension-table-row": "^2.2.4",
"@tiptap/extension-task-item": "^2.2.4",
"@tiptap/extension-task-list": "^2.2.4",
"@tiptap/extension-text-align": "^2.2.4",
"@tiptap/extension-text-style": "^2.2.4",
"@tiptap/extension-typography": "^2.2.4",
"@tiptap/extension-underline": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@tiptap/suggestion": "^2.2.4",
"@types/node": "20.4.4",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.14",
"cal-sans": "^1.0.1",
"clsx": "^2.0.0",
"eslint": "8.45.0",
"eslint-config-next": "^14.1.0",
"iframe-resizer": "^4.3.9",
"katex": "^0.16.10",
"lowlight": "^2.9.0",
"lucide-react": "^0.266.0",
"nanoid": "^4.0.2",
"next": "^14.1.0",
"postcss": "8.4.27",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.1.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6",
"tippy.js": "^6.3.7",
"typescript": "5.1.6",
"uuid": "^9.0.0",
"y-prosemirror": "^1.2.3"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.11.0",
"@tailwindcss/typography": "^0.5.9",
"@types/lodash.debounce": "^4.0.6",
"@types/styled-components": "^5.1.15",
"@types/uuid": "^9.0.2",
"eslint-plugin-prettier": "^5.0.0"
}
}