This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
103 lines (103 loc) · 2.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "intelowl-ng",
"version": "3.0.1",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/intelowlproject/intelowl-ng.git"
},
"bugs": {
"url": "https://github.com/intelowlproject/intelowl-ng/issues"
},
"scripts": {
"ng": "ng",
"ngcc": "ngcc",
"start": "ng serve --proxy-config proxy.conf.json",
"build": "ng build",
"build:prod": "ng build --prod",
"test": "ng test",
"lint": "ng lint intelowl-ng",
"lint:fix": "ng lint intelowl-ng --fix",
"e2e": "ng e2e",
"prettier:write": "prettier --write .",
"prettier:check": "prettier --check .",
"pretty-quick": "pretty-quick --staged"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"overrides": [
{
"files": "*.scss",
"options": {
"singleQuote": false
}
}
]
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@angular/animations": "^11.2.14",
"@angular/cdk": "^10.2.1",
"@angular/common": "^11.2.14",
"@angular/compiler": "^11.2.14",
"@angular/core": "^11.2.14",
"@angular/forms": "^11.2.14",
"@angular/platform-browser": "^11.2.14",
"@angular/platform-browser-dynamic": "^11.2.14",
"@angular/router": "^11.2.14",
"@nebular/eva-icons": "7.0.0",
"@nebular/theme": "7.0.0",
"ang-jsoneditor": "^1.10.5",
"bootstrap": "4.5.3",
"core-js": "^3.6.3",
"dexie": "^2.0.4",
"echarts": "^5.1.1",
"eva-icons": "^1.1.3",
"marked": "^3.0.3",
"ng-animate": "^1.0.0",
"ng2-completer": "^9.0.1",
"ng2-smart-table": "^1.7.2",
"ngx-dexie": "^1.1.0",
"ngx-echarts": "^7.0.1",
"normalize.css": "6.0.0",
"pace-js": "1.0.2",
"rxjs": "6.6.2",
"ts-md5": "^1.2.7",
"tslib": "^2.0.0",
"typeface-exo": "0.0.22",
"web-animations-js": "^2.3.2",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.13",
"@angular/cli": "^11.2.13",
"@angular/compiler-cli": "^11.2.14",
"@angular/language-service": "11.2.14",
"@juggle/resize-observer": "^3.3.1",
"@types/echarts": "^4.4.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "2.0.3",
"@types/node": "12.11.1",
"codelyzer": "^6.0.0",
"husky": "4.2.5",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"jsoneditor": "^9.4.1",
"karma": "~6.3.2",
"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",
"prettier": "2.0.5",
"pretty-quick": "^2.0.1",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.1.5"
}
}