web-apps/build/package.json

34 lines
914 B
JSON
Raw Normal View History

2016-03-11 00:48:53 +00:00
{
"name": "common",
"version": "0.0.0",
"homepage": "http://www.onlyoffice.com",
"private": true,
"dependencies": {
"grunt": "^1.0.0",
2017-08-01 12:02:24 +00:00
"grunt-contrib-clean": "^1.0.0",
2016-03-11 00:48:53 +00:00
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^2.0.0",
"grunt-contrib-imagemin": "^3.1.0",
2019-12-02 11:21:34 +00:00
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-inline": "0.3.4",
2018-04-09 12:02:13 +00:00
"grunt-json-minify": "^1.1.0",
"grunt-spritesmith": "^6.8.0",
"grunt-svgmin": "^6.0.0",
"grunt-text-replace": "0.3.11",
"iconsprite": "file:sprites",
"iconv-lite": "^0.5.1",
2017-07-18 13:08:37 +00:00
"less-plugin-clean-css": "1.5.0",
2020-08-31 17:31:05 +00:00
"lodash": "^4.17.20",
"vinyl-fs": "^3.0.3"
2020-08-31 17:31:05 +00:00
},
"devDependencies": {
"chai": "1.9.1",
"mocha": "^6.2.2",
"grunt-mocha": "^1.0.0"
2016-03-11 00:48:53 +00:00
}
}