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-kea/package.json

25 lines
500 B
JSON
Raw Normal View History

2017-11-13 11:21:11 +00:00
{
"name": "with-kea",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"kea": "^0.28.4",
2018-01-30 20:44:18 +00:00
"next": "latest",
"next-redux-wrapper": "^2.0.0",
2017-11-13 11:21:11 +00:00
"prop-types": "^15.6.0",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"react-redux": "^5.0.6",
"redux": "^4.0.0",
2017-11-13 11:21:11 +00:00
"reselect": "^3.0.1"
},
"license": "ISC",
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.1.0"
2017-11-13 11:21:11 +00:00
}
}