37 lines
1,016 B
JSON
37 lines
1,016 B
JSON
{
|
|
"name": "common",
|
|
"version": "1.0.1",
|
|
"homepage": "http://www.onlyoffice.com",
|
|
"private": true,
|
|
"dependencies": {
|
|
"grunt": "^1.5.3",
|
|
"grunt-contrib-clean": "^2.0.0",
|
|
"grunt-contrib-concat": "^2.0.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-cssmin": "^4.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.0.1",
|
|
"grunt-exec": "^3.0.0",
|
|
"grunt-inline": "file:plugins/grunt-inline",
|
|
"grunt-json-minify": "^1.1.0",
|
|
"grunt-spritesmith": "^6.9.0",
|
|
"grunt-svgmin": "^6.0.1",
|
|
"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.12.1",
|
|
"vinyl-fs": "^3.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "1.9.1",
|
|
"grunt-mocha": "^1.0.0",
|
|
"mocha": "^9.2.0"
|
|
}
|
|
}
|