diff options
Diffstat (limited to 'catalog-ui/package.json')
-rw-r--r-- | catalog-ui/package.json | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/catalog-ui/package.json b/catalog-ui/package.json new file mode 100644 index 0000000000..beb2af9996 --- /dev/null +++ b/catalog-ui/package.json @@ -0,0 +1,67 @@ +{ + "name": "catalog-ui", + "description": "ASDC Single page application", + "repository": { + "type": "git", + "url": "git@gitlab:root/D2-SDnC.git" + }, + "devDependencies": { + "apache-server-configs": "^2.7.1", + "cors": "2.7.1", + "grunt": "1.0.1", + "grunt-angular-templates": "1.1.0", + "grunt-autoprefixer": "3.0.4", + "grunt-concurrent": "0.5.0", + "grunt-contrib-clean": "1.0.0", + "grunt-contrib-concat": "1.0.1", + "grunt-contrib-connect": "0.10.1", + "grunt-contrib-copy": "1.0.0", + "grunt-contrib-cssmin": "0.10.0", + "grunt-contrib-htmlmin": "2.1.0", + "grunt-contrib-imagemin": "1.0.1", + "grunt-contrib-jshint": "1.1.0", + "grunt-contrib-uglify": "2.0.0", + "grunt-contrib-watch": "1.0.0", + "grunt-include-source": "1.0.0", + "grunt-karma": "2.0.0", + "grunt-mocha": "1.0.2", + "grunt-newer": "0.7.0", + "grunt-ng-constant": "1.1.0", + "grunt-rev": "0.1.0", + "grunt-svgmin": "4.0.0", + "grunt-text-replace": "0.4.0", + "grunt-tslint": "^3.3.0", + "grunt-usemin": "3.1.1", + "grunt-wiredep": "2.0.0", + "http-proxy-middleware": "^0.14.0", + "jasmine-core": "2.5.2", + "jshint-stylish": "2.2.1", + "karma": "1.4.0", + "karma-chrome-launcher": "0.2.2", + "karma-coverage": "1.1.1", + "karma-jasmine": "1.1.0", + "karma-junit-reporter": "0.3.8", + "karma-mocha-reporter": "2.2.2", + "karma-ng-html2js-preprocessor": "1.0.0", + "karma-ng-scenario": "1.0.0", + "karma-phantomjs-launcher": "0.2.1", + "load-grunt-tasks": "3.5.2", + "phantomjs": "2.1.7", + "time-grunt": "1.4.0", + "tslint": "^3.15.1" + }, + "engines": { + "node": ">=6.9.4" + }, + "dependencies": { + "cytoscape.js-undo-redo": "^1.0.1", + "express": "4.14.0", + "grunt-asset-injector": "0.1.0", + "grunt-contrib-less": "1.4.0", + "grunt-express-server": "0.5.3", + "grunt-ts": "5.5.1", + "grunt-html2js": "0.3.6", + "multer": "1.2.1", + "ng-html2js": "2.0.0" + } +} |