-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·54 lines (54 loc) · 1.46 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
{
"name": "herocom-editor-ng",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --disableHostCheck",
"build": "ng build",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^8.2.14",
"@angular/cdk": "~8.2.3",
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/router": "^8.2.14",
"hammerjs": "^2.0.8",
"jquery": "^3.5.1",
"jquery-contextmenu": "^2.9.2",
"jstree": "^3.3.9",
"jszip": "^3.4.0",
"ng2-nouislider": "^1.8.2",
"ng2-tree": "^2.0.0-rc.11",
"nouislider": "^14.5.0",
"pickr": "^0.1.4",
"rxjs": "^6.5.5",
"rxjs-compat": "^6.5.5",
"stats-js": "^1.0.1",
"three": "^0.109.0",
"tslib": "^1.13.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.26",
"@angular/cli": "^8.3.26",
"@angular/compiler-cli": "^8.2.14",
"@angular/language-service": "^8.2.14",
"@types/jquery": "^3.3.38",
"@types/jquery.contextmenu": "^1.7.34",
"@types/jstree": "^3.3.40",
"@types/jszip": "^3.4.1",
"@types/node": "~8.9.4",
"codelyzer": "^5.2.2",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3"
}
}