-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.52 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
{
"name": "test-next-auth",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"nodemon": "nodemon -w src/"
},
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@tiptap/extension-bubble-menu": "^2.0.3",
"@tiptap/extension-bullet-list": "^2.0.3",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/extension-list-item": "^2.0.3",
"@tiptap/extension-ordered-list": "^2.0.3",
"@tiptap/extension-paragraph": "^2.0.3",
"@tiptap/extension-placeholder": "^2.0.3",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@types/bcrypt": "^5.0.0",
"@types/jimp": "^0.2.28",
"@types/node": "18.15.11",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.15",
"bcrypt": "^5.1.1",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.19",
"html-react-parser": "^4.2.1",
"mongoose": "^7.4.3",
"next": "^13.4.19",
"next-auth": "^4.23.1",
"nodemon": "^3.0.1",
"postcss": "^8.4.28",
"react": "^18.2.0",
"react-collapse": "^5.1.1",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"sharp": "^0.32.5",
"swr": "^2.2.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"devDependencies": {
"@types/react-collapse": "^5.0.1"
},
"packageManager": "[email protected]"
}