-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 KB
/
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
39
40
41
42
43
44
45
{
"name": "portfolio-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"date-fns": "^2.21.3",
"firebase": "^8.6.2",
"firebase-admin": "^9.8.0",
"fs": "0.0.1-security",
"gray-matter": "^4.0.3",
"isomorphic-fetch": "^3.0.0",
"isomorphic-unfetch": "^3.1.0",
"locutus": "^2.0.14",
"moment": "^2.29.1",
"mongodb": "^3.6.8",
"mongoose": "^5.12.10",
"next": "10.2.0",
"next-auth": "^3.23.3",
"next-connect": "^0.10.1",
"nookies": "^2.5.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-ionicons": "^4.2.0",
"react-nl2br": "^1.0.2",
"react-share": "^4.4.0",
"react-social-icons": "^5.3.0",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"swr": "^0.5.6",
"vercel": "^23.0.0"
},
"devDependencies": {
"@types/node": "^15.3.0",
"@types/react": "^17.0.6",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.15",
"tailwindcss": "^2.1.2",
"typescript": "^4.2.4"
}
}