-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.93 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.93 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
{
"name": "angular-template",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"serve:ssr:angular-template": "node dist/angular-template/server/server.mjs",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "ng lint"
},
"private": true,
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee",
"dependencies": {
"@angular/cdk": "22.0.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/tabler-icons": "^34.0.0",
"@spartan-ng/brain": "^1.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"express": "^5.2.1",
"rxjs": "~7.8.2",
"tailwind-merge": "^3.6.0",
"tslib": "^2.8.1",
"tw-spacing-semantics-plugin": "^1.2.0"
},
"devDependencies": {
"@angular-eslint/builder": "22.0.0",
"@angular/build": "^22.1.2",
"@angular/cli": "^22.1.2",
"@angular/compiler-cli": "^22.1.0",
"@eslint/js": "^10.0.1",
"@spartan-ng/cli": "^1.3.0",
"@tailwindcss/postcss": "^4.3.3",
"@types/express": "^5.0.6",
"@types/node": "^20.19.43",
"angular-eslint": "22.0.0",
"eslint": "^10.8.0",
"jsdom": "^28.1.0",
"postcss": "^8.5.25",
"prettier": "^3.9.6",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.8.1",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "~6.0.3",
"typescript-eslint": "8.60.1",
"vitest": "^4.1.10"
}
}