-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 758 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 758 Bytes
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
{
"name": "diary",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.4.2",
"@types/js-cookie": "^3.0.1",
"axios": "^0.26.0",
"js-cookie": "^3.0.1",
"moment": "^2.29.1",
"next": "12.1.0",
"node-sass": "^7.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.0",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"@types/node": "17.0.18",
"@types/react": "^17.0.39",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"typescript": "4.5.5"
}
}