-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.44 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
46
47
48
{
"name": "vercel-notion-blog",
"version": "1.0.0",
"description": "A collaborative blog from Madai",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.0.1",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"es6-promise": "^4.2.8",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.1.0",
"imagemin-svgo": "^7.1.0",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.31",
"next": "^9.3.0",
"next-compose-plugins": "^2.2.0",
"next-fonts": "^1.0.3",
"next-optimized-images": "^2.5.5",
"next-seo": "^4.4.0",
"next-videos": "^1.1.3",
"node-sass": "^4.13.1",
"nprogress": "^0.2.0",
"react": "^16.13.0",
"react-accessible-accordion": "^3.0.1",
"react-dom": "^16.13.0",
"react-ga": "^2.7.0",
"react-google-recaptcha": "^2.0.1",
"react-image-lightbox": "^5.1.1",
"react-modal-video": "^1.2.3",
"react-notion": "^0.8.2",
"react-owl-carousel3": "^2.2.5",
"react-toastify": "^5.5.0"
}
}