forked from hzi-braunschweig/gophish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.46 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
{
"name": "gophish",
"version": "0.4.0-dev",
"repository": {
"type": "git",
"url": "git+https://github.com/gophish/gophish.git"
},
"author": "Jordan Wright",
"license": "MIT",
"bugs": {
"url": "https://github.com/gophish/gophish/issues"
},
"homepage": "https://getgophish.com",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.2",
"clean-css": "^5.3.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^2.0.0",
"gulp-uglify-es": "^3.0.0",
"gulp-wrap": "^0.15.0",
"jshint": "^2.13.4",
"jshint-stylish": "^2.2.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@eonasdan/tempus-dominus": "^6.4.3",
"@popperjs/core": "^2.11.6",
"blueimp-file-upload": "^10.32.0",
"bootstrap": "^5.2.3",
"chartist": "^1.3.0",
"ckeditor4": "^4.20.2",
"core-js": "^3.29.1",
"d3": "^7.8.2",
"datamaps": "^0.5.9",
"datatables.net": "^1.13.4",
"datetime-moment": "^1.0.0",
"highcharts": "^10.3.3",
"jquery-ui": "^1.13.2",
"jquery.iframe-transport": "^1.0.0",
"moment": "^2.29.4",
"papaparse": "^5.4.0",
"select2": "^4.1.0-rc.0",
"sweetalert2": "^11.7.3",
"topojson": "^3.0.2",
"ua-parser": "^0.3.5",
"useragent": "^2.3.0",
"zxcvbn": "^4.4.2"
}
}