forked from med134/medBlogs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.2 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.2 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
{
"name": "medcode",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/bundle-analyzer": "^14.1.4",
"ace-builds": "^1.32.7",
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"classnames": "^2.3.2",
"cloudinary": "^2.2.0",
"framer-motion": "^10.16.16",
"highlight.js": "^11.9.0",
"markdown-it": "^14.1.0",
"mongodb": "^6.3.0",
"mongoose": "^8.0.3",
"next": "^14.2.3",
"next-auth": "^4.24.5",
"quill": "^1.3.7",
"react": "^18.3.1",
"react-ace": "^10.1.0",
"react-ace-builds": "^7.4.1",
"react-ace-cdn": "^2.0.0",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"react-quilljs": "^1.3.3",
"react-share": "^5.0.3",
"react-share-on-social": "^1.0.12",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^9.1.3",
"sharp": "^0.33.2",
"swr": "^2.2.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/gtag.js": "^0.0.18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "^14.1.1",
"postcss": "^8",
"tailwindcss": "^3"
}
}