aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
blob: b18d9259974a444587cdf710e2ec2fc1e0e5f9f7 (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
{
    "name": "mitmproxy",
    "private": true,
    "scripts": {
        "test": "jest ./src/js"
    },
    "jest": {
        "testPathDirs": [
            "./src/js"
        ],
        "testPathIgnorePatterns": [
            "/node_modules/",
            "testutils.js"
        ],
        "testDirectoryName": "tests"
    },
    "dependencies": {
        "jquery": "",
        "lodash": "",
        "react": "",
        "react-router": "",
        "bootstrap": "",
        "flux": ""
    },
    "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": ""
    }
}