https://github.com/guanruihua/browser-plugin
浏览器插件
https://github.com/guanruihua/browser-plugin
browser chrome edge plugin
Last synced: 13 days ago
JSON representation
浏览器插件
- Host: GitHub
- URL: https://github.com/guanruihua/browser-plugin
- Owner: guanruihua
- License: mit
- Created: 2022-10-31T08:07:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T07:03:41.000Z (29 days ago)
- Last Synced: 2025-04-22T08:22:52.692Z (29 days ago)
- Topics: browser, chrome, edge, plugin
- Language: TypeScript
- Homepage:
- Size: 181 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brower Plugin
## Dev
* `node: v16.20.0`
```json
"dependencies": {
"0type": "workspace:^",
"axios": "^0.23.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-loader": "^4.13.0"
},
"devDependencies": {
"0hook": "^1.3.0",
"@babel/core": "^7.12.17",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.12.17",
"@babel/preset-react": "^7.12.13",
"@hot-loader/react-dom": "^17.0.1",
"@types/chrome": "0.0.132",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"abandonjs": "^3.8.0",
"asura-eye": "^0.9.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dayjs": "^1.11.10",
"eslint": "^7.20.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"fs-extra": "^9.1.0",
"fs-react": "0.0.4",
"harpe": "^0.2.1",
"html-loader": "^2.1.0",
"html-webpack-plugin": "^5.2.0",
"ip": "^1.1.5",
"node-sass": "^7.0.1",
"prettier": "^2.2.1",
"qrcode.react": "^1.0.1",
"qs": "^6.11.0",
"react-json-view": "^1.21.3",
"sass-loader": "^14.1.1",
"source-map-loader": "^2.0.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.0.17",
"typescript": "^4.1.5",
"webpack": "^5.23.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
}
```