aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/package.json
blob: 4fd1f4673437c7e6777fa0d951a2d1a3f40852d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
  "name": "catalog-ui",
  "version": "1707.1.0",
  "description": "SDC Single page application",
  "main": "src/main.ts",
  "author": "",
  "repository": {
    "type": "git",
    "url": "git@gitlab:root/D2-SDnC.git"
  },
  "scripts": {
    "designer": "npm start -- --env.role designer",
    "tester": "npm start -- --env.role tester",
    "ops": "npm start -- --env.role ops",
    "governor": "npm start -- --env.role governor",
    "admin": "npm start -- --env.role admin",
    "start": "webpack-dev-server",
    "build": "webpack --config webpack.config.js",
    "build:prod": "webpack --config webpack.production.js",
    "test": "karma start ./karma.conf.js",
    "lint": "ng lint",
    "e2e": "protractor ./protractor.conf.js",
    "pree2e": "webdriver-manager update --standalone false --gecko false --quiet"
  },
  "devDependencies": {
    "apache-server-configs": "^2.7.1",
    "autoprefixer": "^6.5.3",
    "copy-webpack-plugin": "^4.0.1",
    "cors": "2.7.1",
    "css-loader": "^0.26.1",
    "cssnano": "^3.10.0",
    "exports-loader": "^0.6.3",
    "express": "^4.14.0",
    "extract-text-webpack-plugin": "^2.1.0",
    "file-loader": "^0.10.0",
    "html-loader": "^0.4.5",
    "html-webpack-plugin": "^2.28.0",
    "http-proxy-middleware": "^0.14.0",
    "istanbul-instrumenter-loader": "^2.0.0",
    "jasmine-core": "2.5.2",
    "jshint-stylish": "2.2.1",
    "json-loader": "^0.5.4",
    "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",
    "karma-sourcemap-loader": "^0.3.7",
    "less": "^2.7.2",
    "less-loader": "^2.2.3",
    "load-grunt-tasks": "3.5.2",
    "phantomjs": "2.1.7",
    "postcss-loader": "^0.13.0",
    "postcss-url": "^5.1.2",
    "raw-loader": "^0.5.1",
    "sass-loader": "^4.1.1",
    "script-loader": "^0.7.0",
    "source-map-loader": "^0.1.5",
    "style-loader": "^0.13.1",
    "stylus-loader": "^2.4.0",
    "time-grunt": "1.4.0",
    "url-loader": "^0.5.7",
    "webpack-dev-middleware": "^1.10.1",
    "webpack-dev-server": "~2.3.0"
  },
  "engines": {
    "node": ">=6.9.4"
  },
  "dependencies": {
    "@angular/cli": "^1.0.0-rc.1",
    "@angular/common": "^2.4.8",
    "@angular/compiler": "^2.4.8",
    "@angular/compiler-cli": "^2.4.8",
    "@angular/core": "^2.4.8",
    "@angular/forms": "^2.4.8",
    "@angular/http": "^2.4.8",
    "@angular/platform-browser": "^2.4.8",
    "@angular/platform-browser-dynamic": "^2.4.8",
    "@angular/router": "^3.4.8",
    "@angular/upgrade": "^2.4.8",
    "@bardit/cytoscape-expand-collapse": "^2.0.3",
    "@bardit/cytoscape-qtip": "^2.5.1",
    "@types/core-js": "^0.9.35",
    "@types/js-md5": "^0.4.0",
    "@types/lodash": "^4.14.52",
    "@types/node": "^7.0.5",
    "@types/q": "0.0.32",
    "angular": "^1.6.2",
    "angular-base64": "^2.0.5",
    "angular-base64-upload": "^0.1.19",
    "angular-clipboard": "^1.5.0",
    "angular-filter": "^0.5.15",
    "angular-resizable": "^1.2.0",
    "angular-resource": "1.5.11",
    "angular-sanitize": "^1.4.4",
    "angular-tooltips": "0.1.23",
    "angular-translate": "^2.15.1",
    "angular-translate-loader-static-files": "^2.15.1",
    "angular-ui-bootstrap": "1.3.3",
    "angular-ui-notification": "^0.3.6",
    "angular-ui-router": "^0.4.2",
    "angular-uuid4": "^0.3.1",
    "angular2-uuid": "^1.1.1",
    "animate.css": "^3.5.2",
    "awesome-typescript-loader": "^3.0.8",
    "babel-core": "^6.23.1",
    "babel-loader": "^6.3.2",
    "bootstrap": "^3.3.7",
    "checklist-model": "^0.11.0",
    "class-transformer": "^0.1.6",
    "clean-webpack-plugin": "^0.1.16",
    "codelyzer": "^2.0.1",
    "core-js": "^2.4.1",
    "cytoscape": "^2.7.15",
    "cytoscape.js-undo-redo": "^1.0.1",
    "express": "4.14.0",
    "jquery": "^2.2.4",
    "jqueryui": "^1.11.1",
    "js-md5": "^0.4.2",
    "lodash": "^4.17.2",
    "multer": "1.2.1",
    "ng-html2js": "2.0.0",
    "ng-infinite-scroll": "^1.3.0",
    "ng2-interceptors": "^1.3.0-1",
    "perfect-scrollbar": "^0.6.16",
    "qtip2": "^3.0.3",
    "reflect-metadata": "^0.1.10",
    "restangular": "^1.6.1",
    "rxjs": "^5.2.0",
    "sdc-angular-dragdrop": "^1.0.14",
    "ts-helpers": "^1.1.2",
    "ts-node": "^2.1.0",
    "tslint": "^4.4.2",
    "typescript": "2.3.4",
    "typings": "^2.1.0",
    "underscore": "^1.8.3",
    "webpack": "^2.2.1",
    "webpack-dev-server": "^2.4.1",
    "webpack-merge": "^4.0.0",
    "zone.js": "^0.7.7"
  }
}