Files
espocrm/package.json
Yuri Kuznetsov d7829e7801 v
2021-10-26 12:07:42 +03:00

74 lines
2.3 KiB
JSON

{
"name": "espocrm",
"version": "7.0.8",
"description": "Open-source CRM.",
"repository": {
"type": "git",
"url": "git://github.com/espocrm/espocrm.git"
},
"scripts": {
"build": "grunt",
"test": "grunt run-tests",
"test-unit": "grunt run-unit-tests",
"test-integration": "grunt run-integration-tests"
},
"author": "Yurii Kuznietsov, Taras Machyshyn, Oleksii Avramenko",
"license": "GPL-3.0",
"devDependencies": {
"archiver": "^3.1.1",
"fstream": ">=1.0.12",
"grunt": "^1.3.0",
"grunt-chmod": "~1.1.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify-es": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-mkdir": "~1.0.0",
"grunt-replace": "~1.0.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.21",
"minimist": ">=1.2.2",
"pofile": "~1.0.11",
"tar": "^6.1.9",
"trim-newlines": "^4.0.1"
},
"dependencies": {
"ace-builds": "^1.4.12",
"autobahn-espo": "git://github.com/yurikuzn/autobahn-espo.git#0.1.0",
"backbone": "^1.3.3",
"base-64": "^1.0.0",
"bootstrap": "^3.4.1",
"bootstrap-colorpicker": "^2.5.2",
"bootstrap-datepicker": "^1.9.0",
"bullbone": "git://github.com/yurikuzn/bull.git#1.0.3",
"cronstrue": "^1.114.0",
"cropper": "^0.7.9",
"devbridge-autocomplete": "^1.4.9",
"dompurify": "^2.2.9",
"es6-promise": "^3.0.2",
"espo-funnel-chart": "git://github.com/yurikuzn/espo-funnel-chart.git#0.1.0",
"exif-js": "^2.3.0",
"flotr2": "git://github.com/yurikuzn/flotr2.git#0.1.0",
"fullcalendar": "^3.10.2",
"gridstack": "^1.2.1",
"handlebars": "^4.7.7",
"jquery": "^3.6.0",
"jquery-textcomplete": "^1.8.5",
"jquery-ui-espo": "git://github.com/yurikuzn/jquery-ui-espo.git#0.1.0",
"jquery-ui-touch-punch": "^0.2.3",
"jsbarcode": "^3.11.4",
"marked": "^0.8.2",
"moment": "^2.24.0",
"moment-timezone": "^0.5.33",
"moment-timezone-data-build": "git://github.com/yurikuzn/moment-timezone-data-build.git#0.1.0",
"qrcodejs": "^1.0.0",
"selectize": "git://github.com/selectize/selectize.js.git#v0.13.3",
"summernote": "^0.8.18",
"timepicker": "^1.11.15",
"underscore": "^1.13.1",
"vis": "^4.19.1"
}
}