-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
66 lines (66 loc) · 1.87 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
{
"name": "ogito-app",
"version": "0.10.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.json",
"start-noreload": "ng serve --no-live-reload --proxy-config proxy.json",
"build": "ng build ",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.10",
"@angular/cdk": "^15.2.9",
"@angular/common": "^15.2.10",
"@angular/compiler": "^15.2.10",
"@angular/core": "^15.2.10",
"@angular/forms": "^15.2.10",
"@angular/material": "^15.2.9",
"@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^15.2.10",
"@angular/router": "^15.2.10",
"@auth0/auth0-spa-js": "^2.1.3",
"component": "^1.1.0",
"fp-ts": "^2.16.2",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"hammerjs": "^2.0.8",
"io-ts": "^2.2.20",
"ol": "6.5.0",
"proj4": "^2.6.1",
"rxjs": "~6.5.4",
"rxjs-compat": "^6.6.7",
"simple-keyboard": "^3.2.63",
"stream": "0.0.2",
"timers": "^0.1.1",
"tslib": "^2.6.2",
"xml2js": "^0.6.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.10",
"@angular/cli": "^15.2.10",
"@angular/compiler-cli": "^15.2.10",
"@angular/language-service": "^15.2.10",
"@types/hammerjs": "^2.0.39",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.2",
"jasmine-core": "^5.1.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.0.0",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"parcel-bundler": "^1.12.4",
"protractor": "^7.0.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"typescript": "^4.8.4"
}
}