forked from werthdavid/ngx-kjua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.58 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": "ngx-kjua-library",
"description": "ngx-kjua library builder",
"version": "16.1.0",
"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": "https://github.com/werthdavid/ngx-kjua"
},
"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": "^16.2.1",
"@angular/compiler": "^16.2.1",
"@angular/compiler-cli": "^16.2.1",
"@angular/core": "^16.2.1",
"@angular/forms": "^16.2.1",
"@angular/language-service": "^16.2.1",
"@angular/platform-browser": "^16.2.1",
"@angular/platform-browser-dynamic": "^16.2.1",
"kjua-svg": "^1.13.1",
"ngx-kjua": "^16.0.0",
"tslib": "^2.6.1",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.0",
"@angular/cli": "^16.2.0",
"@types/jest": "^29.5.3",
"@types/node": "^20.5.0",
"core-js": "^3.32.0",
"jest": "^29.6.2",
"jest-preset-angular": "^13.1.1",
"ng-packagr": "^16.2.0",
"rxjs": "~7.8.1",
"ts-node": "~10.9.1",
"tslint": "~6.1.3",
"typescript": "~5.1.6"
}
}