-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.13 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 4.13 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "next-one",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch"
},
"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.8.1",
"@tiptap-pro/extension-drag-handle-react": "^2.8.1",
"@tiptap-pro/extension-emoji": "^2.8.1",
"@tiptap-pro/extension-file-handler": "^2.8.1",
"@tiptap-pro/extension-mathematics": "^2.8.1",
"@tiptap-pro/extension-node-range": "^2.8.1",
"@tiptap-pro/extension-table-of-contents": "^2.8.1",
"@tiptap-pro/extension-unique-id": "^2.9.3",
"@tiptap/core": "^2.3.0",
"@tiptap/extension-bullet-list": "^2.3.0",
"@tiptap/extension-character-count": "^2.3.0",
"@tiptap/extension-code-block": "^2.3.0",
"@tiptap/extension-code-block-lowlight": "^2.3.0",
"@tiptap/extension-collaboration": "^2.3.0",
"@tiptap/extension-collaboration-cursor": "^2.3.0",
"@tiptap/extension-color": "^2.3.0",
"@tiptap/extension-document": "^2.3.0",
"@tiptap/extension-dropcursor": "^2.3.0",
"@tiptap/extension-focus": "^2.3.0",
"@tiptap/extension-font-family": "^2.3.0",
"@tiptap/extension-heading": "^2.3.0",
"@tiptap/extension-highlight": "^2.3.0",
"@tiptap/extension-horizontal-rule": "^2.3.0",
"@tiptap/extension-image": "^2.3.0",
"@tiptap/extension-link": "^2.3.0",
"@tiptap/extension-ordered-list": "^2.3.0",
"@tiptap/extension-paragraph": "^2.3.0",
"@tiptap/extension-placeholder": "^2.3.0",
"@tiptap/extension-subscript": "^2.3.0",
"@tiptap/extension-superscript": "^2.3.0",
"@tiptap/extension-table": "^2.3.0",
"@tiptap/extension-table-header": "^2.3.0",
"@tiptap/extension-table-row": "^2.3.0",
"@tiptap/extension-task-item": "^2.3.0",
"@tiptap/extension-task-list": "^2.3.0",
"@tiptap/extension-text-align": "^2.3.0",
"@tiptap/extension-text-style": "^2.3.0",
"@tiptap/extension-typography": "^2.3.0",
"@tiptap/extension-underline": "^2.3.0",
"@tiptap/pm": "^2.3.0",
"@tiptap/react": "^2.3.0",
"@tiptap/starter-kit": "^2.3.0",
"@tiptap/suggestion": "^2.3.0",
"autoprefixer": "10.4.14",
"bcryptjs": "^2.4.3",
"cal-sans": "^1.0.1",
"cloudinary": "^2.2.0",
"clsx": "^2.0.0",
"date-fns": "^3.6.0",
"iframe-resizer": "^4.3.9",
"jsonwebtoken": "^9.0.1",
"lowlight": "^2.9.0",
"lucide-react": "^0.395.0",
"mongodb": "^6.7.0",
"mongoose": "^8.4.1",
"nanoid": "^4.0.2",
"next": "14.2.4",
"next-auth": "^4.24.7",
"postcss": "8.4.27",
"prosemirror-model": "^1.22.2",
"react": "^18",
"react-colorful": "^5.6.1",
"react-dom": "^18",
"react-fast-marquee": "^1.6.5",
"react-hot-toast": "^2.4.1",
"react-infinite-scroll-hook": "^5.0.1",
"react-tag-input": "^6.10.3",
"sharp": "^0.33.4",
"swiper": "^11.1.12",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6",
"tippy.js": "^6.3.7",
"typescript": "5.1.6",
"usehooks-ts": "^3.1.0",
"uuid": "^10.0.0",
"y-prosemirror": "^1.2.3",
"yjs": "^13.6.14"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/styled-components": "^5.1.15",
"@types/uuid": "^9.0.2",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"supertest": "^7.0.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}