blob: de2988912a2266c0a4265228080caeb21c1e0834 [file] [log] [blame]
{
"name": "ofbiz-framework",
"description": "ofbiz-framework NPM dependencies configuration",
"repository": "https://github.com/apache/ofbiz-framework.git",
"license": "Apache-2.0",
"dependencies": {
"jquery": "^3.6.0",
"jquery-migrate": "^3.4.0",
"jquery-validation": "^1.19.5",
"jquery.browser": "^0.1.0",
"dompurify": "^2.3.10",
"jquery-ui-dist": "^1.13.1",
"trumbowyg": "^2.25.1",
"flot": "^4.2.2",
"@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3",
"uglify-js": "3.16.3"
},
"scripts": {
"uglify": "uglifyjs node_modules/flot/dist/es5/jquery.flot.js -c -m -o node_modules/flot/dist/es5/jquery.flot.min.js"
}
}