-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.14 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
{
"name": "report-app",
"version": "0.0.0",
"scripts": {
"start": "ng serve",
"test": "npx jest --config=jest.config.js --detectOpenHandles --maxWorkers=50% --no-cache",
"lint": "ng lint",
"clean": "rimraf dist",
"release": "npm-run-all -s clean lint test build-prod",
"build-prod": "ng build",
"prepare": "husky install",
"ionic:serve": "npm run start"
},
"private": true,
"dependencies": {
"@angular/animations": "16.0.1",
"@angular/cdk": "16.0.1",
"@angular/common": "16.0.1",
"@angular/compiler": "16.0.1",
"@angular/core": "16.0.1",
"@angular/forms": "16.0.1",
"@angular/material": "16.0.1",
"@angular/platform-browser": "16.0.1",
"@angular/platform-browser-dynamic": "16.0.1",
"@angular/router": "16.0.1",
"@capacitor/android": "^5.0.3",
"@capacitor/angular": "2.0.3",
"@capacitor/app": "^5.0.2",
"@capacitor/core": "latest",
"@capacitor/haptics": "^5.0.2",
"@capacitor/ios": "^5.0.3",
"@capacitor/keyboard": "^5.0.2",
"@capacitor/status-bar": "^5.0.2",
"iban": "0.0.14",
"rxjs": "7.8.1",
"stream-browserify": "3.0.0",
"timers-browserify": "2.0.12",
"tslib": "2.5.0",
"xml2js": "0.5.0",
"zone.js": "0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.0.1",
"@angular-eslint/builder": "16.0.1",
"@angular-eslint/eslint-plugin": "16.0.1",
"@angular-eslint/eslint-plugin-template": "16.0.1",
"@angular-eslint/schematics": "16.0.1",
"@angular-eslint/template-parser": "16.0.1",
"@angular/cli": "16.0.1",
"@angular/compiler-cli": "16.0.1",
"@capacitor/cli": "latest",
"@types/iban": "0.0.32",
"@types/jest": "29.5.1",
"@types/node": "^20.1.3",
"@types/xml2js": "0.4.11",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"husky": "8.0.3",
"jest": "^29.5.0",
"jest-canvas-mock": "2.5.0",
"jest-preset-angular": "13.1.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"rimraf": "5.0.0",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
}
}