mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
73 lines
1.8 KiB
JSON
73 lines
1.8 KiB
JSON
{
|
|
"name": "mitmproxy",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "jest --coverage",
|
|
"build": "gulp prod",
|
|
"start": "gulp"
|
|
},
|
|
"jest": {
|
|
"testRegex": "__tests__/.*Spec.js$",
|
|
"roots": [
|
|
"<rootDir>/src/js"
|
|
],
|
|
"unmockedModulePathPatterns": [
|
|
"react"
|
|
],
|
|
"coverageDirectory": "./coverage",
|
|
"coveragePathIgnorePatterns": [
|
|
"<rootDir>/src/js/filt/filt.js"
|
|
],
|
|
"collectCoverageFrom": [
|
|
"src/js/**/*.{js,jsx}"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^3.3.7",
|
|
"classnames": "^2.2.5",
|
|
"lodash": "^4.17.4",
|
|
"mock-xmlhttprequest": "^1.1.0",
|
|
"prop-types": "^15.5.0",
|
|
"react": "^15.4.2",
|
|
"react-codemirror": "^0.3.0",
|
|
"react-dom": "^15.4.2",
|
|
"react-redux": "^5.0.2",
|
|
"react-test-renderer": "^15.5.4",
|
|
"redux": "^3.6.0",
|
|
"redux-logger": "^2.8.1",
|
|
"redux-mock-store": "^1.2.3",
|
|
"redux-thunk": "^2.2.0",
|
|
"shallowequal": "^0.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.23.1",
|
|
"babel-eslint": "^7.1.1",
|
|
"babel-jest": "^19.0.0",
|
|
"babel-plugin-transform-class-properties": "^6.23.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
"babel-preset-es2015": "^6.22.0",
|
|
"babel-preset-react": "^6.23.0",
|
|
"babelify": "^7.3.0",
|
|
"browserify": "^14.1.0",
|
|
"envify": "^4.0.0",
|
|
"eslint": "^3.16.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-clean-css": "^3.0.3",
|
|
"gulp-eslint": "^3.0.1",
|
|
"gulp-less": "^3.3.0",
|
|
"gulp-livereload": "^3.8.1",
|
|
"gulp-notify": "^3.0.0",
|
|
"gulp-peg": "^0.2.0",
|
|
"gulp-plumber": "^1.1.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sourcemaps": "^2.4.1",
|
|
"gulp-util": "^3.0.8",
|
|
"jest": "^19.0.0",
|
|
"react-addons-test-utils": "^15.4.2",
|
|
"uglifyify": "^3.0.4",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"watchify": "^3.9.0"
|
|
}
|
|
}
|