rsnext/examples/with-loading/package.json
Jazib Jafri 31a6410bb2
Update with-loading example to SSG (#11050)
* Update getInitialProps to getStaticProps

* Updated example

Co-authored-by: Luis Alvarez <luis@zeit.co>
2020-03-13 16:48:32 -05:00

17 lines
310 B
JSON

{
"name": "with-loading",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"nprogress": "^0.2.0",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"license": "ISC"
}