2016-11-23 22:58:48 +01:00
|
|
|
{
|
|
|
|
"name": "dubdiff-2",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2016-11-28 18:47:47 +01:00
|
|
|
"build": "ebpack --colors",
|
|
|
|
"start": "webpack --progress --colors --watch",
|
|
|
|
"serve": "node src/server.js",
|
2016-11-23 22:58:48 +01:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"dependencies": {
|
2016-11-28 18:47:47 +01:00
|
|
|
"babel-preset-es2015-mod": "^6.6.0",
|
|
|
|
"babel-preset-es3": "^1.0.1",
|
|
|
|
"diff": "^3.0.1",
|
|
|
|
"express": "^4.14.0",
|
2016-11-23 22:58:48 +01:00
|
|
|
"react": "^0.14.5",
|
|
|
|
"react-dom": "^0.14.5",
|
|
|
|
"react-redux": "^4.4.6",
|
2016-11-28 18:47:47 +01:00
|
|
|
"react-router": "^1.0.0",
|
2016-11-23 22:58:48 +01:00
|
|
|
"redux": "^3.5.1",
|
2016-11-28 18:47:47 +01:00
|
|
|
"redux-router": "^1.0.0-beta5",
|
2016-11-30 20:57:35 +01:00
|
|
|
"reselect": "^2.5.1",
|
|
|
|
"semantic-ui-react": "^0.61.6"
|
2016-11-23 22:58:48 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-core": "^6.3.26",
|
|
|
|
"babel-loader": "^6.2.0",
|
|
|
|
"babel-preset-es2015": "^6.3.13",
|
|
|
|
"babel-preset-react": "^6.3.13",
|
|
|
|
"copyfiles": "^0.2.2",
|
|
|
|
"webpack": "^1.12.9"
|
|
|
|
}
|
|
|
|
}
|