-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.88 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
{
"name": "dotfin",
"displayName": "DotFin",
"description": "Aplicativo para controle financeiro",
"version": "1.0.1",
"author": "Giovani de Oliveira",
"homepage": "https://github.com/xxgicoxx",
"scripts": {
"start": "ionic serve",
"open": "npx cap open android",
"run": "ionic capacitor run android",
"build": "ionic build && npx cap sync",
"lint": "tslint --format verbose --project tsconfig.json --config tslint.json",
"generate-icons": "capacitor-resources && cordova-res android --skip-config --copy"
},
"private": true,
"dependencies": {
"@angular/common": "~13.3.1",
"@angular/core": "~13.3.1",
"@angular/fire": "^7.3.0",
"@angular/forms": "~13.3.1",
"@angular/platform-browser": "~13.3.1",
"@angular/platform-browser-dynamic": "~13.3.1",
"@angular/router": "~13.3.1",
"@capacitor/android": "^3.4.3",
"@capacitor/core": "3.4.3",
"@ionic-native/clipboard": "^5.36.0",
"@ionic-native/core": "^5.36.0",
"@ionic-native/splash-screen": "^5.36.0",
"@ionic-native/status-bar": "^5.36.0",
"@ionic/angular": "^6.0.14",
"@ionic/storage": "^3.0.6",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"capacitor-resources": "^2.0.5",
"class-transformer": "^0.5.1",
"cordova-clipboard": "^1.3.0",
"cordova-res": "^0.15.4",
"firebase": "^9.6.10",
"moment": "^2.29.2",
"rxjs": "~7.5.5",
"tslib": "^2.3.1",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.1",
"@angular/cli": "~13.3.1",
"@angular/compiler": "~13.3.1",
"@angular/compiler-cli": "~13.3.1",
"@angular/language-service": "~13.3.1",
"@capacitor/cli": "3.4.3",
"@ionic/angular-toolkit": "^6.1.0",
"@types/node": "^17.0.23",
"codelyzer": "^6.0.2",
"ts-node": "~10.7.0",
"tslint": "^6.1.3",
"typescript": "~4.6.3"
}
}