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-02-19 21:37:16 +00:00
|
|
|
"grunt": "^1.4.1",
|
2021-03-31 16:52:05 +00:00
|
|
|
"grunt-contrib-clean": "^2.0.0",
|
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-02-16 08:38:14 +00:00
|
|
|
"grunt-contrib-uglify": "^5.0.1",
|
|
|
|
"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-04-15 10:46:31 +00:00
|
|
|
"terser": "^5.12.1",
|
2019-11-28 10:58:33 +00:00
|
|
|
"vinyl-fs": "^3.0.3"
|
2020-08-26 08:41:35 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "1.9.1",
|
2022-02-16 08:38:14 +00:00
|
|
|
"grunt-mocha": "^1.0.0",
|
|
|
|
"mocha": "^9.2.0"
|
2020-10-26 15:04:35 +00:00
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|