mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-01-12 22:48:54 +08:00
While the spread operator is not part of ES6, React also uses it for JSX. It makes sense for us to keep it in other parts of the codebase as well.
57 lines
1.4 KiB
JSON
57 lines
1.4 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",
|
|
"classnames": "^2.2.5",
|
|
"flux": "^2.1.1",
|
|
"jquery": "^2.2.3",
|
|
"lodash": "^4.11.2",
|
|
"react": "^15.0.2",
|
|
"react-dom": "^15.0.2",
|
|
"react-router": "^2.4.0",
|
|
"shallowequal": "^0.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.7.7",
|
|
"babel-jest": "^12.0.2",
|
|
"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",
|
|
"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": "^0.1.40",
|
|
"uglifyify": "^3.0.1",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"watchify": "^3.7.0"
|
|
}
|
|
}
|