-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 3.9 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "garuda-rani",
"version": "0.2.0",
"scripts": {
"build": "ng build",
"build-debug": "tauri build --debug",
"dev": "tauri dev",
"dev-debug": "pnpm build-debug && src-tauri/target/debug/garuda-rani",
"format": "prettier -wu . && cd src-tauri && cargo fmt",
"lint": "ng lint",
"ng": "ng",
"start": "ng serve",
"tauri": "tauri",
"translate": "jsontt src/assets/i18n/en.json --module google --from en --to am de ar es eu fr hu id it ja ko pt sl sv sw zh-CN gl hi ru pl tr",
"watch": "ng build --watch --configuration development"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.2.0",
"@angular/common": "^19.2.0",
"@angular/compiler": "^19.2.0",
"@angular/core": "^19.2.0",
"@angular/forms": "^19.2.0",
"@angular/platform-browser": "^19.2.0",
"@angular/platform-browser-dynamic": "^19.2.0",
"@angular/router": "^19.2.0",
"@fontsource/jetbrains-mono": "^5.1.2",
"@fortawesome/angular-fontawesome": "^1.0.0",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@garudalinux/core": "^0.3.1",
"@jsverse/transloco": "^7.5.1",
"@jsverse/transloco-locale": "^7.0.1",
"@jsverse/transloco-persist-lang": "^7.0.2",
"@primeng/themes": "^19.0.9",
"@tauri-apps/api": "~2.2.0",
"@tauri-apps/plugin-clipboard-manager": "~2.2.1",
"@tauri-apps/plugin-fs": "~2.2.0",
"@tauri-apps/plugin-http": "~2.3.0",
"@tauri-apps/plugin-log": "~2.2.2",
"@tauri-apps/plugin-notification": "~2.2.1",
"@tauri-apps/plugin-os": "~2.2.0",
"@tauri-apps/plugin-positioner": "~2.2.0",
"@tauri-apps/plugin-process": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
"@tauri-apps/plugin-store": "~2.2.0",
"@tauri-apps/plugin-window-state": "~2.2.1",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
"axios": "^1.8.1",
"axios-tauri-api-adapter": "^2.0.6",
"bs58": "^6.0.0",
"byte-base64": "^1.1.0",
"emoji-js": "^3.8.1",
"inter-ui": "^4.1.0",
"isomorphic-webcrypto": "^2.3.8",
"ng-terminal": "^6.3.0",
"pako": "^2.1.0",
"primeicons": "^7.0.0",
"primeng": "^19.0.9",
"rxjs": "~7.8.2",
"tailwindcss-primeui": "^0.4.0",
"tauri-plugin-clipboard-api": "^2.1.11",
"tauri-plugin-network-api": "^2.0.5",
"tauri-plugin-system-info-api": "^2.0.9",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.0",
"@angular-eslint/builder": "^19.1.0",
"@angular-eslint/eslint-plugin": "^19.1.0",
"@angular-eslint/eslint-plugin-template": "^19.1.0",
"@angular-eslint/template-parser": "^19.1.0",
"@angular/cli": "^19.2.0",
"@angular/compiler-cli": "^19.2.0",
"@catppuccin/palette": "^1.7.1",
"@catppuccin/tailwindcss": "^0.1.6",
"@jsverse/transloco-optimize": "^7.0.1",
"@jsverse/transloco-utils": "^7.0.2",
"@parvineyvazov/json-translator": "^3.2.2",
"@tauri-apps/cli": "^2.3.0",
"@types/emoji-js": "^3.5.2",
"@types/jasmine": "^5.1.7",
"@types/pako": "^2.0.3",
"angular-eslint": "^19.1.0",
"jasmine-core": "~5.6.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.3",
"typescript-eslint": "^8.25.0"
},
"packageManager": "[email protected]+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"lmdb",
"msgpackr-extract",
"nice-napi"
]
}
}