-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.87 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "ontology-based-modelling-environment",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"heroku-start": "node server.js",
"heroku-postbuild": "ng build --prod"
},
"private": true,
"dependencies": {
"@angular/animations": "^10.2.5",
"@angular/cdk": "^10.2.7",
"@angular/cli": "^10.2.3",
"@angular/common": "^10.2.5",
"@angular/compiler": "^10.2.5",
"@angular/compiler-cli": "^10.2.5",
"@angular/core": "^10.2.5",
"@angular/flex-layout": "^9.0.0-beta.31",
"@angular/forms": "^10.2.5",
"@angular/material": "^10.2.7",
"@angular/platform-browser": "^10.2.5",
"@angular/platform-browser-dynamic": "^10.2.5",
"@angular/router": "^10.2.5",
"@auth0/auth0-angular": "^1.10.1",
"angular2-uuid": "^1.1.1",
"express": "^4.17.1",
"file-saver": "^2.0.5",
"gojs": "^1.8.21",
"lodash-es": "^4.17.21",
"multer": "^1.4.3",
"ng-multiselect-dropdown": "^0.3.8",
"ngx-contextmenu": "^5.4.0",
"ngx-select-dropdown": "^1.5.0",
"ngx-toastr": "^13.2.1",
"path": "^0.12.7",
"rxjs": "^6.6.7",
"tslib": "^2.0.0",
"typescript": "~4.0.7",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1002.3",
"@angular/language-service": "^10.2.5",
"@types/jasmine": "^3.7.7",
"@types/jasminewd2": "^2.0.9",
"@types/node": "^12.20.15",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~7.0.0",
"tslint": "~6.1.0"
},
"engines": {
"node": "16.14.2"
}
}