mirror of https://github.com/gophish/gophish
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"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": {
|
|
"@ckeditor/ckeditor5-build-classic": "^39.0.2",
|
|
"@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.23.0",
|
|
"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"
|
|
}
|
|
}
|