feat: js混淆

This commit is contained in:
hackrobot
2025-04-02 19:57:09 -05:00
parent 4c9641d91d
commit 18e0e8b784
5 changed files with 576 additions and 55 deletions

View File

@@ -68,11 +68,13 @@
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-react-hooks": "^1.6.1",
"javascript-obfuscator": "^4.1.1",
"postcss": "^8.4.18",
"react-refresh": "^0.11.0",
"stylelint": "9.3.0",
"ts-node": "^10.9.1",
"typescript": "^4.1.0",
"webpack": "^5.78.0"
"webpack": "^5.78.0",
"webpack-obfuscator": "^3.5.1"
}
}