-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 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
{
"name": "blog-app-angular",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint .",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"serve:ssr:blog-app-angular": "node dist/blog-app-angular/server/server.mjs"
},
"private": true,
"engines": {
"node": ">=22.12 <25"
},
"packageManager": "npm@11.17.0",
"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/platform-server": "^22.1.0",
"@angular/router": "^22.1.0",
"@angular/ssr": "^22.1.2",
"@ng-icons/core": "^34.0.0",
"@ng-icons/lucide": "^34.0.0",
"@spartan-ng/brain": "^1.3.1",
"@tailwindcss/postcss": "^4.3.3",
"better-auth": "^1.6.25",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"express": "^5.1.0",
"ngx-sonner": "^3.1.0",
"rxjs": "~7.8.0",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.3",
"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",
"@eslint/js": "^9.39.2",
"@types/express": "^5.0.1",
"@types/node": "^20.17.19",
"angular-eslint": "^22.1.0",
"eslint": "^9.39.2",
"jsdom": "^28.0.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.8.1",
"typescript": "~6.0.2",
"typescript-eslint": "^8.54.0",
"vitest": "^4.0.8"
},
"allowScripts": {}
}