restore package.json

This commit is contained in:
Yurii
2026-03-03 22:20:36 +02:00
parent 5766355661
commit 409cb3fa19
+111 -111
View File
@@ -1,111 +1,111 @@
{ {
"name": "espocrm", "name": "espocrm",
"version": "9.3.1", "version": "9.3.1",
"description": "Open-source CRM.", "description": "Open-source CRM.",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/espocrm/espocrm.git" "url": "https://github.com/espocrm/espocrm.git"
}, },
"scripts": { "scripts": {
"postinstall": "node js/scripts/postinstall-cleanup && node js/scripts/prepare-lib-original.js", "postinstall": "node js/scripts/postinstall-cleanup && node js/scripts/prepare-lib-original.js",
"build": "grunt", "build": "grunt",
"build-dev": "grunt dev", "build-dev": "grunt dev",
"build-test": "grunt test", "build-test": "grunt test",
"build-frontend": "grunt internal", "build-frontend": "grunt internal",
"sa": "php vendor/bin/phpstan", "sa": "php vendor/bin/phpstan",
"unit-tests": "php vendor/bin/phpunit ./tests/unit", "unit-tests": "php vendor/bin/phpunit ./tests/unit",
"integration-tests": "php vendor/bin/phpunit ./tests/integration" "integration-tests": "php vendor/bin/phpunit ./tests/integration"
}, },
"homepage": "https://www.espocrm.com", "homepage": "https://www.espocrm.com",
"author": "EspoCRM, Inc.", "author": "EspoCRM, Inc.",
"contributors": [ "contributors": [
{ {
"name": "Yurii Kuznietsov" "name": "Yurii Kuznietsov"
}, },
{ {
"name": "Taras Machyshyn" "name": "Taras Machyshyn"
}, },
{ {
"name": "Oleksii Avramenko" "name": "Oleksii Avramenko"
} }
], ],
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"devDependencies": { "devDependencies": {
"@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-node-resolve": "^16.0.1",
"archiver": "^7", "archiver": "^7",
"chromedriver": "^127.0.1", "chromedriver": "^127.0.1",
"espo-frontend-build-tools": "github:espocrm/frontend-build-tools#0.2.3", "espo-frontend-build-tools": "github:espocrm/frontend-build-tools#0.2.3",
"fstream": ">=1.0.12", "fstream": ">=1.0.12",
"glob": "^13.0.6", "glob": "^13.0.6",
"grunt": "^1.5.3", "grunt": "^1.5.3",
"grunt-contrib-clean": "~2.0.0", "grunt-contrib-clean": "~2.0.0",
"grunt-contrib-concat": "^2.0.0", "grunt-contrib-concat": "^2.0.0",
"grunt-contrib-copy": "~1.0.0", "grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "^4.0.0", "grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-less": "^3.0.0", "grunt-contrib-less": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1", "grunt-contrib-uglify": "^5.0.1",
"grunt-mkdir": "^1.1.0", "grunt-mkdir": "^1.1.0",
"grunt-replace": "^2.0.2", "grunt-replace": "^2.0.2",
"jasmine-browser-runner": "^2.5.0", "jasmine-browser-runner": "^2.5.0",
"jasmine-core": "^5.2.0", "jasmine-core": "^5.2.0",
"js-yaml": "^4.1.1", "js-yaml": "^4.1.1",
"pofile": "^1.1.3", "pofile": "^1.1.3",
"rollup": "^4.59.0", "rollup": "^4.59.0",
"tar": "^7.5.8" "tar": "^7.5.8"
}, },
"dependencies": { "dependencies": {
"@fullcalendar/moment": "^6.1.8", "@fullcalendar/moment": "^6.1.8",
"@fullcalendar/moment-timezone": "^6.1.8", "@fullcalendar/moment-timezone": "^6.1.8",
"@shopify/draggable": "^1.1.4", "@shopify/draggable": "^1.1.4",
"@textcomplete/core": "^0.1.13", "@textcomplete/core": "^0.1.13",
"@textcomplete/textarea": "^0.1.13", "@textcomplete/textarea": "^0.1.13",
"ace-builds": "^1.4.12", "ace-builds": "^1.4.12",
"autobahn-espo": "github:yurikuzn/autobahn-espo#0.1.0", "autobahn-espo": "github:yurikuzn/autobahn-espo#0.1.0",
"autonumeric": "^4.6.0", "autonumeric": "^4.6.0",
"backbone": "^1.3.3", "backbone": "^1.3.3",
"bootstrap": "github:yurikuzn/espo-bootstrap#0.1.2", "bootstrap": "github:yurikuzn/espo-bootstrap#0.1.2",
"bootstrap-colorpicker": "^2.5.2", "bootstrap-colorpicker": "^2.5.2",
"bootstrap-datepicker": "^1.9.0", "bootstrap-datepicker": "^1.9.0",
"bullbone": "github:espocrm/bullbone#1.3.3", "bullbone": "github:espocrm/bullbone#1.3.3",
"cronstrue": "^1.114.0", "cronstrue": "^1.114.0",
"cropper": "^0.7.9", "cropper": "^0.7.9",
"devbridge-autocomplete": "^1.4.11", "devbridge-autocomplete": "^1.4.11",
"dompurify": "^3.2.4", "dompurify": "^3.2.4",
"espo-funnel-chart": "github:yurikuzn/espo-funnel-chart#1.1.0", "espo-funnel-chart": "github:yurikuzn/espo-funnel-chart#1.1.0",
"exif-js": "^2.3.0", "exif-js": "^2.3.0",
"flotr2": "github:yurikuzn/flotr2#0.1.3", "flotr2": "github:yurikuzn/flotr2#0.1.3",
"fullcalendar": "^6.1.8", "fullcalendar": "^6.1.8",
"getobject": ">=1.0.0", "getobject": ">=1.0.0",
"gridstack": "github:yurikuzn/gridstack.js#5.1.1.e3", "gridstack": "github:yurikuzn/gridstack.js#5.1.1.e3",
"handlebars": "^4.7.7", "handlebars": "^4.7.7",
"intl-tel-input": "^18.2.1", "intl-tel-input": "^18.2.1",
"jquery": "^3.7.1", "jquery": "^3.7.1",
"jquery-ui-espo": "github:yurikuzn/jquery-ui-espo#0.2.2", "jquery-ui-espo": "github:yurikuzn/jquery-ui-espo#0.2.2",
"jquery-ui-touch-punch": "^0.2.3", "jquery-ui-touch-punch": "^0.2.3",
"js-base64": "^3.7.2", "js-base64": "^3.7.2",
"jsbarcode": "^3.11.4", "jsbarcode": "^3.11.4",
"marked": "^4.0.10", "marked": "^4.0.10",
"moment": "^2.29.4", "moment": "^2.29.4",
"moment-timezone": "^0.5.41", "moment-timezone": "^0.5.41",
"moment-timezone-data-build": "github:yurikuzn/moment-timezone-data-build#0.1.2", "moment-timezone-data-build": "github:yurikuzn/moment-timezone-data-build#0.1.2",
"qrcodejs": "^1.0.0", "qrcodejs": "^1.0.0",
"selectize": "github:yurikuzn/selectize-for-espo#0.1.1", "selectize": "github:yurikuzn/selectize-for-espo#0.1.1",
"set-value": ">=4.0.1", "set-value": ">=4.0.1",
"summernote": "^0.9.1", "summernote": "^0.9.1",
"timepicker": "^1.11.15", "timepicker": "^1.11.15",
"turndown": "^7.2.0", "turndown": "^7.2.0",
"underscore": "^1.13.8", "underscore": "^1.13.8",
"vis-data": "^7.1.6", "vis-data": "^7.1.6",
"vis-timeline": "^7.7.2" "vis-timeline": "^7.7.2"
}, },
"engines": { "engines": {
"npm": ">=8", "npm": ">=8",
"node": ">=20" "node": ">=20"
}, },
"overrides": { "overrides": {
"grunt": { "grunt": {
"minimatch": "~3.1.3" "minimatch": "~3.1.3"
} }
} }
} }