-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.53 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
{
"name": "data-mount",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --localize",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"sdk:update": "pnpm orval --clean",
"prepare": "husky"
},
"private": true,
"packageManager": "pnpm@10.33.0",
"dependencies": {
"@angular/cdk": "21.0.0",
"@angular/common": "^21.2.0",
"@angular/compiler": "^21.2.0",
"@angular/core": "^21.2.0",
"@angular/forms": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"@ng-icons/core": ">=32.0.0 <34.0.0",
"@ng-icons/lobe-icons": "^33.2.2",
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
"@ngxs/logger-plugin": "^21.0.0",
"@ngxs/store": "^21.0.0",
"@omnedia/ngx-flickering-grid": "^4.0.1",
"@omnedia/ngx-gradient-text": "^4.0.1",
"@spartan-ng/brain": "0.0.1-alpha.679",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"rxjs": "~7.8.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.4",
"tslib": "^2.3.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@angular/build": "^21.2.5",
"@angular/cli": "^21.2.5",
"@angular/compiler-cli": "^21.2.0",
"@angular/localize": "^21.2.11",
"@spartan-ng/cli": "0.0.1-alpha.679",
"@tailwindcss/postcss": "^4.1.12",
"husky": "^9.1.7",
"orval": "^8.9.0",
"postcss": "^8.5.3",
"prettier": "^3.8.1",
"tailwindcss": "^4.1.12",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.2"
}
}