1
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
- }
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_chrome" : " rm -f './dist/*.map' && zip -r bundle_chrome.zip dist/" ,
11
+ "zip_moz" : " rm -f './dist/*.map' && sed -i 's/\" manifest_version\" : 3/\" manifest_version\" : 2/g' ./dist/manifest.json && sed -i 's/\" action\" :/\" browser_action\" :/g' ./dist/manifest.json & zip -r bundle_moz.zip dist/*" ,
12
+ "zip_all" : " yarn zip_chrome && yarn zip_moz" ,
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.21.0" ,
20
+ "@babel/core" : " ^7.21.0" ,
21
+ "@babel/helper-call-delegate" : " ^7.12.13" ,
22
+ "@babel/plugin-proposal-class-properties" : " ^7.18.6" ,
23
+ "@babel/preset-env" : " ^7.20.2" ,
24
+ "@babel/preset-react" : " ^7.18.6" ,
25
+ "@babel/preset-typescript" : " ^7.21.0" ,
26
+ "@pmmmwh/react-refresh-webpack-plugin" : " ^0.5.10" ,
27
+ "@types/crypto-js" : " ^4.1.1" ,
28
+ "@types/pretty" : " ^2.0.1" ,
29
+ "@types/react-syntax-highlighter" : " ^15.5.6" ,
30
+ "@types/use-persisted-state" : " ^0.3.1" ,
31
+ "babel-loader" : " ^9.1.2" ,
32
+ "clean-webpack-plugin" : " ^4.0.0" ,
33
+ "copy-webpack-plugin" : " ^11.0.0" ,
34
+ "css-loader" : " ^6.7.3" ,
35
+ "file-loader" : " ^6.2.0" ,
36
+ "html-webpack-plugin" : " ^5.5.0" ,
37
+ "react-hot-loader" : " ^4.13.1" ,
38
+ "react-refresh" : " ^0.14.0" ,
39
+ "style-loader" : " ^3.3.1" ,
40
+ "typescript" : " ^4.9.5" ,
41
+ "webpack" : " ^5.76.1" ,
42
+ "webpack-cli" : " ^5.0.1" ,
43
+ "webpack-dev-server" : " ^4.11.1"
44
+ },
45
+ "browserslist" : [
46
+ " >0.2%" ,
47
+ " not dead" ,
48
+ " not op_mini all"
49
+ ],
50
+ "dependencies" : {
51
+ "@ant-design/compatible" : " ^5.1.1" ,
52
+ "@ant-design/cssinjs" : " ^1.6.1" ,
53
+ "@ant-design/icons" : " 4.8.0" ,
54
+ "@ant-design/pro-card" : " ^2.3.0" ,
55
+ "@ant-design/pro-layout" : " ^7.10.0" ,
56
+ "@hot-loader/react-dom" : " ^17.0.2" ,
57
+ "@types/chrome" : " ^0.0.206" ,
58
+ "@types/jest" : " ^29.4.0" ,
59
+ "@types/node" : " ^18.15.0" ,
60
+ "@types/react" : " ^18.0.28" ,
61
+ "@types/react-dom" : " ^18.0.11" ,
62
+ "@uiw/react-md-editor" : " ^3.20.5" ,
63
+ "antd" : " 5.1.0" ,
64
+ "antd-mask-input" : " 2.0.7" ,
65
+ "axios" : " ^1.3.4" ,
66
+ "crypto-js" : " ^4.1.1" ,
67
+ "darkreader" : " ^4.9.58" ,
68
+ "escape-quotes" : " ^1.0.2" ,
69
+ "less" : " ^4.1.3" ,
70
+ "less-loader" : " ^11.1.0" ,
71
+ "mermaid" : " ^9.4.3" ,
72
+ "pretty" : " ^2.0.0" ,
73
+ "rc-queue-anim" : " ^2.0.0" ,
74
+ "react" : " ^18.2.0" ,
75
+ "react-chrome-extension-router" : " ^1.4.0" ,
76
+ "react-clipboard.js" : " 2.0.16" ,
77
+ "react-color" : " ^2.19.3" ,
78
+ "react-dom" : " ^18.2.0" ,
79
+ "react-highlight-words" : " ^0.18.0" ,
80
+ "react-query" : " ^3.39.3" ,
81
+ "react-refresh-typescript" : " ^2.0.8" ,
82
+ "react-syntax-highlighter" : " ^15.5.0" ,
83
+ "sm3" : " ^1.0.3" ,
84
+ "ts-loader" : " ^9.4.2" ,
85
+ "use-persisted-state" : " ^0.3.3"
86
+ }
87
+ }
0 commit comments