-
Notifications
You must be signed in to change notification settings - Fork 282
/
Copy pathpackage.json
86 lines (86 loc) · 2.77 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
{
"name": "pacbot-spa",
"version": "2.2.2",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"update-webdriver": "node node_modules/protractor/bin/webdriver-manager update",
"build-prod-patch": "npm version patch --force && node ./replace.build.js && ng build --prod --aot=false",
"build-prod-minor": "npm version minor --force && node ./replace.build.js && ng build --prod --aot=false",
"build-prod-major": "npm version major --force && node ./replace.build.js && ng build --prod --aot=false"
},
"private": true,
"dependencies": {
"@angular/animations": "^4.4.7",
"@angular/cdk": "^2.0.0-beta.12",
"@angular/common": "^4.4.7",
"@angular/compiler": "^4.4.7",
"@angular/core": "^4.4.7",
"@angular/forms": "^4.4.7",
"@angular/http": "^4.4.7",
"@angular/material": "^2.0.0-beta.12",
"@angular/platform-browser": "^4.4.7",
"@angular/platform-browser-dynamic": "^4.4.7",
"@angular/platform-server": "^4.4.7",
"@angular/router": "^4.4.7",
"@types/lodash": "4.14.112",
"ag-grid": "^16.0.1",
"ag-grid-angular": "^16.0.0",
"angular-font-awesome": "^2.0.3",
"angular-in-memory-web-api": "^0.5.0",
"blocking-proxy": "^1.0.1",
"core-js": "^2.4.1",
"d3": "^4.11.0",
"font-awesome": "^4.7.0",
"html2canvas": "1.0.0-rc.1",
"lodash": "4.17.13",
"moment": "~2.24.0",
"ng2-datepicker": "~2.1.7",
"ng2-select": "^1.2.0",
"ngx-highlight": "0.0.3",
"ngx-infinite-scroll": "^0.8.3",
"ngx-select-dropdown": "1.0.0",
"offline-js": "^0.7.19",
"rxjs": "^5.4.2",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/cli": "1.6.8",
"@angular/compiler-cli": "^4.4.7",
"@angular/language-service": "^4.2.4",
"@types/d3": "^4.10.1",
"@types/d3-array": "1.0.5",
"@types/d3-axis": "1.0.5",
"@types/d3-scale": "1.0.4",
"@types/d3-selection": "1.0.5",
"@types/d3-shape": "1.0.5",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "^6.0.114",
"adal-angular": "^1.0.17",
"codelyzer": "~3.2.0",
"crypto-js": "^3.1.9-1",
"http-status-codes": "^1.3.0",
"jasmine-console-reporter": "^3.0.2",
"jasmine-core": "^2.6.4",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^4.2.0",
"karma-chrome-launcher": "^2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "^5.4.2",
"protractor-jasmine2-html-reporter": "0.0.7",
"replace-in-file": "^3.4.2",
"source-map-explorer": "^1.6.0",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "^2.3.4"
}
}