-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 3.11 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
{
"name": "addiction-tracker",
"version": "0.0.9",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"config": "ts-node src/environments/config-env.ts",
"tauri": "tauri",
"i18n:init": "ngx-translate-extract --input ./src --output ./src/assets/i18n/template.json --key-as-default-value --replace --format json",
"i18n:extract": "ngx-translate-extract --input ./src --output ./src/assets/i18n/{en,pt-BR}.json --clean --format json"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.0.0",
"@angular/cdk": "^18.0.5",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/material": "^18.0.5",
"@angular/material-luxon-adapter": "^18.0.6",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
"@google/generative-ai": "^0.14.1",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@tauri-apps/api": ">=2.0.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.2.0",
"@tauri-apps/plugin-global-shortcut": "^2.2.0",
"@tauri-apps/plugin-notification": "^2.2.0",
"@types/crypto-js": "^4.2.2",
"chart.js": "^4.4.3",
"crypto-js": "^4.2.0",
"luxon": "^3.4.4",
"ngx-cookie-service": "^18.0.0",
"ngx-indexed-db": "^18.0.0",
"ngx-joyride": "^2.5.0",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primeng": "^17.18.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^18.0.1",
"@angular/forms": "^18.0.1",
"@angular/material-luxon-adapter": "^18.2.14",
"@angular/platform-browser-dynamic": "^18.0.1",
"@angular/router": "^18.0.1",
"@bartholomej/ngx-translate-extract": "^8.0.2",
"@eslint/js": "^9.17.0",
"@google/generative-ai": "^0.14.1",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@tauri-apps/cli": "^2.1.0",
"@types/crypto-js": "^4.2.2",
"@types/jasmine": "~5.1.0",
"@types/luxon": "^3.4.2",
"@typescript-eslint/parser": "^8.19.0",
"angular-eslint": "^19.0.2",
"chart.js": "^4.4.7",
"colors": "^1.4.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.7",
"eslint": "^9.17.0",
"eslint-plugin-unused-imports": "^4.1.4",
"internal-ip": "^7.0.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"luxon": "^3.5.0",
"ngx-cookie-service": "^18.0.0",
"ngx-indexed-db": "^18.0.0",
"ngx-joyride": "^2.5.0",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primeng": "^17.18.13",
"tslib": "^2.8.1",
"typescript": "~5.4.2",
"typescript-eslint": "^8.19.0",
"zone.js": "^0.14.10"
}
}