-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
131 lines (131 loc) · 4.62 KB
/
package.json
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
{
"name": "angular-nimble",
"version": "1.0.0",
"description": "NIMBLE front-end",
"scripts": {
"build:dev": "cross-env NODE_ENV=development webpack --mode development",
"build:production": "cross-env NODE_ENV=production webpack --mode production",
"compile:env": "tsc -p src/environments/",
"start": "webpack-dev-server --inline --hot --progress --port 9092 --display-modules",
"pree2e": "npm run build:e2e",
"e2e": "concurrently \"npm run serve:e2e\" \"npm run protractor\" --kill-others --success first",
"preprotractor": "webdriver-manager update",
"protractor": "protractor protractor.config.js",
"pretest": "npm run build",
"test": "concurrently \"npm run build:watch\" \"karma start karma.conf.js\"",
"pretest:once": "npm run build",
"test:once": "karma start karma.conf.js --single-run",
"lint": "tslint ./src/**/*.ts -t verbose"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@angular-devkit/build-angular": "~0.12",
"@angular/animations": "~7.2",
"@angular/cdk": "~7.2",
"@angular/common": "~7.2",
"@angular/compiler": "~7.2",
"@angular/compiler-cli": "~7.2",
"@angular/core": "~7.2",
"@angular/forms": "~7.2",
"@angular/http": "~7.2",
"@angular/platform-browser": "~7.2",
"@angular/platform-browser-dynamic": "~7.2",
"@angular/platform-server": "~7.2",
"@angular/router": "~7.2",
"@angular/upgrade": "~7.2",
"@ng-bootstrap/ng-bootstrap": "~4.2",
"@ngx-translate/core": "~11.0",
"@ngx-translate/http-loader": "~4.0",
"@swimlane/ngx-charts": "~11.1",
"@swimlane/ngx-graph": "~6.1",
"core-js": "~2.6",
"countries-list": "~2.4",
"d3": "~5.0",
"d3-timelines": "~1.3",
"express": "~4.17",
"file-saver": "~1.3",
"jshint": "~2.9",
"lunr": "~2.3",
"moment": "~2.22",
"ng2-cookies": "~1.0",
"ngx-treeview": "~6.0",
"rxjs": "~6.4",
"rxjs-compat": "~6.4",
"sweetalert2": "~9.7",
"underscore": "~1.9",
"zone.js": "~0.8",
"jquery": "~3.3"
},
"devDependencies": {
"@types/angular": "~1.6",
"@types/angular-animate": "~1.5",
"@types/angular-cookies": "~1.4",
"@types/angular-mocks": "~1.6",
"@types/angular-resource": "~1.5",
"@types/angular-route": "~1.3",
"@types/angular-sanitize": "~1.3",
"@types/d3": "~5.0",
"@types/file-saver": "~1.3",
"@types/jasmine": "~2.8",
"@types/lunr": "~2.1",
"@types/underscore": "~1.8",
"babel-cli": "~6.26",
"babel-preset-angular2": "~0.0",
"canonical-path": "~0.0",
"concurrently": "~3.6",
"http-server-legacy": "~0.11",
"jasmine": "~3.2",
"jasmine-core": "~3.1",
"karma": "~1.7",
"karma-chrome-launcher": "~2.2",
"karma-cli": "~1.0",
"karma-jasmine": "~1.1",
"karma-jasmine-html-reporter": "~1.1",
"karma-phantomjs-launcher": "~1.0",
"lodash": "~4.17",
"phantomjs-prebuilt": "~2.1",
"protractor": "~5.3",
"rollup": "~0.57",
"rollup-plugin-commonjs": "~9.1",
"rollup-plugin-node-resolve": "~3.3",
"rollup-plugin-uglify": "~3.0",
"source-map-explorer": "~1.5",
"tslint": "~5.10",
"typings": "~2.1",
"@ngtools/webpack": "~7.3",
"@types/core-js": "~2.5",
"@types/node": "~10.12",
"angular-router-loader": "~0.8",
"angular2-template-loader": "~0.6",
"awesome-typescript-loader": "~5.2",
"babel-core": "~6.26",
"babel-loader": "~7.1",
"babel-preset-env": "~1.7",
"clean-webpack-plugin": "~0.1",
"copy-webpack-plugin": "~5.0",
"cross-env": "~5.2",
"css-loader": "~1.0",
"cssnano": "~4.1",
"del-cli": "~1.1",
"file-loader": "~4.0",
"html-loader": "~0.5",
"html-webpack-plugin": "4.0.0-beta.5",
"lite-server": "~2.4",
"mini-css-extract-plugin": "~0.7",
"node-sass": "~4.12",
"optimize-css-assets-webpack-plugin": "~5.0",
"sass-loader": "~7.1",
"style-loader": "~0.23",
"to-string-loader": "~1.1",
"typescript": "~3.1",
"uglifyjs-webpack-plugin": "~2.0",
"webpack": "~4.29",
"webpack-cli": "~3.2",
"webpack-dev-server": "~3.1",
"webpack-merge": "~4.2",
"@types/jquery": "~3.3"
},
"repository": {}
}