rsnext/examples/with-cerebral/package.json

21 lines
380 B
JSON
Raw Normal View History

2017-09-23 16:30:22 +02:00
{
"name": "with-cerebral",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"author": "",
"license": "ISC",
"dependencies": {
"@cerebral/react": "^2.1.0",
"cerebral": "^3.1.0",
2018-01-30 21:44:18 +01:00
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0"
2017-09-23 16:30:22 +02:00
}
}