-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.33 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
{
"name": "@letora/source",
"description": "letora is an open-source, cross-platform desktop email client built with Electrobun, Bun, Angular, Tailwind CSS, and embedded SurrealDB.",
"version": "0.0.1",
"license": "MIT",
"author": {
"name": "Vladimir Drayling",
"email": "draylegend@gmail.com",
"url": "https://github.com/draylegend"
},
"contributors": [
{
"name": "Maxim Simeniuk",
"url": "https://github.com/Demiurgus993"
}
],
"repository": {
"url": "https://github.com/draylegend/letora",
"type": "git"
},
"bugs": {
"url": "https://github.com/draylegend/letora/issues"
},
"engines": {
"bun": ">=1.3.14"
},
"packageManager": "bun",
"scripts": {
"prepare": "husky",
"dev": "nx serve desktop",
"build:stable": "nx build desktop",
"release": "nx release --skip-publish"
},
"private": true,
"dependencies": {
"@angular/common": "22.0.4",
"@angular/compiler": "22.0.4",
"@angular/core": "22.0.4",
"@angular/forms": "22.0.4",
"@angular/platform-browser": "22.0.4",
"@angular/router": "22.0.4",
"electrobun": "1.18.1",
"rxjs": "7.8.2"
},
"devDependencies": {
"@angular-devkit/core": "22.0.4",
"@angular-devkit/schematics": "22.0.4",
"@angular/build": "22.0.4",
"@angular/cli": "22.0.4",
"@angular/compiler-cli": "22.0.4",
"@angular/language-service": "22.0.4",
"@commitlint/cli": "21.2.0",
"@commitlint/config-conventional": "21.2.0",
"@eslint/js": "10.0.1",
"@nx/angular": "23.0.1",
"@nx/eslint": "23.0.1",
"@nx/eslint-plugin": "23.0.1",
"@nx/js": "23.0.1",
"@nx/web": "23.0.1",
"@nx/workspace": "23.0.1",
"@schematics/angular": "22.0.4",
"@tailwindcss/postcss": "4.3.2",
"@types/bun": "1.3.14",
"@typescript-eslint/utils": "8.62.1",
"angular-eslint": "22.0.0",
"eslint": "10.6.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-simple-import-sort": "13.0.0",
"eslint-plugin-tailwindcss": "4.0.6",
"eslint-plugin-unused-imports": "4.4.1",
"happy-dom": "20.10.6",
"husky": "9.1.7",
"nx": "23.0.1",
"postcss": "8.5.16",
"prettier": "4.0.0-alpha.13",
"prettier-plugin-tailwindcss": "0.8.0",
"tailwindcss": "4.3.2",
"tslib": "2.8.1",
"typescript": "6.0.3",
"typescript-eslint": "8.62.1",
"vitest": "4.1.9"
}
}