rsnext/examples/with-dynamic-import/package.json
Henrik Wenz 8a04353bbd Update example/with-dynamic-import (#9667)
* Migrate to functional components

* Remove deprecated modules syntax

* Remove description

* Remove Counter
2019-12-09 00:22:51 -05:00

17 lines
313 B
JSON

{
"name": "with-dynamic-import",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"author": "",
"license": "ISC"
}