web-apps/build/package.json

37 lines
1,016 B
JSON
Raw Normal View History

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",
"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",
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",
"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",
2022-04-15 10:46:31 +00:00
"terser": "^5.12.1",
"vinyl-fs": "^3.0.3"
},
"devDependencies": {
"chai": "1.9.1",
"grunt-mocha": "^1.0.0",
"mocha": "^9.2.0"
}
2016-03-11 00:48:53 +00:00
}