-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 934 Bytes
/
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
{
"name": "sami-blog",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "5.14.13",
"@mui/material": "^5.15.15",
"@mui/material-nextjs": "^5.15.11",
"date-fns": "^2.16.1",
"gray-matter": "^4.0.2",
"nanoid": "^3.1.22",
"next": "14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"typed.js": "^2.0.12"
},
"devDependencies": {
"@types/node": "18.11.4",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.26.0",
"eslint-config-next": "^14.2.0",
"prettier": "2.2.1",
"typescript": "4.8.4"
}
}