-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.65 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.65 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "@kstl/source",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"start": "nx serve --port 4501",
"lint": "nx lint",
"format": "nx format:write",
"start:pocketbase": "pocketbase serve --dev",
"build": "nx build"
},
"overrides": {
"@supabase/supabase-js": {
"@supabase/auth-js": "2.61.0"
}
},
"dependencies": {
"@angular/animations": "^20.3.15",
"@angular/cdk": "^20.2.14",
"@angular/common": "~20.3.0",
"@angular/compiler": "~20.3.0",
"@angular/core": "~20.3.0",
"@angular/forms": "~20.3.0",
"@angular/platform-browser": "~20.3.0",
"@angular/platform-browser-dynamic": "~20.3.0",
"@angular/router": "~20.3.0",
"@ng-web-apis/common": "^4.14.0",
"@rx-angular/state": "^20.1.0",
"@supabase/supabase-js": "^2.87.1",
"@taiga-ui/addon-charts": "^4.64.0",
"@taiga-ui/addon-mobile": "^4.64.0",
"@taiga-ui/addon-table": "^4.64.0",
"@taiga-ui/cdk": "^4.64.0",
"@taiga-ui/core": "^4.64.0",
"@taiga-ui/event-plugins": "^4.0.2",
"@taiga-ui/experimental": "^4.64.0",
"@taiga-ui/icons": "^4.64.0",
"@taiga-ui/kit": "^4.64.0",
"@taiga-ui/layout": "^4.64.0",
"@tiptap/core": "^3.14.0",
"@tiptap/extension-file-handler": "^3.14.0",
"@tiptap/extensions": "^3.14.0",
"@tiptap/starter-kit": "^3.14.0",
"colord": "^2.9.3",
"es-toolkit": "^1.43.0",
"idb": "^8.0.3",
"nanoid": "^5.1.6",
"ngx-tiptap": "^14.0.1",
"ngxtension": "7.0.2",
"pocketbase": "^0.26.5",
"rxjs": "~7.8.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.3.14",
"@angular-devkit/core": "~20.3.0",
"@angular-devkit/schematics": "~20.3.0",
"@angular/build": "~20.3.0",
"@angular/cli": "~20.3.0",
"@angular/compiler-cli": "~20.3.0",
"@angular/language-service": "~20.3.0",
"@eslint/js": "^9.8.0",
"@nx/angular": "22.2.3",
"@nx/devkit": "22.2.3",
"@nx/eslint": "22.2.3",
"@nx/eslint-plugin": "22.2.3",
"@nx/jest": "22.2.3",
"@nx/js": "22.2.3",
"@nx/playwright": "22.2.3",
"@nx/plugin": "^22.3.3",
"@nx/web": "22.2.3",
"@nx/workspace": "22.2.3",
"@playwright/test": "^1.36.0",
"@schematics/angular": "~20.3.0",
"@swc-node/register": "~1.9.1",
"@swc/core": "^1.15.4",
"@swc/helpers": "~0.5.11",
"@taiga-ui/eslint-plugin-experience-next": "^0.373.0",
"@taiga-ui/prettier-config": "^0.373.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@types/jest": "^29.5.12",
"@types/node": "20.19.9",
"@typescript-eslint/utils": "^8.40.0",
"angular-eslint": "^20.3.0",
"autoprefixer": "^10.4.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-playwright": "^2.4.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "~14.6.1",
"jest-util": "^29.7.0",
"jsonc-eslint-parser": "^2.1.0",
"ng-packagr": "~20.3.0",
"ngxtension-plugin": "7.0.2",
"nx": "22.2.3",
"postcss": "^8.4.5",
"postcss-url": "~10.1.3",
"prettier": "^3.7.4",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.40.0"
}
}