forked from yWorks/yfiles-angular-integration-basic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.53 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
{
"name": "yfiles-angular-integration-basic",
"version": "1.0.0",
"author": "yWorks GmbH <[email protected]>",
"scripts": {
"preinstall": "cd ../yFiles-for-HTML-Complete-2.4.0.3-Evaluation && npm run prepare-package",
"postinstall": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.4.0.3-Evaluation/lib/license.json','./src/license.json')\"",
"ng": "ng",
"start": "ng serve",
"build": "node --max_old_space_size=6000 node_modules/@angular/cli/bin/ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.1.0",
"@angular/common": "~12.1.0",
"@angular/compiler": "~12.1.0",
"@angular/core": "~12.1.0",
"@angular/forms": "~12.1.0",
"@angular/platform-browser": "~12.1.0",
"@angular/platform-browser-dynamic": "~12.1.0",
"@angular/router": "~12.1.0",
"rxjs": "~7.1.0",
"tslib": "^2.3.0",
"yfiles": "../yFiles-for-HTML-Complete-2.4.0.3-Evaluation/lib-dev/es-modules/yfiles-24.0.2-eval-dev.tgz",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.1.0",
"@angular/cli": "~12.1.0",
"@angular/compiler-cli": "~12.1.0",
"@types/jasmine": "~3.7.7",
"@types/node": "^15.12.4",
"jasmine-core": "~3.7.1",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.6.0",
"typescript": "~4.2.4"
}
}