aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
blob: 59b031b9df2e66fac7679d358a91a8e72668e8d8 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
  "name": "mitmproxy",
  "private": true,
  "scripts": {
    "test": "jest",
    "build": "gulp prod",
    "start": "gulp"
  },
  "jest": {
    "testRegex": "__tests__/.*Spec.js$",
    "testPathDirs": [
      "<rootDir>/src/js"
    ],
    "unmockedModulePathPatterns": [
      "react"
    ]
  },
  "dependencies": {
    "bootstrap": "^3.3.6",
    "classnames": "^2.2.5",
    "flux": "^2.1.1",
    "history": "^3.0.0",
    "lodash": "^4.11.2",
    "react": "^15.1.0",
    "react-codemirror": "^0.2.6",
    "react-dom": "^15.1.0",
    "react-redux": "^4.4.5",
    "redux": "^3.5.2",
    "redux-logger": "^2.6.1",
    "redux-thunk": "^2.1.0",
    "shallowequal": "^0.2.2"
  },
  "devDependencies": {
    "babel-core": "^6.7.7",
    "babel-eslint": "^6.0.4",
    "babel-jest": "^12.1.0",
    "babel-plugin-transform-class-properties": "^6.6.0",
    "babel-plugin-transform-object-rest-spread": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babelify": "^7.3.0",
    "browserify": "^13.0.0",
    "envify": "^3.4.1",
    "eslint": "^2.9.0",
    "gulp": "^3.9.1",
    "gulp-clean-css": "^2.0.6",
    "gulp-eslint": "^2.0.0",
    "gulp-less": "^3.0.5",
    "gulp-livereload": "^3.8.1",
    "gulp-notify": "^2.2.0",
    "gulp-peg": "^0.2.0",
    "gulp-plumber": "^1.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-util": "^3.0.7",
    "jest": "^12.1.1",
    "react": "^15.2.1",
    "react-addons-test-utils": "^15.2.1",
    "react-dom": "^15.2.1",
    "uglifyify": "^3.0.1",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.7.0"
  }
}