2016-03-11 00:48:53 +00:00
|
|
|
{
|
|
|
|
"name": "common",
|
2022-03-19 15:12:08 +00:00
|
|
|
"version": "1.0.1",
|
2016-03-11 00:48:53 +00:00
|
|
|
"homepage": "http://www.onlyoffice.com",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2022-06-04 11:16:09 +00:00
|
|
|
"grunt": "^1.5.3",
|
2022-10-07 11:07:09 +00:00
|
|
|
"grunt-contrib-clean": "^2.0.1",
|
2022-02-16 08:38:14 +00:00
|
|
|
"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",
|
2019-11-28 10:58:33 +00:00
|
|
|
"grunt-contrib-requirejs": "^1.0.0",
|
2022-10-07 11:07:09 +00:00
|
|
|
"grunt-contrib-uglify": "^5.2.2",
|
2022-02-16 08:38:14 +00:00
|
|
|
"grunt-exec": "^3.0.0",
|
2022-02-19 21:37:16 +00:00
|
|
|
"grunt-inline": "file:plugins/grunt-inline",
|
2018-04-09 12:02:13 +00:00
|
|
|
"grunt-json-minify": "^1.1.0",
|
2022-02-16 08:38:14 +00:00
|
|
|
"grunt-spritesmith": "^6.9.0",
|
|
|
|
"grunt-svgmin": "^6.0.1",
|
2022-03-06 21:57:16 +00:00
|
|
|
"grunt-terser": "^2.0.0",
|
2022-02-16 08:38:14 +00:00
|
|
|
"grunt-text-replace": "0.4.0",
|
2019-11-28 10:58:33 +00:00
|
|
|
"iconsprite": "file:sprites",
|
2022-02-16 08:38:14 +00:00
|
|
|
"iconv-lite": "^0.6.3",
|
|
|
|
"less-plugin-clean-css": "1.5.1",
|
|
|
|
"lodash": "^4.17.21",
|
2022-10-07 11:07:09 +00:00
|
|
|
"terser": "^5.15.1",
|
2019-11-28 10:58:33 +00:00
|
|
|
"vinyl-fs": "^3.0.3"
|
2020-08-26 08:41:35 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-10-07 11:07:09 +00:00
|
|
|
"chai": "^4.3.6",
|
2022-09-22 12:24:02 +00:00
|
|
|
"grunt-mocha": "^1.2.0",
|
2022-11-15 10:51:38 +00:00
|
|
|
"mocha": "^9.2.2"
|
2020-10-26 15:04:35 +00:00
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|