forked from webosbrew/dev-manager-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.67 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.67 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "dev-manager-desktop",
"version": "1.9.10",
"description": "Device Manager for webOS",
"homepage": "https://github.com/webosbrew/dev-manager-desktop",
"author": {
"name": "webOS Homebrew Team",
"email": "mariotaku.lee@gmail.com"
},
"keywords": [
"webos",
"webosbrew",
"tauri"
],
"scripts": {
"tauri": "tauri",
"start": "tauri dev",
"build": "tauri build",
"ng": "ng",
"ng:start": "ng serve --port 1420",
"ng:build": "ng build",
"ng:test": "ng test",
"ng:lint": "ng lint"
},
"private": true,
"engines": {
"node": ">=16"
},
"dependencies": {
"@angular/animations": "~13.3.0",
"@angular/common": "~13.3.0",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.3.0",
"@angular/forms": "~13.3.0",
"@angular/localize": "~13.3.0",
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@ng-bootstrap/ng-bootstrap": "^12.1.2",
"@popperjs/core": "^2.11.5",
"@tauri-apps/api": "^1.2.0",
"bootstrap": "^5.1.3",
"bootstrap-darkmode": "^5.0.1",
"bootstrap-icons": "^1.8.3",
"buffer": "^6.0.3",
"lodash": "^4.17.21",
"marked": "^4.0.16",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"ng-bootstrap-darkmode": "^5.0.0",
"ng-let": "^13.0.6",
"ngx-filesize": "^2.0.16",
"ngx-textarea-autosize": "2.0.3",
"path-browserify": "^1.0.1",
"rxjs": "~7.5.0",
"semver": "^7.3.7",
"tslib": "^2.3.0",
"xterm": "5.1.0",
"xterm-addon-fit": "0.7.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^13.1.0",
"@angular-devkit/build-angular": "~13.3.5",
"@angular-eslint/builder": "13.4.0",
"@angular-eslint/eslint-plugin": "13.4.0",
"@angular-eslint/eslint-plugin-template": "13.4.0",
"@angular-eslint/schematics": "13.4.0",
"@angular-eslint/template-parser": "13.4.0",
"@angular/cli": "~13.3.5",
"@angular/compiler-cli": "~13.3.0",
"@tauri-apps/cli": "^1.2.3",
"@types/jasmine": "~3.10.0",
"@types/lodash": "^4.14.182",
"@types/marked": "^4.0.3",
"@types/moment": "^2.13.0",
"@types/moment-duration-format": "^2.2.3",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"eslint": "^8.17.0",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"node-polyfill-webpack-plugin": "^1.1.4",
"typescript": "~4.6.2",
"webpack": "^5.73.0"
}
}