-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.38 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
{
"name": "vehicle-rental-angular",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"i18n:check": "node scripts/check-translations.mjs"
},
"private": true,
"packageManager": "npm@9.7.1",
"dependencies": {
"@angular/cdk": "^22.1.0",
"@angular/common": "^22.1.0",
"@angular/compiler": "^22.1.0",
"@angular/core": "^22.1.0",
"@angular/forms": "^22.1.0",
"@angular/platform-browser": "^22.1.0",
"@angular/router": "^22.1.0",
"@jsverse/transloco": "^8.4.0",
"@ng-icons/core": "^34.0.0",
"@ng-icons/lucide": "^34.0.0",
"@spartan-ng/brain": "^1.3.1",
"ag-grid-angular": "^36.1.0",
"ag-grid-community": "^36.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"ngx-sonner": "^3.1.0",
"rxjs": "^7.8.2",
"socket.io-client": "^4.8.3",
"tailwind-merge": "^3.5.0",
"tslib": "^2.3.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@angular/build": "^22.1.2",
"@angular/cli": "^22.1.2",
"@angular/compiler-cli": "^22.1.0",
"@spartan-ng/cli": "^1.3.1",
"@tailwindcss/postcss": "^4.3.3",
"jsdom": "^28.0.0",
"postcss": "^8.5.26",
"prettier": "^3.8.1",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.2",
"vitest": "^4.0.8"
}
}