-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.92 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.92 KB
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
{
"name": "probote",
"version": "1.0.0",
"description": "Pro.Bote - Gestión de viajes",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && ng serve -o",
"deploy": "firebase deploy --token $FIREBASE_TOKEN --non-interactive"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/pabil/bote-dw.git"
},
"keywords": [],
"author": "pabil",
"contributors": [
"Asier BIlbao",
"Pablo Fernandez"
],
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pabil/bote-dw/issues"
},
"homepage": "https://bote.izabil.net",
"private": true,
"dependencies": {
"@angular/animations": "^9.1.3",
"@angular/cdk": "^9.2.1",
"@angular/common": "^9.1.3",
"@angular/compiler": "^9.1.3",
"@angular/core": "^9.1.3",
"@angular/fire": "^6.0.0",
"@angular/forms": "^9.1.3",
"@angular/localize": "^9.1.3",
"@angular/material": "^9.2.1",
"@angular/platform-browser": "^9.1.3",
"@angular/platform-browser-dynamic": "^9.1.3",
"@angular/router": "^9.1.3",
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
"@ng-bootstrap/schematics": "^2.0.0-alpha.1",
"@sweetalert2/ngx-sweetalert2": "^8.1.0",
"angular-gauge-chart": "^0.7.2",
"angular-pipes": "^10.0.0",
"angular2-cookie-law": "^7.0.1",
"bootstrap": "^4.0.0",
"core-js": "^3.6.5",
"firebase": "^7.14.2",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"ng-connection-service": "^1.0.4",
"ngx-daterangepicker-material": "^3.0.1",
"ngx-toastr": "^12.0.1",
"nodegit": "^0.26.5",
"rollbar": "^2.15.2",
"rxjs": "^6.5.5",
"rxjs-compat": "^6.5.5",
"sweetalert2": "^9.10.12",
"tslib": "^1.11.1",
"unsplash-js": "^6.0.0",
"zone.js": "^0.10.3",
"ngx-cookie-service": "^3.0.4"
},
"devDependencies": {
"@angular-devkit/architect": "^0.901.3",
"@angular-devkit/build-angular": "^0.901.3",
"@angular-devkit/build-ng-packagr": "^0.901.3",
"@angular/cli": "^9.1.3",
"@angular/compiler-cli": "^9.1.3",
"@angular/language-service": "^9.1.3",
"@types/jasmine": "^3.5.10",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^13.13.2",
"codelyzer": "^5.2.2",
"cordova": "^9.0.0",
"firebase-tools": "^7.16.2",
"fuzzy": "^0.1.3",
"inquirer": "^7.1.0",
"inquirer-autocomplete-prompt": "^1.0.2",
"jasmine-core": "^3.5.0",
"jasmine-spec-reporter": "^5.0.2",
"karma": "^5.0.2",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^2.1.1",
"karma-jasmine": "^3.1.1",
"karma-jasmine-html-reporter": "^1.5.3",
"ng-packagr": "^9.1.1",
"protractor": "^5.4.4",
"ts-node": "^8.9.1",
"tslib": "^1.11.1",
"tslint": "^6.1.1",
"typescript": "^3.8.3"
}
}