-
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.41 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.41 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": "portfolio",
"version": "1.0.7",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "biome check",
"format": "biome format",
"lint:fix": "biome check --write",
"format:fix": "biome format --write",
"serve:ssr:portfolio": "node dist/portfolio/server/server.mjs"
},
"private": true,
"packageManager": "npm@11.7.0",
"dependencies": {
"@angular/common": "^21.1.0",
"@angular/compiler": "^21.1.0",
"@angular/core": "^21.1.0",
"@angular/forms": "^21.1.0",
"@angular/platform-browser": "^21.1.0",
"@angular/platform-server": "^21.1.0",
"@angular/router": "^21.1.0",
"@angular/ssr": "^21.1.0",
"express": "^5.1.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^21.0.5",
"@angular/cli": "^21.0.5",
"@angular/compiler-cli": "^21.1.0",
"@biomejs/biome": "^2.3.11",
"@iconify-json/cib": "^1.2.3",
"@iconify-json/fa6-solid": "^1.2.4",
"@iconify-json/skill-icons": "^1.2.3",
"@iconify-json/solar": "^1.2.5",
"@iconify/tailwind4": "^1.2.0",
"@tailwindcss/postcss": "^4.1.12",
"@types/express": "^5.0.1",
"@types/node": "^20.17.19",
"jsdom": "^27.1.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.12",
"typescript": "~5.9.2",
"vitest": "^4.0.8"
}
}