-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.9 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.9 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
{
"name": "frontend",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "NODE_ENV=production node server.js",
"dev": "ng serve",
"build": "NODE_ENV=production ng build",
"test": "ng test --code-coverage",
"lint": "ng lint",
"e2e": "ng e2e",
"extract-translations": "ngx-translate-extract --input ./src --output ./src/assets/i18n/*.json --clean --sort --format namespaced-json --marker _",
"postinstall": "NODE_ENV=production ng build --aot --prod"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.2.10",
"@angular/cdk": "^7.3.5",
"@angular/cli": "~7.3.1",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/compiler-cli": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/fire": "^5.1.2",
"@angular/forms": "~7.2.0",
"@angular/material": "^7.3.5",
"@angular/platform-browser": "~7.2.0",
"@angular/platform-browser-dynamic": "~7.2.0",
"@angular/router": "~7.2.0",
"@fortawesome/angular-fontawesome": "^0.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@mapbox/mapbox-gl-draw": "^1.1.1",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"@turf/turf": "^5.1.6",
"core-js": "^2.5.4",
"express": "^4.16.4",
"firebase": "^5.9.1",
"hammerjs": "^2.0.8",
"heroku-ssl-redirect": "0.0.4",
"lodash": "^4.17.11",
"mapbox-gl": "^0.52.0",
"mapbox-gl-circle": "^1.6.5",
"mapbox-gl-draw-circle": "^1.0.1",
"moment": "^2.24.0",
"ngx-cookie-service": "^2.1.0",
"ngx-credit-cards": "^1.0.9",
"ngx-mapbox-gl": "^3.0.1",
"ngx-plyr": "^1.2.0",
"opus-recorder": "^6.1.1",
"path": "^0.12.7",
"plyr": "^3.5.2",
"recordrtc": "^5.5.4",
"rxjs": "~6.3.3",
"siriwave": "^1.3.0",
"tslib": "^1.9.0",
"turf": "^3.0.14",
"typescript": "~3.2.2",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.13.0",
"@angular/cli": "~7.3.1",
"@angular/compiler-cli": "~7.2.0",
"@angular/language-service": "~7.2.0",
"@biesbjerg/ngx-translate-extract": "^2.3.4",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/mapbox-gl": "^0.51.4",
"@types/node": "~8.9.4",
"codelyzer": "~4.5.0",
"grunt": "^1.0.4",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-coveralls": "^2.0.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^4.0.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "~3.2.2"
},
"engines": {
"node": "10.15.3",
"npm": "6.4.1"
},
"browser": {
"fs": false
}
}