mirror of
https://github.com/zhigang1992/redux.git
synced 2026-06-14 01:55:41 +08:00
26 lines
562 B
JSON
26 lines
562 B
JSON
{
|
|
"name": "async",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"react-scripts": "0.3.0-alpha",
|
|
"redux-logger": "^2.6.1"
|
|
},
|
|
"dependencies": {
|
|
"react": "^15.3.0",
|
|
"react-dom": "^15.3.0",
|
|
"react-redux": "^4.4.5",
|
|
"redux": "^3.5.2",
|
|
"redux-thunk": "^2.1.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"eject": "react-scripts eject",
|
|
"test": "react-scripts test"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "./node_modules/react-scripts/config/eslint.js"
|
|
}
|
|
}
|