-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.7 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
{
"name": "Raito",
"version": "2.0.0",
"license": "",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"buildDev": "ng build --configuration develop",
"buildStaging": "ng build --configuration staging",
"buildProd": "ng build --configuration production",
"test": "ng test --code-coverage=true --browsers=ChromeHeadless --watch=false --source-map=false",
"testDev": "ng test --configuration=develop --code-coverage=true --browsers=ChromeHeadless --watch=false --source-map=false",
"testStaging": "ng test --configuration=staging --code-coverage=true --browsers=ChromeHeadless --watch=false --source-map=false",
"testProd": "ng test --configuration=production --code-coverage=true --browsers=ChromeHeadless --watch=false --source-map=false",
"lint": "ng lint",
"e2e-local": "ng e2e --suite --base-url=http://localhost:4200/ ",
"e2e-dev": "ng e2e --base-url=https://raito29-dev.azurewebsites.net/ --suite",
"e2e-test": "ng e2e --base-url=https://raito29-test.azurewebsites.net/ --suite",
"e2e-prod": "ng e2e --base-url=https://raito29.azurewebsites.net/ --suite",
"e2e": "ng e2e",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
},
"private": true,
"dependencies": {
"@agm/core": "^3.0.0-beta.0",
"@akveo/ng2-completer": "^9.0.1",
"@angular-slider/ngx-slider": "^2.0.3",
"@angular/animations": "9.0.1",
"@angular/cdk": "^9.0.0",
"@angular/common": "9.0.1",
"@angular/compiler": "9.0.1",
"@angular/core": "9.0.1",
"@angular/forms": "9.0.1",
"@angular/localize": "^9.0.1",
"@angular/material": "^9.2.0",
"@angular/platform-browser": "9.0.1",
"@angular/platform-browser-dynamic": "9.0.1",
"@angular/platform-server": "9.0.1",
"@angular/router": "9.0.1",
"@ng-bootstrap/ng-bootstrap": "5.3.0",
"@ng-select/ng-select": "3.7.2",
"@ngrx/store": "8.6.0",
"@ngx-translate/core": "12.1.1",
"@ngx-translate/http-loader": "4.0.0",
"@types/jquery": "^3.3.34",
"@types/node": "^13.7.1",
"bootstrap": "4.4.1",
"classlist.js": "1.1.20150312",
"cookieconsent": "^3.1.1",
"core-js": "3.6.4",
"date-fns": "2.9.0",
"faker": "^4.1.0",
"file-saver": "^2.0.2",
"gulp": "4.0.2",
"intl": "1.2.5",
"jquery": "^3.5.0",
"karma-coverage": "^2.0.2",
"marked": "^0.8.2",
"ngx-autosize": "^1.8.7",
"ngx-chips": "^2.1.0",
"ngx-cookieconsent": "^2.2.3",
"ngx-custom-validators": "^8.0.0",
"ngx-perfect-scrollbar": "9.0.0",
"ngx-toastr": "^12.0.0",
"node-sass": "4.13.1",
"npm": "^6.14.18",
"prismjs": "^1.29.0",
"resize-observer-polyfill": "1.5.1",
"rxjs": "6.5.4",
"source-map-support": "^0.5.19",
"sweetalert2": "^11.0.18",
"tslib": "^1.10.0",
"web-animations-js": "^2.3.2",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.2",
"@angular/cli": "9.0.2",
"@angular/compiler-cli": "9.0.1",
"@angular/language-service": "9.0.1",
"@types/d3": "^5.7.2",
"@types/jasmine": "3.5.4",
"codelyzer": "^5.1.2",
"dotenv": "^8.2.0",
"jasmine-core": "3.5.0",
"jasmine-reporters": "^2.3.2",
"jasmine-spec-reporter": "4.2.1",
"karma": "4.4.1",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "2.1.1",
"karma-jasmine": "3.1.1",
"karma-jasmine-html-reporter": "1.5.2",
"karma-junit-reporter": "^2.0.1",
"protractor": "5.4.3",
"protractor-console-plugin": "^0.1.1",
"puppeteer": "^4.0.0",
"rxjs-compat": "6.5.4",
"ts-node": "8.6.2",
"tslint": "6.0.0",
"typescript": "3.7.5",
"yargs": "^15.4.1"
}
}