Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

Commit 7e7af3a

Browse files
core: name and license fields + pkg updates
1 parent da15a48 commit 7e7af3a

File tree

2 files changed

+529
-320
lines changed

2 files changed

+529
-320
lines changed

package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
{
2+
"name": "next-go",
3+
"description": "Production ready blog + boilerplate for Next.js",
4+
"license": "MIT",
25
"scripts": {
36
"dev": "node server.js",
47
"build": "next build",
58
"start": "NODE_PATH=. NODE_ENV=production node server.js"
69
},
710
"dependencies": {
811
"babel-plugin-module-resolver": "^2.7.1",
9-
"babel-plugin-styled-components": "^1.1.4",
10-
"express": "^4.14.0",
11-
"next": "beta",
12-
"next-routes": "^1.0.25",
13-
"react": "^15.5.4",
14-
"react-dom": "^15.5.4",
15-
"styled-components": "^2.0.0-17"
12+
"babel-plugin-styled-components": "^1.1.7",
13+
"express": "^4.15.4",
14+
"next": "^3.0.6",
15+
"next-routes": "^1.0.40",
16+
"react": "^15.6.1",
17+
"react-dom": "^15.6.1",
18+
"styled-components": "^2.1.2"
1619
},
1720
"now": {
1821
"alias": "next-go"

0 commit comments

Comments
 (0)