-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 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
{
"name": "@acpaas-ui/ngx-embeddable-widgets",
"description": "Angular wrapper for ACPaaS UI Embeddable Widgets",
"author": {
"name": "Joeri Sebrechts",
"email": "joeri.sebrechts@digipolis.be"
},
"version": "3.0.1",
"license": "MIT",
"main": "src/index.ts",
"scripts": {
"start": "ng serve",
"build": "ng-packagr -p ng-package.json",
"clean": "rimraf coverage",
"test": "export NODE_OPTIONS=--openssl-legacy-provider && ng test --watch=false --code-coverage",
"test-watch": "export NODE_OPTIONS=--openssl-legacy-provider && ng test --code-coverage",
"lint": "export NODE_OPTIONS=--openssl-legacy-provider && ng lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digipolisantwerp/embeddable-widgets_component_angular.git"
},
"bugs": {
"url": "https://github.com/digipolisantwerp/embeddable-widgets_component_angular/issues"
},
"homepage": "https://github.com/digipolisantwerp/embeddable-widgets_component_angular#readme",
"keywords": [
"angular",
"library",
"embeddable-widgets"
],
"dependencies": {
"@acpaas-ui/embeddable-widgets": "^2.0.8",
"tslib": "^2.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.10",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/animations": "^15.2.10",
"@angular/cli": "^15.2.10",
"@angular/common": "^15.2.10",
"@angular/compiler": "^15.2.10",
"@angular/compiler-cli": "^15.2.10",
"@angular/core": "^15.2.10",
"@angular/forms": "^15.2.10",
"@angular/language-service": "^15.2.10",
"@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^15.2.10",
"@angular/router": "^15.2.10",
"@types/jasmine": "^5.1.1",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"core-js": "^2.5.7",
"eslint": "^8.33.0",
"jasmine-core": "^5.1.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^15.2.2",
"patch-package": "8.0.0",
"rimraf": "^2.6.3",
"rxjs": "^6.3.3",
"ts-node": "^7.0.0",
"typescript": "~4.9.3",
"zone.js": "~0.13.0"
},
"overrides": {
"@angular-devkit/build-angular": {
"@babel/preset-env": "7.23.3",
"@babel/plugin-proposal-async-generator-functions": {
".": "npm:@babel/plugin-transform-async-generator-functions@7.23.3"
}
}
}
}