-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "angularbelgrade.org",
"private": true,
"type": "module",
"engines": {
"node": ">=22"
},
"scripts": {
"prepare": "git config core.hooksPath .githooks",
"start": "vite",
"build": "vite build",
"watch": "vite build --watch",
"format": "prettier --write ."
},
"dependencies": {
"@analogjs/content": "2.2.2",
"@analogjs/router": "2.2.2",
"@angular/animations": "21.1.1",
"@angular/common": "21.1.1",
"@angular/compiler": "21.1.1",
"@angular/core": "21.1.1",
"@angular/forms": "21.1.1",
"@angular/platform-browser": "21.1.1",
"@angular/platform-server": "21.1.1",
"@angular/router": "21.1.1",
"rxjs": "7.8.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@analogjs/platform": "2.2.2",
"@analogjs/vite-plugin-angular": "2.2.2",
"@angular/build": "21.1.1",
"@angular/cli": "21.1.1",
"@angular/compiler-cli": "21.1.1",
"lint-staged": "16.2.7",
"prettier": "3.8.1",
"typescript": "5.9.3",
"vite": "7.3.1"
}
}