-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 848 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 848 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
34
35
36
37
38
{
"name": "nextjs-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@sendgrid/mail": "^7.4.5",
"@typeform/embed-react": "^2.21.0",
"@vercel/analytics": "^1.0.1",
"date-fns": "^2.23.0",
"dotenv": "^10.0.0",
"googleapis": "^83.0.0",
"gray-matter": "^4.0.3",
"next": "^12.1.6",
"next-images": "^1.8.1",
"next-sitemap": "^3.0.5",
"nodemailer": "^6.6.3",
"prismjs": "^1.24.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"remark-prism": "^1.3.6"
},
"devDependencies": {
"autoprefixer": "^10.3.1",
"eslint": "^7.32.0",
"eslint-config-next": "^11.0.1",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.7"
}
}