forked from NorthwoodsSoftware/gojs-angular-basic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.2 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
{
"name": "angular-tutorial",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "10.1.6",
"@angular/common": "10.1.6",
"@angular/compiler": "10.1.6",
"@angular/core": "10.1.6",
"@angular/forms": "10.1.6",
"@angular/platform-browser": "10.1.6",
"@angular/platform-browser-dynamic": "10.1.6",
"@angular/router": "10.1.6",
"@types/jasmine": "3.5.14",
"@types/jasminewd2": "2.0.8",
"@types/node": "14.14.6",
"core-js": "3.6.5",
"gojs": "2.1.28",
"gojs-angular": "1.0.10",
"immer": "^9.0.12",
"lodash": "4.17.21",
"rxjs": "6.6.3",
"tslib": "2.0.3",
"zone.js": "0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.1",
"@angular/cli": "^13.2.0",
"@angular/compiler-cli": "^13.2.0",
"@angular/language-service": "^13.2.0",
"@types/jasmine": "~3.7.7",
"@types/jasminewd2": "^2.0.9",
"@types/node": "~15.12.2",
"codelyzer": "^6.0.2",
"ts-node": "~9.0.0",
"tslint": "~6.1.0",
"typescript": "~4.5.5"
}
}