rsnext/examples/with-refnux/package.json
2017-10-17 08:11:46 +02:00

14 lines
231 B
JSON

{
"name": "with-refnux",
"version": "1.0.0",
"scripts": {
"next": "next"
},
"license": "ISC",
"dependencies": {
"next": "latest",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"refnux": "^1.3.0"
}
}