blob: 3b6223d27dc17689fcf4de0548dea4a6c9749658 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001{
2 "name": "catalog-ui",
Michael Landoed64b5e2017-06-09 03:19:04 +03003 "version": "1707.1.0",
4 "description": "SDC Single page application",
5 "main": "src/main.ts",
6 "author": "",
Michael Lando451a3402017-02-19 10:28:42 +02007 "repository": {
8 "type": "git",
9 "url": "git@gitlab:root/D2-SDnC.git"
10 },
Michael Landoed64b5e2017-06-09 03:19:04 +030011 "scripts": {
12 "designer": "npm start -- --env.role designer",
13 "tester": "npm start -- --env.role tester",
14 "ops": "npm start -- --env.role ops",
15 "governor": "npm start -- --env.role governor",
16 "admin": "npm start -- --env.role admin",
17 "start": "webpack-dev-server",
18 "build": "webpack --config webpack.config.js",
19 "build:prod": "webpack --config webpack.production.js",
Michael Landoed64b5e2017-06-09 03:19:04 +030020 "lint": "ng lint",
Michael Landoed64b5e2017-06-09 03:19:04 +030021 "pree2e": "webdriver-manager update --standalone false --gecko false --quiet"
22 },
Michael Lando451a3402017-02-19 10:28:42 +020023 "devDependencies": {
Michael Lando3c3c8332017-07-20 01:29:49 +030024 "@angular/compiler": "^2.4.8",
25 "@angular/compiler-cli": "^2.4.8",
Michael Lando451a3402017-02-19 10:28:42 +020026 "apache-server-configs": "^2.7.1",
Michael Landoed64b5e2017-06-09 03:19:04 +030027 "autoprefixer": "^6.5.3",
28 "copy-webpack-plugin": "^4.0.1",
Michael Lando451a3402017-02-19 10:28:42 +020029 "cors": "2.7.1",
Michael Landoed64b5e2017-06-09 03:19:04 +030030 "css-loader": "^0.26.1",
Michael Landoed64b5e2017-06-09 03:19:04 +030031 "exports-loader": "^0.6.3",
32 "express": "^4.14.0",
33 "extract-text-webpack-plugin": "^2.1.0",
34 "file-loader": "^0.10.0",
35 "html-loader": "^0.4.5",
36 "html-webpack-plugin": "^2.28.0",
Michael Lando451a3402017-02-19 10:28:42 +020037 "http-proxy-middleware": "^0.14.0",
Michael Lando451a3402017-02-19 10:28:42 +020038 "jshint-stylish": "2.2.1",
Michael Landoed64b5e2017-06-09 03:19:04 +030039 "json-loader": "^0.5.4",
Michael Landoed64b5e2017-06-09 03:19:04 +030040 "less": "^2.7.2",
41 "less-loader": "^2.2.3",
Michael Lando451a3402017-02-19 10:28:42 +020042 "load-grunt-tasks": "3.5.2",
Michael Landoed64b5e2017-06-09 03:19:04 +030043 "postcss-loader": "^0.13.0",
44 "postcss-url": "^5.1.2",
45 "raw-loader": "^0.5.1",
46 "sass-loader": "^4.1.1",
47 "script-loader": "^0.7.0",
Tal Gitelman51d50f02017-12-10 18:55:03 +020048 "sdc-ui": "1.6.9",
Michael Landoed64b5e2017-06-09 03:19:04 +030049 "source-map-loader": "^0.1.5",
50 "style-loader": "^0.13.1",
Michael Landoed64b5e2017-06-09 03:19:04 +030051 "url-loader": "^0.5.7",
52 "webpack-dev-middleware": "^1.10.1",
53 "webpack-dev-server": "~2.3.0"
Michael Lando451a3402017-02-19 10:28:42 +020054 },
55 "engines": {
56 "node": ">=6.9.4"
57 },
58 "dependencies": {
Michael Landoed64b5e2017-06-09 03:19:04 +030059 "@angular/cli": "^1.0.0-rc.1",
60 "@angular/common": "^2.4.8",
Michael Landoed64b5e2017-06-09 03:19:04 +030061 "@angular/core": "^2.4.8",
62 "@angular/forms": "^2.4.8",
63 "@angular/http": "^2.4.8",
64 "@angular/platform-browser": "^2.4.8",
65 "@angular/platform-browser-dynamic": "^2.4.8",
66 "@angular/router": "^3.4.8",
67 "@angular/upgrade": "^2.4.8",
Tal Gitelmaned7e1c32017-06-29 19:30:00 +030068 "@bardit/cytoscape-expand-collapse": "^2.0.3",
69 "@bardit/cytoscape-qtip": "^2.5.1",
Michael Landoed64b5e2017-06-09 03:19:04 +030070 "@types/core-js": "^0.9.35",
71 "@types/js-md5": "^0.4.0",
Idan Amit45772e32018-01-24 20:06:12 +020072 "@types/lodash": "4.14.85",
Michael Landoed64b5e2017-06-09 03:19:04 +030073 "@types/node": "^7.0.5",
74 "@types/q": "0.0.32",
75 "angular": "^1.6.2",
76 "angular-base64": "^2.0.5",
77 "angular-base64-upload": "^0.1.19",
78 "angular-clipboard": "^1.5.0",
Michael Landoed64b5e2017-06-09 03:19:04 +030079 "angular-filter": "^0.5.15",
80 "angular-resizable": "^1.2.0",
81 "angular-resource": "1.5.11",
82 "angular-sanitize": "^1.4.4",
83 "angular-tooltips": "0.1.23",
84 "angular-translate": "^2.15.1",
85 "angular-translate-loader-static-files": "^2.15.1",
86 "angular-ui-bootstrap": "1.3.3",
87 "angular-ui-notification": "^0.3.6",
88 "angular-ui-router": "^0.4.2",
89 "angular-uuid4": "^0.3.1",
90 "angular2-uuid": "^1.1.1",
91 "animate.css": "^3.5.2",
92 "awesome-typescript-loader": "^3.0.8",
93 "babel-core": "^6.23.1",
94 "babel-loader": "^6.3.2",
95 "bootstrap": "^3.3.7",
96 "checklist-model": "^0.11.0",
97 "class-transformer": "^0.1.6",
98 "clean-webpack-plugin": "^0.1.16",
Michael Lando3c3c8332017-07-20 01:29:49 +030099 "compression": "^1.6.2",
100 "compression-webpack-plugin": "^0.4.0",
Michael Landoed64b5e2017-06-09 03:19:04 +0300101 "core-js": "^2.4.1",
102 "cytoscape": "^2.7.15",
Michael Lando451a3402017-02-19 10:28:42 +0200103 "cytoscape.js-undo-redo": "^1.0.1",
Michael Landoed64b5e2017-06-09 03:19:04 +0300104 "jquery": "^2.2.4",
105 "jqueryui": "^1.11.1",
106 "js-md5": "^0.4.2",
107 "lodash": "^4.17.2",
Michael Landoed64b5e2017-06-09 03:19:04 +0300108 "ng-infinite-scroll": "^1.3.0",
109 "perfect-scrollbar": "^0.6.16",
110 "qtip2": "^3.0.3",
111 "reflect-metadata": "^0.1.10",
112 "restangular": "^1.6.1",
113 "rxjs": "^5.2.0",
Tal Gitelmaned7e1c32017-06-29 19:30:00 +0300114 "sdc-angular-dragdrop": "^1.0.14",
Tal Gitelmaned7e1c32017-06-29 19:30:00 +0300115 "typescript": "2.3.4",
Michael Landoed64b5e2017-06-09 03:19:04 +0300116 "typings": "^2.1.0",
117 "underscore": "^1.8.3",
118 "webpack": "^2.2.1",
Michael Lando3c3c8332017-07-20 01:29:49 +0300119 "webpack-bundle-analyzer": "^2.8.2",
Michael Landoed64b5e2017-06-09 03:19:04 +0300120 "webpack-dev-server": "^2.4.1",
121 "webpack-merge": "^4.0.0",
122 "zone.js": "^0.7.7"
Michael Lando451a3402017-02-19 10:28:42 +0200123 }
124}