-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.44 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.44 KB
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
{
"name": "@merzlabs/finanztopf",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com/Merzlabs/finanztopf.git",
"directory": "packages/app"
},
"version": "0.0.1",
"author": "Merzlabs",
"homepage": "https://finanztopf.pecuniator.com/",
"scripts": {
"ng": "ng",
"start": "ionic serve",
"test": "ng test",
"test-ci": "ng test --browsers ChromeHeadless --watch=false",
"lint": "ng lint",
"e2e": "ng e2e",
"build": "ng build --base-href ./ && npx cap copy",
"build:electron": "npm run build && cd electron && npm run electron:start",
"build:web": "npx ng build --prod"
},
"dependencies": {
"@angular/common": "~11.0.5",
"@angular/core": "~11.0.5",
"@angular/forms": "~11.0.5",
"@angular/platform-browser": "~11.0.5",
"@angular/platform-browser-dynamic": "~11.0.5",
"@angular/pwa": "^0.1000.7",
"@angular/router": "~11.0.5",
"@angular/service-worker": "~11.0.5",
"@capacitor/core": "1.3.0",
"@ionic-native/core": "^5.27.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.27.0",
"@ionic/angular": "^5.5.2",
"@merzlabs/csar-client": "0.0.12",
"@merzlabs/pecuniator-api": "0.0.14",
"@types/jszip": "^3.1.7",
"angularx-qrcode": "^10.0.6",
"camtts": "0.0.5",
"core-js": "^2.5.4",
"jszip": "^3.5.0",
"realm-web": "^0.7.0",
"rxjs": "~6.6.3",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/architect": "~0.1000.6",
"@angular-devkit/build-angular": "~0.1100.5",
"@angular-devkit/core": "~11.0.5",
"@angular-devkit/schematics": "~11.0.5",
"@angular/cli": "~11.0.5",
"@angular/compiler": "~11.0.5",
"@angular/compiler-cli": "~11.0.5",
"@angular/language-service": "~11.0.5",
"@capacitor/cli": "1.3.0",
"@ionic/angular-toolkit": "~2.3.0",
"@types/jasmine": "~3.5.11",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^6.0.1",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~5.1.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"protractor": "^7.0.0",
"ts-node": "~7.0.0",
"tslint": "~6.1.3",
"typescript": "~4.0.5"
},
"description": "Simple app for putting transactions into 'töpfe'"
}