-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.51 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
{
"name": "molusconextjsstarter",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^1.0.6",
"@next-auth/mongodb-adapter": "^1.0.3",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.4",
"axios": "^0.26.1",
"classnames": "^2.3.2",
"cloudinary": "^1.29.0",
"codemirror": "^6.0.1",
"daisyui": "^2.19.1",
"date-fns": "^2.28.0",
"easymde": "^2.18.0",
"heroicons": "^1.0.6",
"isomorphic-dompurify": "^1.2.0",
"mongodb": "^4.4.1",
"multer": "^1.4.4",
"multiparty": "^4.2.3",
"next": "^13.2.4",
"next-auth": "^4.3.1",
"next-connect": "^0.12.2",
"next-seo": "^5.1.0",
"nodemailer": "^6.7.3",
"postcss": "^8.4.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.28.0",
"react-hot-toast": "^2.4.0",
"react-markdown": "^8.0.6",
"react-movable": "^3.0.4",
"react-simplemde-editor": "^5.2.0",
"rehype-raw": "^6.1.1",
"rehype-react": "^7.1.2",
"remark-breaks": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-rehype": "^10.1.0",
"sib-api-v3-sdk": "^8.5.0",
"slugify": "^1.6.5",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@types/react": "^17.0.40",
"eslint": "8.11.0",
"eslint-config-next": "^13.2.4",
"typescript": "^4.6.2"
}
}