mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "mitmproxy",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "jest ./src/js"
|
|
},
|
|
"jest": {
|
|
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
|
|
"testPathDirs": [
|
|
"./src/js"
|
|
],
|
|
"testPathIgnorePatterns": [
|
|
"/node_modules/",
|
|
"testutils.js"
|
|
],
|
|
"testDirectoryName": "tests"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^3.3.6",
|
|
"flux": "^2.1.1",
|
|
"jquery": "^2.2.1",
|
|
"lodash": "^4.5.1",
|
|
"react": "^0.14.7",
|
|
"react-dom": "^0.14.7",
|
|
"react-router": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.5.2",
|
|
"babel-jest": "^6.0.1",
|
|
"babel-preset-es2015": "^6.5.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"babelify": "^7.2.0",
|
|
"browserify": "^13.0.0",
|
|
"eslint": "^2.2.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-eslint": "^2.0.0",
|
|
"gulp-less": "^3.0.5",
|
|
"gulp-livereload": "^3.8.1",
|
|
"gulp-minify-css": "^1.2.4",
|
|
"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": "^0.1.40",
|
|
"lodash": "^4.5.1",
|
|
"uglifyify": "^3.0.1",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"watchify": "^3.7.0"
|
|
}
|
|
}
|