mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
36 lines
887 B
JSON
36 lines
887 B
JSON
|
{
|
||
|
"name": "with-redux-reselect-recompose",
|
||
|
"version": "1.0.0",
|
||
|
"scripts": {
|
||
|
"dev": "next",
|
||
|
"build": "next build",
|
||
|
"start": "next start",
|
||
|
"lint": "eslint --ext .js,.js ."
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"babel-plugin-module-resolver": "^2.7.1",
|
||
|
"next": "latest",
|
||
|
"next-redux-wrapper": "^1.0.0",
|
||
|
"prop-types": "^15.5.10",
|
||
|
"react": "^15.4.2",
|
||
|
"react-dom": "^15.4.2",
|
||
|
"react-redux": "^5.0.1",
|
||
|
"recompose": "^0.23.5",
|
||
|
"redux": "^3.6.0",
|
||
|
"redux-logger": "^3.0.6",
|
||
|
"redux-thunk": "^2.2.0",
|
||
|
"reselect": "^3.0.1"
|
||
|
},
|
||
|
"author": "Phuc Nguyen Hoang",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"babel-eslint": "7.1.1",
|
||
|
"eslint": "3.11.1",
|
||
|
"eslint-config-airbnb": "13.0.0",
|
||
|
"eslint-loader": "^1.9.0",
|
||
|
"eslint-plugin-import": "2.2.0",
|
||
|
"eslint-plugin-jsx-a11y": "2.2.3",
|
||
|
"eslint-plugin-react": "6.7.1"
|
||
|
}
|
||
|
}
|