-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
111 lines (111 loc) · 3.43 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "ngx-scan-detect",
"version": "2.0.5",
"description": "This repository helps determine input using a barcode-scanner.",
"author": "Roman Kolesnikov / @sezmars",
"repository": {
"type": "git",
"url": "https://github.com/sezmars/ngx-scan-detect.git"
},
"homepage": "https://sezmars.github.io/ngx-scan-detect",
"bugs": {
"url": "https://github.com/sezmars/ngx-scan-detect/issues"
},
"license": "MIT",
"keywords": [
"ngx",
"angular",
"barcode",
"scanner",
"detectet",
"definition",
"ngx-barcodeput",
"scanner parser",
"scanner-parser",
"barcode scanner",
"ngx-scan-detect",
"barcode-scanner",
"scanner input definer",
"scanner-input-definer",
"barcode scanner parser",
"barcode-scanner-parser",
"scanner input recognizer",
"scanner-input-recognizer",
"Barcode Scanner Input Detect",
"barcode scanner input definer",
"barcode-scanner-input-definer",
"barcode scanner input recognizer",
"barcode-scanner-input-recognizer"
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production",
"build:lib": "ng build ngx-scan-detect --configuration production",
"test": "ng test",
"test:ci": "npm test -- --watch=false --browsers=ChromeHeadless",
"e2e": "ng e2e",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"prettier:check": "prettier --config .prettierrc --check \"src/**/*.{ts,scss,html}\"",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.1.4",
"@angular/cdk": "^19.1.2",
"@angular/common": "~19.1.4",
"@angular/compiler": "~19.1.4",
"@angular/core": "^19.1.4",
"@angular/forms": "~19.1.4",
"@angular/material": "^19.1.2",
"@angular/platform-browser": "~19.1.4",
"@angular/platform-browser-dynamic": "~19.1.4",
"@angular/router": "~19.1.4",
"core-js": "^3.40.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"ngx-device-detector": "^9.0.0",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0",
"ngx-scan-detect": "^2.0.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~19.1.5",
"@angular-eslint/builder": "19.0.2",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/schematics": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "~19.1.5",
"@angular/compiler-cli": "~19.1.4",
"@angular/language-service": "~19.1.4",
"@cypress/schematic": "^3.0.0",
"@types/jasmine": "~5.1.5",
"@types/jasminewd2": "~2.0.13",
"@types/node": "^18.19.75",
"@typescript-eslint/eslint-plugin": "8.23.0",
"@typescript-eslint/parser": "8.23.0",
"angular-cli-ghpages": "^2.0.3",
"codelyzer": "^6.0.2",
"cypress": "latest",
"eslint": "^8.47.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"jasmine-core": "~5.5.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^19.1.2",
"prettier-eslint": "^16.3.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.2",
"typescript": "~5.7.3"
}
}