mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
25 lines
507 B
JSON
25 lines
507 B
JSON
{
|
|
"name": "with-kea",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"kea": "^0.27.3",
|
|
"next": "latest",
|
|
"next-redux-wrapper": "^1.3.4",
|
|
"prop-types": "^15.6.0",
|
|
"react": "^16.1.0",
|
|
"react-dom": "^16.1.0",
|
|
"react-redux": "^5.0.6",
|
|
"redux": "^3.7.2",
|
|
"reselect": "^3.0.1"
|
|
},
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4"
|
|
}
|
|
}
|