-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 971 Bytes
/
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
{
"name": "nextjs-koa-styledcomponents",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"go": "npm run build && npm run start",
"heroku-postbuild": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clem109/nextjs-koa-styledcomponents.git"
},
"keywords": [],
"author": "Clement Venard",
"license": "MIT",
"bugs": {
"url": "https://github.com/clem109/nextjs-koa-styledcomponents/issues"
},
"homepage": "https://github.com/clem109/nextjs-koa-styledcomponents#readme",
"dependencies": {
"babel-plugin-styled-components": "^1.5.1",
"isomorphic-fetch": "^2.2.1",
"koa": "^2.5.1",
"koa-router": "^7.4.0",
"next": "^6.0.3",
"next-offline": "^2.7.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"styled-components": "^3.3.0"
}
}