-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.78 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
{
"name": "codize-afip",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production --build-optimizer --output-hashing none && npx cap sync && npx cap copy && npx cap update",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.7",
"@angular/cdk": "^17.3.7",
"@angular/common": "^17.3.7",
"@angular/compiler": "^17.3.7",
"@angular/core": "^17.3.7",
"@angular/forms": "^17.3.7",
"@angular/material": "^16.2.0",
"@angular/platform-browser": "^17.3.7",
"@angular/platform-browser-dynamic": "^17.3.7",
"@angular/router": "^17.3.7",
"@awesome-cordova-plugins/barcode-scanner": "^5.39.0",
"@capacitor/android": "^3.4.0",
"@capacitor/cli": "^3.4.0",
"@capacitor/core": "^3.4.0",
"@capacitor/filesystem": "^1.1.0",
"@ionic-native/file-opener": "^5.36.0",
"bootstrap": "^5.1.3",
"capacitor-blob-writer": "^0.2.5",
"cordova-plugin-file-opener2": "^3.0.5",
"file-saver": "^2.0.5",
"jetifier": "^2.0.0",
"phonegap-plugin-barcodescanner": "^8.1.0",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"xlsx": "^0.18.0",
"xlsx-js-style": "^1.0.0",
"xlsx-style": "^0.8.13",
"xlsx-styles": "^0.8.21",
"zone.js": "~0.14.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.6",
"@angular/cli": "^17.3.6",
"@angular/compiler-cli": "^17.3.7",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.10.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~5.4.5"
}
}