-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.74 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
{
"name": "@abc.xyz/angular-monaco-editor-loader",
"version": "13.0.1",
"description": "An awesome Angular monaco editor loader.",
"ngPackage": {
"lib": {
"entryFile": "public_api.ts"
}
},
"license": "Apache-2.0",
"author": "abc xyz",
"scripts": {
"build": "ng-packagr -p package.json"
},
"keywords": [
"monaco",
"monaco-editor",
"editor",
"angular",
"angular2",
"angular4",
"angular5",
"angular8",
"angular9",
"angular10",
"angular12",
"angular13"
],
"bugs": {
"url": "https://github.com/leolorenzoluis/xyz.MonacoEditorLoader/issues"
},
"homepage": "https://github.com/leolorenzoluis/xyz.MonacoEditorLoader#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/leolorenzoluis/xyz.MonacoEditorLoader"
},
"devDependencies": {
"@angular/animations": "^13.0.0",
"@angular/common": "^13.0.0",
"@angular/compiler": "^13.0.0",
"@angular/compiler-cli": "^13.0.0",
"@angular/core": "^13.0.0",
"@angular/platform-browser": "^13.0.0",
"@angular/platform-browser-dynamic": "^13.0.0",
"@angular/platform-server": "^13.0.0",
"@types/jasmine": "~3.4.6",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~12.12.0",
"awesome-typescript-loader": "^3.2.2",
"codelyzer": "^5.2.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.0",
"karma": "^6.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "^2.0.0",
"karma-jasmine": "~2.0.0",
"karma-jasmine-html-reporter": "^1.0.0",
"ng-packagr": "^13.0.1",
"rxjs": "^7.0.0",
"tslint": "~5.9.0",
"typescript": "^4.0.0",
"webpack": "^5.0.0",
"zone.js": "^0.11.4"
}
}