rsnext/examples/with-componentdidcatch/package.json

16 lines
271 B
JSON
Raw Normal View History

2018-04-23 23:22:36 +02:00
{
"name": "with-componentdidcatch",
2018-04-23 23:22:36 +02:00
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
2018-04-23 23:22:36 +02:00
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"license": "ISC"
}