lemur/package.json

66 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2015-06-22 22:47:27 +02:00
{
2018-08-22 22:21:35 +02:00
"name": "Lemur",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/netflix/lemur.git"
},
2015-06-22 22:47:27 +02:00
"dependencies": {
"bower": "^1.8.8",
"browser-sync": "^2.26.7",
"del": "^2.2.2",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.4.1",
"gulp-csso": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-flatten": "^0.3.1",
"gulp-foreach": "0.1.0",
"gulp-if": "^2.0.2",
2020-01-27 21:08:22 +01:00
"gulp-imagemin": "^7.1.0",
"gulp-inject": "~4.1.0",
"gulp-jshint": "^2.0.4",
2020-01-27 21:09:57 +01:00
"gulp-less": "^4.0.1",
"gulp-load-plugins": "^1.4.0",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "~1.0.6",
"gulp-ng-annotate": "~2.0.0",
"gulp-ng-html2js": "^0.2.3",
2015-06-22 22:47:27 +02:00
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
2020-01-27 20:59:41 +01:00
"gulp-protractor": "^4.1.1",
"gulp-replace": "~0.5.3",
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-serve": "~1.4.0",
"gulp-size": "^2.1.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"http-proxy": ">=1.18.1",
"jshint-stylish": "^2.2.1",
"karma": "^6.0.3",
"karma-jasmine": "^4.0.1",
"main-bower-files": "^2.13.1",
"merge-stream": "^1.0.1",
2015-06-22 22:47:27 +02:00
"require-dir": "~0.3.0",
"streamqueue": "^1.1.1",
2015-07-21 01:13:42 +02:00
"uglify-save-license": "^0.4.1",
2020-12-09 04:22:01 +01:00
"yargs": "^16.0.0"
2015-06-22 22:47:27 +02:00
},
"scripts": {
2018-08-22 19:38:09 +02:00
"postinstall": "node_modules/.bin/bower install --allow-root --config.interactive=false",
"pretest": "npm install && npm run build_static",
2018-08-22 22:21:35 +02:00
"build_static": "gulp build",
"prelint": "npm install",
"lint": "jshint lemur/static/app/",
2015-06-22 22:47:27 +02:00
"test": "gulp test"
2018-08-22 22:21:35 +02:00
},
"devDependencies": {
2021-01-11 19:39:27 +01:00
"gulp": "^4.0.2",
"gulp-util": "^3.0.8",
"jshint": "^2.11.0",
"karma-chrome-launcher": "^3.1.0"
2015-06-22 22:47:27 +02:00
}
}