52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "common",
|
|
"version": "1.0.1",
|
|
"homepage": "http://www.onlyoffice.com",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/preset-env": "^7.25.3",
|
|
"grunt": "^1.6.1",
|
|
"grunt-babel": "^8.0.0",
|
|
"grunt-contrib-clean": "^2.0.1",
|
|
"grunt-contrib-concat": "^2.0.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-cssmin": "^5.0.0",
|
|
"grunt-contrib-htmlmin": "^3.1.0",
|
|
"grunt-contrib-imagemin": "^4.0.0",
|
|
"grunt-contrib-less": "^3.0.0",
|
|
"grunt-contrib-requirejs": "^1.0.0",
|
|
"grunt-contrib-uglify": "^5.2.2",
|
|
"grunt-exec": "^3.0.0",
|
|
"grunt-inline": "file:plugins/grunt-inline",
|
|
"grunt-json-minify": "^1.1.0",
|
|
"grunt-spritesmith": "^6.9.0",
|
|
"grunt-svg-sprite": "^2.0.2",
|
|
"grunt-svgmin": "^7.0.0",
|
|
"grunt-terser": "^2.0.0",
|
|
"grunt-text-replace": "0.4.0",
|
|
"iconsprite": "file:sprites",
|
|
"iconv-lite": "^0.6.3",
|
|
"less-plugin-clean-css": "1.5.1",
|
|
"lodash": "^4.17.21",
|
|
"terser": "^5.20.0",
|
|
"vinyl-fs": "^4.0.0"
|
|
},
|
|
"overrides": {
|
|
"http-cache-semantics": "4.1.1",
|
|
"css-select": "4.3.0",
|
|
"semver-regex": "3.1.3",
|
|
"trim-newlines": "3.0.1",
|
|
"mkdirp": "0.5.6",
|
|
"requirejs": "2.3.7",
|
|
"less-plugin-clean-css@1.5.1": {
|
|
"clean-css": "5.3.3"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^5.1.0",
|
|
"grunt-mocha": "^1.2.0",
|
|
"mocha": "^10.2.0"
|
|
}
|
|
}
|