mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
f6ece560e4
* Added data fetch example * Finished updating examples install instructions and added data-fetch example to main readme
16 lines
262 B
JSON
16 lines
262 B
JSON
{
|
|
"name": "data-fetch",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"isomorphic-fetch": "^2.2.1",
|
|
"next": "^2.0.0-beta"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|