-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.07 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "hack-in",
"version": "0.2.1",
"description": "CTF framework for DAMCS",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:aakashhemadri/hack-in.git"
},
"bugs": {
"url": "https://gitlab.com:aakashhemadri/hack-in/issues"
},
"homepage": "https://hackinpsg.ml",
"proxy": "https://hackinpsg.ml",
"dependencies": {
"@elsdoerfer/react-arrow": "^1.0.3",
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-brands-svg-icons": "^5.10.2",
"@fortawesome/free-regular-svg-icons": "^5.10.2",
"@fortawesome/free-solid-svg-icons": "^5.10.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"dotenv": "^8.1.0",
"font-awesome": "^4.7.0",
"javascript-terminal": "^1.0.3",
"jquery": "^3.4.1",
"node-sass": "^4.12.0",
"npm": "^6.10.3",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-bash": "^1.6.0",
"react-dom": "^16.8.6",
"react-ga": "^2.6.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-terminal-component": "^1.4.1",
"react-toastify": "^5.3.2",
"reactstrap": "^8.0.1",
"simple-line-icons": "^2.4.1",
"styled-components": "^4.3.2",
"typed.js": "^2.0.10",
"typescript": "^3.5.3"
},
"scripts": {
"start": "react-scripts start",
"prebuild": "rm -rf ./build",
"build": "react-scripts build && javascript-obfuscator ./build --output . --config ./javascript-obfuscator.js",
"postbuild": "rm -rf build/**/**/*.map && generate-robotstxt --config ./robots-txt.js build/robots.txt",
"test": "react-scripts test",
"eject": "react-scripts eject",
"clearbuild": "rm -rf build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"generate-robotstxt": "^7.1.0",
"javascript-obfuscator": "^0.18.1",
"npm-check": "^5.9.0",
"react-native-obfuscating-transformer": "^1.0.0"
}
}