aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
blob: 944dbdb1655c1b91b0420239348ddf0f811619a2 (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
{
  "name": "mitmproxy",
  "private": true,
  "dependencies": {
        "jquery": "",
        "lodash": "",
        "react": "",
        "react-router": "",
        "bootstrap": ""
  },
  "devDependencies": {
    "bower": "",
    "browserify": "^6.3.4",
    "gulp": "",
    "gulp-concat": "",
    "gulp-connect": "",
    "gulp-jshint": "",
    "gulp-less": "",
    "gulp-livereload": "",
    "gulp-minify-css": "",
    "gulp-notify": "",
    "gulp-plumber": "",
    "gulp-react": "",
    "gulp-rename": "",
    "gulp-replace": "",
    "gulp-rev": "",
    "gulp-sourcemaps": "",
    "gulp-uglify": "",
    "gulp-util": "",
    "jest-cli": "^0.1.18",
    "jshint-stylish": "",
    "lodash": "",
    "map-stream": "",
    "react": "",
    "react-tools": "",
    "reactify": "",
    "vinyl-buffer": "",
    "vinyl-source-stream": "",
    "vinyl-transform": "",

    "gulp-peg": ""
  }
}