-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·40 lines (40 loc) · 1.01 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
{
"name": "next-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start"
},
"dependencies": {
"@babel/core": "^7.13.10",
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.2",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.1.5",
"@hookform/error-message": "0.0.4",
"@sendgrid/mail": "^7.6.0",
"dayjs": "^1.10.7",
"framer-motion": "^5.3.3",
"gray-matter": "^4.0.3",
"next": "^12.0.0",
"next-mdx-remote": "^4.0.3",
"next-sitemap": "^1.6.203",
"prism-react-renderer": "^1.2.0",
"react": "^17.0.2",
"react-bnb-gallery": "^1.4.4",
"react-dom": "^17.0.2",
"react-hook-form": "^6.15.8",
"react-masonry-css": "^1.0.16",
"read-time": "^1.0.0",
"swr": "1.1.0-beta.12"
},
"devDependencies": {
"@types/node": "^14.6.2",
"@types/react": "^16.14.5",
"@types/slug": "^0.9.1",
"typescript": "^4.3.2"
}
}