rsnext/examples/with-recompose/package.json

15 lines
259 B
JSON
Raw Normal View History

2017-08-07 19:37:44 +02:00
{
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"babel-plugin-lodash": "^3.2.11",
2018-01-30 21:44:18 +01:00
"next": "latest",
"react": "^16.2.0",
"react-dom": "^16.2.0",
2017-08-07 19:37:44 +02:00
"recompose": "^0.24.0"
}
}