aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 01b1244af0af91ccfa5c2bbffc928287c7ac8309 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "name": "stif-boiv",
  "dependencies": {
    "@rails/webpacker": "3.0.2",
    "babel-jest": "21.2.0",
    "babel-polyfill": "6.16.0",
    "babel-preset-es2015": "6.18.0",
    "babel-preset-react": "6.24.1",
    "babelify": "7.3.0",
    "bootstrap": "3",
    "coffeescript": "1.12.7",
    "jquery": "3.2.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.3",
    "redux": "3.6.0",
    "redux-logger": "2.7.4",
    "redux-promise": "0.5.3",
    "redux-thunk": "2.1.0",
    "whatwg-fetch": "2.0.3"
  },
  "license": "MIT",
  "engines": {
    "node": "~6.11.4"
  },
  "devDependencies": {
    "clean-webpack-plugin": "0.1.17",
    "es6-object-assign": "1.0.3",
    "jest": "21.2.1",
    "react-addons-test-utils": "15.3.2",
    "sinon": "1.17.7",
    "uglify-js": "3.1.3",
    "webpack-dev-server": "2.9.1"
  },
  "jest": {
    "testRegex": "(/test/.*|(\\_|/)spec)\\.js$",
    "roots": [
      "<rootDir>/spec/javascript"
    ],
    "setupFiles": [
      "<rootDir>/spec/javascript/spec_helper.js"
    ]
  }
}