-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
63 lines (63 loc) · 1.57 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
{
"name": "ngx-kjua-library",
"description": "ngx-kjua library builder",
"version": "18.1.3",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"lint": "ng lint",
"test": "jest",
"e2e": "ng e2e",
"publish": "ng build ngx-kjua --configuration production && npm publish ./dist/ngx-kjua && npm i ngx-kjua@latest"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/werthdavid/ngx-kjua.git"
},
"authors": [
{
"name": "David Werth",
"email": "[email protected]"
}
],
"keywords": [
"angular",
"kjua",
"qr-code",
"qr",
"svg"
],
"bugs": {
"url": "https://github.com/werthdavid/ngx-kjua/issues"
},
"dependencies": {
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/language-service": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"tslib": "^2.6.2",
"zone.js": "~0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.1",
"@angular/cli": "^18.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"core-js": "^3.37.1",
"jest": "^29.7.0",
"jest-preset-angular": "^14.1.0",
"ng-packagr": "^18.0.0",
"qrcode-generator": "^1.4.4",
"rxjs": "~7.8.1",
"ts-node": "~10.9.2",
"tslint": "~6.1.3",
"typescript": "~5.4.5"
}
}