-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.75 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
{
"name": "space-time-graphs-for-yfiles-for-html",
"description": "The sample app for the yFiles use case Navigating Your Graph Through Time and Space",
"homepage": "https://www.yworks.com/use-case/space-time-graphs",
"version": "1.0.0",
"private": true,
"scripts": {
"preinstall": "cd ../yFiles-for-HTML-Complete-2.4.0.5-Evaluation/ && npm pack lib/es-modules/",
"postinstall": "node copy-license.js",
"ng": "ng",
"start": "ng serve --open --port 4001",
"serve": "ng serve --open --port 4001",
"watch": "ng build --watch",
"build": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --prod --build-optimizer=false"
},
"dependencies": {
"@angular/animations": "~12.1.0",
"@angular/cdk": "^12.1.0",
"@angular/common": "~12.1.0",
"@angular/compiler": "~12.1.0",
"@angular/core": "~12.1.0",
"@angular/forms": "~12.1.0",
"@angular/material": "^12.1.0",
"@angular/platform-browser": "~12.1.0",
"@angular/platform-browser-dynamic": "~12.1.0",
"@angular/router": "~12.1.0",
"@ngrx/effects": "^12.1.0",
"@ngrx/store": "^12.1.0",
"bootstrap": "^5.0.2",
"d3": "^5.16.0",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",
"moment": "^2.29.1",
"rxjs": "~7.1.0",
"tslib": "^2.3.0",
"yfiles": "../yFiles-for-HTML-Complete-2.4.0.5-Evaluation/yfiles-24.0.5-eval.tgz",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^12.1.0",
"@angular-devkit/build-angular": "~12.1.0",
"@angular/cli": "~12.1.0",
"@angular/compiler-cli": "~12.1.0",
"@angular/language-service": "~12.1.0",
"@types/node": "^15.12.4",
"@types/leaflet": "^1.7.3",
"@yworks/optimizer": "^1.7.1",
"typescript": "~4.2.4"
}
}