blob: 1625802dcec1423909693543c0c141b61e794d82 [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",
Michael Landoed64b5e2017-06-09 03:19:04 +030013 "admin": "npm start -- --env.role admin",
14 "start": "webpack-dev-server",
ys969316a9fce2020-01-19 13:50:02 +020015 "build": "npm run test && webpack --config webpack.config.js",
16 "build:prod": "npm run test && webpack --config webpack.production.js",
Michael Landoed64b5e2017-06-09 03:19:04 +030017 "lint": "ng lint",
ys969316a9fce2020-01-19 13:50:02 +020018 "pree2e": "webdriver-manager update --standalone false --gecko false --quiet",
19 "test": "jest",
20 "test:watch": "jest --watch",
21 "cypress": "cypress run",
22 "cypress-headless": "start-server-and-test start http-get://localhost:9000 cypress"
23 },
24 "jest": {
25 "preset": "jest-preset-angular",
26 "collectCoverageFrom": [
27 "src/app/ng2/pages/composition/**/*.ts"
28 ],
29 "setupTestFrameworkScriptFile": "<rootDir>/src/jest/setup-jest.ts",
30 "transformIgnorePatterns": [
31 "node_modules/(?!onap-ui-angular)"
32 ],
33 "verbose": true,
34 "roots": [
35 "<rootDir>/src/app/"
36 ],
37 "testEnvironment": "jsdom",
38 "testURL": "http://localhost/",
39 "transform": {
40 "^.+\\.(ts|html)$": "<rootDir>/node_modules/jest-preset-angular/preprocessor.js",
41 "^.+\\.js$": "babel-jest"
42 }
Michael Landoed64b5e2017-06-09 03:19:04 +030043 },
Michael Lando451a3402017-02-19 10:28:42 +020044 "devDependencies": {
ys969316a9fce2020-01-19 13:50:02 +020045 "@types/jest": "^21.1.2",
46 "apache-server-configs": "^2.7.1",
47 "autoprefixer": "^6.5.3",
48 "copy-webpack-plugin": "^4.0.1",
Michael Lando451a3402017-02-19 10:28:42 +020049 "cors": "2.7.1",
ys969316a9fce2020-01-19 13:50:02 +020050 "css-loader": "^0.26.1",
51 "cypress": "^3.8.0",
52 "exports-loader": "^0.6.3",
53 "express": "^4.14.0",
54 "extract-text-webpack-plugin": "^2.1.0",
55 "file-loader": "^0.10.0",
56 "html-loader": "^0.4.5",
57 "html-webpack-plugin": "^2.28.0",
58 "http-proxy-middleware": "^0.14.0",
59 "jest": "^23.1.0",
60 "jest-dom": "^1.3.1",
61 "jest-preset-angular": "^5.2.2",
Michael Lando451a3402017-02-19 10:28:42 +020062 "jshint-stylish": "2.2.1",
ys969316a9fce2020-01-19 13:50:02 +020063 "json-loader": "^0.5.4",
Michael Lando451a3402017-02-19 10:28:42 +020064 "load-grunt-tasks": "3.5.2",
ys969316a9fce2020-01-19 13:50:02 +020065 "onap-ui-common": "1.0.101",
66 "postcss-loader": "^0.13.0",
67 "postcss-url": "^5.1.2",
68 "raw-loader": "^0.5.1",
69 "sass-loader": "^4.1.1",
70 "script-loader": "^0.7.0",
71 "source-map-loader": "^0.1.5",
72 "start-server-and-test": "^1.9.1",
73 "style-loader": "^0.13.1",
74 "uglifyjs-webpack-plugin": "^1.3.0",
75 "url-loader": "^0.5.7",
76 "webpack-dev-middleware": "^1.10.1"
Michael Lando451a3402017-02-19 10:28:42 +020077 },
ys969316a9fce2020-01-19 13:50:02 +020078 "engines": {},
Michael Lando451a3402017-02-19 10:28:42 +020079 "dependencies": {
ys969316a9fce2020-01-19 13:50:02 +020080 "@angular/animations": "^5.0.0",
81 "@angular/cli": "^1.0.0",
82 "@angular/common": "^5.0.0",
83 "@angular/compiler": "^5.0.0",
84 "@angular/compiler-cli": "^5.0.0",
85 "@angular/core": "^5.0.0",
86 "@angular/forms": "^5.0.0",
87 "@angular/http": "^5.0.0",
88 "@angular/platform-browser": "^5.0.0",
89 "@angular/platform-browser-dynamic": "^5.0.0",
90 "@angular/platform-server": "^5.0.0",
91 "@angular/router": "^5.0.0",
92 "@angular/upgrade": "^5.0.0",
93 "@bardit/cytoscape-expand-collapse": "^2.0.3",
94 "@bardit/cytoscape-qtip": "^2.5.1",
95 "@ngrx/core": "^1.2.0",
96 "@ngrx/effects": "^5.2.0",
97 "@ngrx/store": "^5.0.0",
98 "@ngxs/devtools-plugin": "3.3.4",
99 "@ngxs/logger-plugin": "3.3.4",
100 "@ngxs/store": "^2.1.0-dev.d538580",
101 "@swimlane/ngx-datatable": "^14.0.0",
102 "@types/core-js": "^0.9.35",
103 "@types/es6-promise": "^3.3.0",
104 "@types/jquery": "^2.0.52",
105 "@types/js-md5": "^0.4.0",
Idan Amit45772e32018-01-24 20:06:12 +0200106 "@types/lodash": "4.14.85",
ys969316a9fce2020-01-19 13:50:02 +0200107 "@types/node": "^7.0.5",
Michael Landoed64b5e2017-06-09 03:19:04 +0300108 "@types/q": "0.0.32",
ys969316a9fce2020-01-19 13:50:02 +0200109 "angular": "^1.6.2",
110 "angular-base64": "^2.0.5",
111 "angular-base64-upload": "^0.1.19",
112 "angular-clipboard": "^1.5.0",
113 "angular-filter": "^0.5.15",
114 "angular-resizable": "^1.2.0",
Michael Landoed64b5e2017-06-09 03:19:04 +0300115 "angular-resource": "1.5.11",
ys969316a9fce2020-01-19 13:50:02 +0200116 "angular-sanitize": "^1.4.4",
Michael Landoed64b5e2017-06-09 03:19:04 +0300117 "angular-tooltips": "0.1.23",
ys969316a9fce2020-01-19 13:50:02 +0200118 "angular-translate": "^2.15.1",
119 "angular-translate-loader-static-files": "^2.15.1",
Michael Landoed64b5e2017-06-09 03:19:04 +0300120 "angular-ui-bootstrap": "1.3.3",
ys969316a9fce2020-01-19 13:50:02 +0200121 "angular-ui-notification": "^0.3.6",
122 "angular-ui-router": "^0.4.2",
123 "angular-uuid4": "^0.3.1",
Michael Landoa5445102018-03-04 14:53:33 +0200124 "angular2-draggable": "1.1.0",
ys969316a9fce2020-01-19 13:50:02 +0200125 "angular2-uuid": "^1.1.1",
126 "animate.css": "^3.5.2",
127 "awesome-typescript-loader": "^3.0.8",
128 "babel-core": "^6.23.1",
129 "babel-loader": "^6.3.2",
130 "babel-preset-env": "^1.7.0",
131 "bootstrap": "^3.3.7",
132 "checklist-model": "^0.11.0",
133 "class-transformer": "^0.1.6",
134 "clean-webpack-plugin": "^0.1.16",
Michael Lando5b593492018-07-29 16:13:45 +0300135 "compression": "1.7.1",
ys969316a9fce2020-01-19 13:50:02 +0200136 "compression-webpack-plugin": "1.0.0",
137 "core-js": "^2.4.1",
138 "cytoscape": "^2.7.15",
139 "cytoscape.js-undo-redo": "^1.0.1",
140 "grunt": "^0.4.0",
141 "jquery": "^2.2.4",
142 "jqueryui": "^1.11.1",
143 "js-md5": "^0.4.2",
144 "less": "~3.9.0",
145 "less-loader": "^4.1.0",
146 "lodash": "^4.17.2",
147 "ng-infinite-scroll": "^1.3.0",
148 "ngx-drag-drop": "v2.0.0-rc.4",
149 "onap-ui-angular": "5.2.5",
150 "perfect-scrollbar": "^0.6.16",
151 "qtip2": "^3.0.3",
152 "reflect-metadata": "^0.1.10",
153 "restangular": "^1.6.1",
154 "rxjs": "6.2.2",
155 "rxjs-compat": "6.2.0",
156 "sdc-angular-dragdrop": "^1.0.14",
157 "sdc-pubsub": "^1.0.30",
158 "ts-mockery": "^1.1.0",
159 "tslint": "^5.12.1",
Michael Lando5b593492018-07-29 16:13:45 +0300160 "typescript": "2.4.2",
ys969316a9fce2020-01-19 13:50:02 +0200161 "underscore": "^1.8.3",
162 "webpack": "^2.2.1",
163 "webpack-bundle-analyzer": "^2.8.2",
164 "webpack-dev-server": "^2.4.1",
165 "webpack-merge": "^4.0.0",
166 "zone.js": "0.8.5"
Michael Lando451a3402017-02-19 10:28:42 +0200167 }
168}