1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-recompose/package.json

15 lines
257 B
JSON
Raw Normal View History

2017-08-07 17:37:44 +00:00
{
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"babel-plugin-lodash": "^3.2.11",
"next": "beta",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"recompose": "^0.24.0"
}
}