forked from LasCC/HackTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "HackTools",
"version": "0.1.0a",
"description": "The all in one Red team browser extension for web pentesters",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Ludovic COULON & Riadh BOUCHAHOUA",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^3.1.0",
"file-loader": "^4.1.0",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"webpack": "^4.37.0",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"@ant-design/icons": "4.6.2",
"antd": "4.15.1",
"antd-mask-input": "0.1.15",
"crypto-js": "^4.0.0",
"pretty": "^2.0.0",
"rc-queue-anim": "1.8.5",
"react": "^17.0.1",
"react-chrome-extension-router": "^1.2.0",
"react-clipboard.js": "2.0.16",
"react-dom": "^17.0.1",
"react-query": "^2.5.13",
"react-scripts": "4.0.3",
"react-syntax-highlighter": "^15.4.3",
"sm3": "^1.0.3",
"use-persisted-state": "^0.3.3"
}
}