mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 02:37:15 +00:00
* migrate bootstrap decoupling with dual classes and local less tokens * migrate form and utility bootstrap classes to m-/u- styles * remove remaining Bootstrap class aliases and migrate to internal m-* / u-* classes * fix tab link colors to match previous blue styling * update snapshots * adjust table styling and alignment * adjust divider style * adjust flowdetails panel style * adjust options modal style * fix icons position and color in capture tab page * adjust style search,highlight, intercept popovers * update snapshots * extract global styles into global.less * keep behavior aligned with pre-migration Bootstrap (same class names) * update snapshots * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
54 lines
1.8 KiB
JSON
54 lines
1.8 KiB
JSON
{
|
|
"name": "mitmproxy",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "eslint . && tsc --noEmit && jest --coverage",
|
|
"start": "vite",
|
|
"prettier": "prettier --write .",
|
|
"eslint": "eslint --fix .",
|
|
"ci-build-release": "rm -rf ../mitmproxy/tools/web/static && vite build"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-css": "^6.3.1",
|
|
"@codemirror/lang-html": "^6.4.9",
|
|
"@codemirror/lang-javascript": "^6.2.3",
|
|
"@codemirror/lang-yaml": "^6.1.2",
|
|
"@floating-ui/react-dom": "^2.1.2",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@reduxjs/toolkit": "^2.8.1",
|
|
"@types/react": "^19.2.6",
|
|
"@uiw/react-codemirror": "^4.23.12",
|
|
"classnames": "^2.3.1",
|
|
"codemirror": "^6.0.1",
|
|
"lodash": "^4.17.21",
|
|
"qrcode": "^1.5.4",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-redux": "^9.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.26.0",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/redux-mock-store": "^1.5.0",
|
|
"@vitejs/plugin-react": "^5.1.0",
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
"esbuild-jest": "^0.5.0",
|
|
"eslint": "^9.26.0",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"globals": "^16.1.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"less": "^4.4.2",
|
|
"prettier": "^3.5.3",
|
|
"redux-mock-store": "^1.5.5",
|
|
"through2": "^4.0.2",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.32.1",
|
|
"vite": "^7.2.2"
|
|
}
|
|
}
|