|
1 | | -{ |
2 | | - "name": "HackTools", |
3 | | - "version": "0.1.0a", |
4 | | - "description": "The all in one Red team browser extension for web pentesters", |
5 | | - "main": "index.js", |
6 | | - "scripts": { |
7 | | - "build": "webpack --mode production", |
8 | | - "watch": "webpack --watch", |
9 | | - "test": "echo \"Error: no test specified\" && exit 1" |
10 | | - }, |
11 | | - "keywords": [], |
12 | | - "author": "Ludovic COULON & Riadh BOUCHAHOUA", |
13 | | - "license": "MIT", |
14 | | - "devDependencies": { |
15 | | - "@babel/core": "^7.5.5", |
16 | | - "@babel/preset-react": "^7.0.0", |
17 | | - "babel-loader": "^8.0.6", |
18 | | - "clean-webpack-plugin": "^3.0.0", |
19 | | - "copy-webpack-plugin": "^5.0.3", |
20 | | - "css-loader": "^3.1.0", |
21 | | - "file-loader": "^4.1.0", |
22 | | - "html-webpack-plugin": "^3.2.0", |
23 | | - "style-loader": "^0.23.1", |
24 | | - "webpack": "^4.37.0", |
25 | | - "webpack-cli": "^3.3.6", |
26 | | - "webpack-dev-server": "^3.7.2" |
27 | | - }, |
28 | | - "dependencies": { |
29 | | - "@ant-design/icons": "4.6.2", |
30 | | - "antd": "4.15.1", |
31 | | - "antd-mask-input": "0.1.15", |
32 | | - "crypto-js": "^4.0.0", |
33 | | - "pretty": "^2.0.0", |
34 | | - "rc-queue-anim": "1.8.5", |
35 | | - "react": "^17.0.1", |
36 | | - "react-chrome-extension-router": "^1.2.0", |
37 | | - "react-clipboard.js": "2.0.16", |
38 | | - "react-dom": "^17.0.1", |
39 | | - "react-query": "^2.5.13", |
40 | | - "react-scripts": "4.0.3", |
41 | | - "react-syntax-highlighter": "^15.4.3", |
42 | | - "sm3": "^1.0.3", |
43 | | - "use-persisted-state": "^0.3.3" |
44 | | - } |
45 | | -} |
| 1 | +{ |
| 2 | + "name": "hack-tools", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "The all in one Red team browser extension for web pentesters", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "start": "webpack --watch", |
| 8 | + "build": "webpack --mode production && rm -f ./dist/*.map", |
| 9 | + "watch": "webpack --watch", |
| 10 | + "zip_moz": "zip -r bundle_moz.zip dist/*", |
| 11 | + "zip_chrome": "zip -r bundle_chrome.zip dist/", |
| 12 | + "zip_all": "yarn zip_moz && yarn zip_chrome", |
| 13 | + "test": "echo \"Error: no test specified\" && exit 1" |
| 14 | + }, |
| 15 | + "keywords": [], |
| 16 | + "author": "Ludovic COULON & Riadh BOUCHAHOUA", |
| 17 | + "license": "MIT", |
| 18 | + "devDependencies": { |
| 19 | + "@babel/cli": "^7.16.0", |
| 20 | + "@babel/core": "^7.16.0", |
| 21 | + "@babel/helper-call-delegate": "^7.12.13", |
| 22 | + "@babel/plugin-proposal-class-properties": "^7.16.0", |
| 23 | + "@babel/preset-env": "^7.16.4", |
| 24 | + "@babel/preset-react": "^7.16.0", |
| 25 | + "@babel/preset-typescript": "^7.15.0", |
| 26 | + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.2", |
| 27 | + "@types/antd": "^1.0.0", |
| 28 | + "@types/crypto-js": "^4.0.2", |
| 29 | + "@types/pretty": "^2.0.0", |
| 30 | + "@types/react-query": "^1.2.9", |
| 31 | + "@types/react-syntax-highlighter": "^13.5.2", |
| 32 | + "@types/use-persisted-state": "^0.3.0", |
| 33 | + "babel-loader": "^8.2.3", |
| 34 | + "clean-webpack-plugin": "^4.0.0", |
| 35 | + "copy-webpack-plugin": "^10.0.0", |
| 36 | + "css-loader": "^6.5.1", |
| 37 | + "file-loader": "^6.2.0", |
| 38 | + "html-webpack-plugin": "^5.5.0", |
| 39 | + "react-hot-loader": "^4.13.0", |
| 40 | + "react-refresh": "^0.11.0", |
| 41 | + "style-loader": "^3.3.1", |
| 42 | + "typescript": "^4.4.3", |
| 43 | + "webpack": "^5.64.1", |
| 44 | + "webpack-cli": "^4.9.1", |
| 45 | + "webpack-dev-server": "^4.5.0" |
| 46 | + }, |
| 47 | + "browserslist": [ ">0.2%", "not dead", "not op_mini all" ], |
| 48 | + "dependencies": { |
| 49 | + "@ant-design/icons": "4.7.0", |
| 50 | + "@hot-loader/react-dom": "^17.0.1", |
| 51 | + "@types/chrome": "^0.0.164", |
| 52 | + "@types/jest": "^27.0.3", |
| 53 | + "@types/node": "^16.11.9", |
| 54 | + "@types/react": "^17.0.27", |
| 55 | + "@types/react-dom": "^17.0.9", |
| 56 | + "antd": "4.16.13", |
| 57 | + "antd-mask-input": "0.1.15", |
| 58 | + "axios": "^0.24.0", |
| 59 | + "crypto-js": "^4.0.0", |
| 60 | + "escape-quotes": "^1.0.2", |
| 61 | + "less": "^4.1.2", |
| 62 | + "less-loader": "^10.2.0", |
| 63 | + "pretty": "^2.0.0", |
| 64 | + "rc-queue-anim": "^2.0.0", |
| 65 | + "react": "latest", |
| 66 | + "react-chrome-extension-router": "^1.3.1", |
| 67 | + "react-clipboard.js": "2.0.16", |
| 68 | + "react-dom": "latest", |
| 69 | + "react-query": "^3.33.1", |
| 70 | + "react-refresh-typescript": "^2.0.2", |
| 71 | + "react-syntax-highlighter": "^15.4.5", |
| 72 | + "sm3": "^1.0.3", |
| 73 | + "ts-loader": "^9.2.6", |
| 74 | + "use-persisted-state": "^0.3.3" |
| 75 | + } |
| 76 | +} |
0 commit comments