-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 878 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
{
"name": "cross-blogging",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.0-rc.1",
"@mui/lab": "^5.0.0-alpha.67",
"@mui/material": "^5.0.0-rc.1",
"@netlify/functions": "^0.11.0",
"axios": "^0.21.4",
"crypto-js": "^4.1.1",
"date-fns": "^2.28.0",
"firebase": "^9.0.2",
"markdown-to-jsx": "^7.1.3",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^7.0.1",
"remark-gfm": "^2.0.0",
"sweetalert2": "^11.1.7",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.2"
}
}