web-apps/build/package.json
Pavel Lobashov ad9c03aa4e Remove grunt-replace nodejs dependency
This was introduced since first commit to `web-apps`:
741b10515d
Accroding to https://www.npmjs.com/package/grunt-replace
it create grunt task `grunt-replace` but it's never used.
Also this depends on `"lodash": "^4.11.0"` and blocking
security updates of `lodash` (current 4.17.15)
2019-12-18 12:29:34 +03:00

32 lines
890 B
JSON

{
"name": "common",
"version": "0.0.0",
"homepage": "http://www.onlyoffice.com",
"private": true,
"dependencies": {
"chai": "1.9.1",
"grunt": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"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",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-inline": "0.3.4",
"grunt-jscoverage": "0.1.1",
"grunt-json-minify": "^1.1.0",
"grunt-mocha": "^1.0.0",
"grunt-spritesmith": "^6.8.0",
"grunt-svgmin": "^6.0.0",
"grunt-text-replace": "0.3.11",
"iconsprite": "file:sprites",
"less-plugin-clean-css": "1.5.0",
"lodash": "^4.0.0",
"mocha": "^6.2.2",
"vinyl-fs": "^3.0.3"
}
}