generated from maximegris/angular-electron
-
-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
105 lines (105 loc) · 3.01 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
{
"name": "dev-manager-desktop",
"version": "1.99.3",
"description": "Device Manager for webOS",
"homepage": "https://github.com/webosbrew/dev-manager-desktop",
"author": {
"name": "webOS Homebrew Team",
"email": "[email protected]"
},
"keywords": [
"webos",
"webosbrew",
"tauri"
],
"scripts": {
"tauri": "node scripts/tauri-wrapper.js",
"start": "tauri dev",
"build": "tauri build",
"ng": "node scripts/ng-wrapper.js",
"icon": "node scripts/icon-generator.js"
},
"private": true,
"engines": {
"node": ">=18"
},
"dependencies": {
"@angular/animations": "17.3.7",
"@angular/common": "17.3.7",
"@angular/compiler": "17.3.7",
"@angular/core": "17.3.7",
"@angular/forms": "17.3.7",
"@angular/localize": "17.3.7",
"@angular/platform-browser": "17.3.7",
"@angular/platform-browser-dynamic": "17.3.7",
"@angular/router": "17.3.7",
"@ng-bootstrap/ng-bootstrap": "16.0.0",
"@popperjs/core": "2.11.8",
"@sentry/angular-ivy": "7.114.0",
"@tauri-apps/api": "^2.0.1",
"@tauri-apps/plugin-dialog": "2.0.0",
"@tauri-apps/plugin-fs": "2.0.0",
"@tauri-apps/plugin-shell": "2.0.0",
"@tauri-apps/plugin-upload": "2.0.0",
"@xterm/addon-fit": "0.10.0",
"@xterm/addon-search": "0.15.0",
"@xterm/addon-web-links": "0.11.0",
"@xterm/xterm": "5.5.0",
"bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3",
"buffer": "6.0.3",
"chalk": "5.3.0",
"crypto-browserify": "3.12.0",
"filesize": "10.1.1",
"find-matching-bracket": "1.0.3",
"lodash-es": "4.17.21",
"luxon": "3.4.4",
"marked": "5.1.2",
"mustache": "4.2.0",
"ng-let": "16.0.2",
"ngx-autosize": "2.0.4",
"path-browserify": "1.0.1",
"process": "0.11.10",
"rxjs": "^7.4.0",
"semver": "^7.5.4",
"stream-browserify": "3.0.0",
"tslib": "^2.6.2",
"vm-browserify": "1.1.2",
"zone.js": "0.14.5"
},
"devDependencies": {
"@angular-builders/custom-webpack": "17.0.2",
"@angular-devkit/build-angular": "17.3.6",
"@angular-eslint/builder": "17.4.0",
"@angular-eslint/eslint-plugin": "17.4.0",
"@angular-eslint/eslint-plugin-template": "17.4.0",
"@angular-eslint/schematics": "17.4.0",
"@angular-eslint/template-parser": "17.4.0",
"@angular/cli": "17.3.6",
"@angular/compiler-cli": "17.3.7",
"@tauri-apps/cli": "^2.0.0",
"@types/jasmine": "4.6.4",
"@types/jest": "29.5.10",
"@types/lodash-es": "4.17.12",
"@types/luxon": "3.4.2",
"@types/marked": "5.0.2",
"@types/mustache": "4.2.3",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "8.57.0",
"jasmine-core": "5.1.2",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"typescript": "5.4.5",
"webpack": "5.91.0"
},
"browserslist": [
"chrome >= 91",
"safari >= 11",
"defaults"
]
}