mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "mitmproxy",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "jest --coverage",
|
|
"build": "gulp prod",
|
|
"start": "gulp"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.9.2",
|
|
"bootstrap": "^3.3.7",
|
|
"classnames": "^2.3.1",
|
|
"lodash": "^4.17.21",
|
|
"mock-xmlhttprequest": "^1.1.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^17.0.2",
|
|
"react-codemirror": "^1.0.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-popper": "^2.2.5",
|
|
"react-redux": "^7.2.4",
|
|
"react-test-renderer": "^17.0.2",
|
|
"redux": "^4.1.0",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-mock-store": "^1.5.4",
|
|
"redux-thunk": "^2.3.0",
|
|
"shallowequal": "^1.1.0",
|
|
"stable": "^0.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.3",
|
|
"@babel/preset-env": "^7.14.4",
|
|
"@babel/preset-react": "^7.13.13",
|
|
"@babel/preset-typescript": "^7.13.0",
|
|
"babel-jest": "^27.0.2",
|
|
"esbuild": "^0.12.8",
|
|
"esbuild-jest": "^0.5.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-esbuild": "^0.8.1",
|
|
"gulp-less": "^4.0.1",
|
|
"gulp-livereload": "^4.0.2",
|
|
"gulp-notify": "^4.0.0",
|
|
"gulp-peg": "^0.2.0",
|
|
"gulp-plumber": "^1.2.1",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"jest": "^27.0.4",
|
|
"through2": "^4.0.2"
|
|
}
|
|
}
|