-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
74 lines (74 loc) · 2.38 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
{
"name": "rhizomer-eye",
"version": "0.2.0",
"license": "GPL3",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"e2e-local": "npm-run-all e2e-quick e2e-report --continue-on-error",
"e2e-quick": "ng e2e --dev-server-target= --webdriver-update false",
"e2e-report": "node e2e/generate-html-report.js",
"webdriver-update": "webdriver-manager update"
},
"private": true,
"dependencies": {
"@angular-slider/ngx-slider": "^2.0.4",
"@angular/animations": "^14.2.12",
"@angular/common": "^14.2.12",
"@angular/compiler": "^14.2.12",
"@angular/core": "^14.2.12",
"@angular/forms": "^14.2.12",
"@angular/localize": "^14.2.12",
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@angular/router": "^14.2.12",
"@angular/service-worker": "^14.2.12",
"@ng-bootstrap/ng-bootstrap": "^13.1.1",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@types/d3": "^6.2.0",
"angular-google-charts": "^2.2.3",
"angulartics2": "^12.0.0",
"bootstrap": "^5.2.0",
"bootstrap-icons": "^1.8.1",
"ckeditor4-angular": "^2.0.0",
"core-js": "^2.5.4",
"d3": "^7.6.1",
"d3-cloud": "^1.2.5",
"font-awesome": "^4.7.0",
"leaflet": "^1.9.4",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.10",
"@angular-eslint/builder": "^13.0.1",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/schematics": "14.2.0",
"@angular-eslint/template-parser": "13.0.1",
"@angular/cli": "^14.2.10",
"@angular/compiler-cli": "^14.2.12",
"@angular/language-service": "^14.2.12",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"eslint": "^8.6.0",
"jasmine-core": "~3.10.0",
"jsonld-streaming-parser": "^2.1.0",
"karma": "~6.3.16",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"npm-run-all": "^4.1.5",
"rdf-isomorphic": "^1.2.0",
"typescript": "~4.8.4"
}
}