2015-07-14 22:46:44 +03:00
|
|
|
{
|
|
|
|
"name": "counter-redux",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "Counter example for redux",
|
|
|
|
"main": "server.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node server.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-07-19 18:27:07 +03:00
|
|
|
"url": "https://github.com/gaearon/redux-devtools.git"
|
2015-07-14 22:46:44 +03:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2015-07-19 18:27:07 +03:00
|
|
|
"url": "https://github.com/gaearon/redux-devtools/issues"
|
2015-07-14 22:46:44 +03:00
|
|
|
},
|
2015-07-19 18:27:07 +03:00
|
|
|
"homepage": "https://github.com/gaearon/redux-devtools#readme",
|
2015-07-14 22:46:44 +03:00
|
|
|
"dependencies": {
|
|
|
|
"react": "^0.13.3",
|
2015-09-01 04:40:45 +03:00
|
|
|
"react-redux": "^2.0.0",
|
|
|
|
"redux": "^2.0.0",
|
2015-07-14 22:46:44 +03:00
|
|
|
"redux-thunk": "^0.1.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-core": "^5.6.18",
|
|
|
|
"babel-loader": "^5.1.4",
|
|
|
|
"node-libs-browser": "^0.5.2",
|
2015-08-29 01:01:23 +03:00
|
|
|
"react-hot-loader": "^1.3.0",
|
2015-07-14 22:46:44 +03:00
|
|
|
"webpack": "^1.9.11",
|
|
|
|
"webpack-dev-server": "^1.9.0"
|
|
|
|
}
|
|
|
|
}
|