-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.03 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.03 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
{
"name": "neelkhare.com2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@mui/material-nextjs": "^5.15.11",
"@next/font": "^14.2.13",
"cloudinary": "^1.41.3",
"dompurify": "^3.0.9",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"next": "^14.0.2",
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-rough-notation": "^1.0.5",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-wiki-link": "^2.0.1",
"rough-notation": "^0.5.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "^14.0.2",
"postcss": "^8",
"tailwindcss": "^3"
},
"engines": {
"node": "18.17.0"
}
}