aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 9a46403f34ce2ad26269f59450f54b077ff27055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "stif-boiv",
  "dependencies": {
    "babel-polyfill": "6.16.0",
    "babel-preset-es2015": "6.18.0",
    "babel-preset-react": "6.16.0",
    "babelify": "7.3.0",
    "browserify": "13.1.1",
    "browserify-incremental": "3.1.1",
    "lodash": "4.17.4",
    "promise-polyfill": "^6.0.2",
    "react": "15.3.2",
    "react-dom": "15.3.2",
    "react-redux": "4.4.5",
    "react-select2": "4.0.2",
    "redux": "3.6.0",
    "whatwg-fetch": "2.0.3",
    "redux-logger": "2.7.4",
    "redux-thunk": "2.1.0",
    "redux-promise": "0.5.3"
  },
  "license": "MIT",
  "engines": {
    "node": "5.12.0"
  },
  "devDependencies": {
    "es6-object-assign": "1.0.3",
    "react-addons-test-utils": "15.3.2",
    "sinon": "1.17.7"
  }
}