-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "airtable-nextjs-blog",
"version": "0.1.0",
"description": "How to create a Blog with Airtable & Next.js",
"scripts": {
"dev": "NODE_ENV=development node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"engines": {
"node": "8.9.4",
"npm": "5.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidyeiser/airtable-nextjs-blog.git"
},
"keywords": [],
"author": "David Yeiser <david@davidyeiser.com> (https://davidyeiser.com)",
"license": "MIT",
"dependencies": {
"airtable": "0.8.1",
"babel-plugin-styled-components": "1.10.6",
"dateformat": "3.0.3",
"dotenv": "8.2.0",
"express": "4.17.1",
"isomorphic-unfetch": "3.0.0",
"markdown-it": "10.0.0",
"next": "9.1.7",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-markdown": "4.3.1",
"redis": "2.8.0",
"shortid": "2.2.15",
"styled-components": "5.0.0"
}
}