mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
8512bf49f7
* Update react, react-dom major version * Add license section to package.json * Use isomorphic-unfetch instead of isomorphic-fetch
18 lines
361 B
JSON
18 lines
361 B
JSON
{
|
|
"name": "pass-server-data",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "node server.js",
|
|
"build": "next build",
|
|
"start": "NODE_ENV=production node server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.14.0",
|
|
"isomorphic-unfetch": "^2.0.0",
|
|
"next": "latest",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0"
|
|
},
|
|
"license": "ISC"
|
|
}
|