-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.72 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.72 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
{
"name": "confitty",
"version": "1.0.0",
"private": true,
"description": "Visual configuration builder for the Kitty terminal. Live preview, themes, smart diff export.",
"homepage": "https://confitty.app",
"repository": {
"type": "git",
"url": "https://github.com/xcutiboo/Confitty.git"
},
"bugs": {
"url": "https://github.com/xcutiboo/Confitty/issues"
},
"license": "MIT",
"author": "xcutiboo",
"keywords": [
"kitty",
"kitty-terminal",
"kitty.conf",
"terminal",
"configuration",
"config-generator",
"angular",
"themes"
],
"scripts": {
"start": "nx serve",
"dev": "nx serve --configuration development",
"build": "nx build --configuration production",
"build:dev": "nx build --configuration development",
"build:prod": "nx build --configuration production",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@angular/common": "^21.2.5",
"@angular/compiler": "^21.2.5",
"@angular/core": "^21.2.5",
"@angular/forms": "^21.2.5",
"@angular/platform-browser": "^21.2.5",
"@angular/platform-browser-dynamic": "^21.2.5",
"@angular/router": "^21.2.5",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "^0.16.1"
},
"devDependencies": {
"@angular-devkit/core": "^21.2.3",
"@angular-devkit/schematics": "^21.2.3",
"@angular/build": "^21.2.3",
"@angular/cli": "^21.2.3",
"@angular/compiler-cli": "^21.2.5",
"@nx/angular": "22.6.4",
"@nx/workspace": "22.6.4",
"@schematics/angular": "^21.2.3",
"@types/node": "^25.5.0",
"autoprefixer": "^10.4.27",
"nx": "22.6.4",
"postcss": "^8.5.8",
"tailwindcss": "^3.4.19",
"typescript": "^6.0.2"
},
"packageManager": "bun@1.3.11"
}