forked from gleosmith/angular-web-worker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.87 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
{
"name": "@wbds/angular-web-worker",
"version": "18.1.1",
"description": "Library to assist with web worker communication in Angular apps",
"main": "y",
"scripts": {
"test": "karma start karma.conf.js",
"build:pkg": "ts-node package-script.ts --force",
"build": "npm run build:pkg"
},
"license": "MIT",
"keywords": [
"angular",
"webworker",
"web worker",
"typescript"
],
"homepage": "https://github.com/weisenburger-bau-GmbH/angular-web-worker/#readme",
"repository": {
"type": "git",
"url": "https://github.com/weisenburger-bau-GmbH/angular-web-worker.git"
},
"peerDependencies": {
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@angular-devkit/core": "^18.1.1",
"@angular-devkit/schematics": "^18.1.1",
"@angular/common": "^18.1.1",
"@angular/compiler": "^18.1.1",
"@angular/compiler-cli": "^18.1.1",
"@angular/core": "^18.1.1",
"@angular/platform-browser": "^18.1.1",
"@angular/platform-browser-dynamic": "^18.1.1",
"@schematics/angular": "^18.1.1",
"@types/jasmine": "^5.1.4",
"@types/sinon": "^17.0.3",
"copyfiles": "^2.4.1",
"core-js": "^3.37.1",
"jasmine-core": "~5.2.0",
"jasmine-spec-reporter": "~7.0.0",
"jsonc-parser": "^3.3.1",
"karma": "^6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-sourcemap-loader": "^0.4.0",
"karma-typescript": "^5.5.4",
"karma-webpack": "^5.0.1",
"ng-packagr": "^18.0.1",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.6.3",
"tslint": "^6.1.3",
"typescript": "~5.5.4",
"webpack": "^5.93.0",
"zone.js": "^0.14.8"
}
}