-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.9 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.9 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
63
64
65
66
67
68
69
70
{
"name": "cscc09.com",
"version": "3.0.0",
"private": true,
"engines": {
"node": ">=18.13.0"
},
"type": "module",
"scripts": {
"dev": "ng serve",
"ng": "ng",
"start": "yarn dev",
"build": "ng build",
"watch": "ng build --watch",
"test": "ng test",
"prettier": "prettier --write \"{,!(node_modules|dist|build|coverage|.angular)/**/}*.{js,jsx,ts,tsx,json,component.html,md}\""
},
"resolutions": {
"axios": "^1.13.5",
"eslint-visitor-keys": "4.2.1",
"h3": "^1.15.5",
"vite": "^6.4.2"
},
"simple-git-hooks": {
"pre-commit": "yarn pretty-quick --staged"
},
"dependencies": {
"@analogjs/content": "^2.3.1",
"@analogjs/router": "^2.3.1",
"@angular/animations": "^21.2.5",
"@angular/common": "^21.2.5",
"@angular/compiler": "^21.2.5",
"@angular/core": "^21.2.5",
"@angular/forms": "^21.2.5",
"@angular/platform-browser": "^21.2.5",
"@angular/platform-browser-dynamic": "^21.2.5",
"@angular/platform-server": "^21.2.9",
"@angular/router": "^21.2.5",
"@angular/ssr": "^21.2.3",
"@nx/angular": "^22.6.0",
"front-matter": "^4.0.2",
"marked": "^17.0.4",
"marked-gfm-heading-id": "^4.1.3",
"marked-highlight": "^2.2.3",
"marked-mangle": "^1.1.12",
"mermaid": "^11.13.0",
"prismjs": "^1.30.0",
"rxjs": "~7.8.0",
"tslib": "^2.4.0",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@analogjs/platform": "^2.3.1",
"@analogjs/vite-plugin-angular": "^2.3.1",
"@angular-devkit/build-angular": "^21.2.3",
"@angular/build": "21.2.3",
"@angular/cli": "^21.2.3",
"@angular/compiler-cli": "^21.2.5",
"@nx/devkit": "^22.6.0",
"@nx/vite": "~22.6.0",
"jsdom": "^29.0.0",
"nx": "~22.6.0",
"prettier": "^3.8.1",
"pretty-quick": "^4.1.1",
"simple-git-hooks": "^2.13.1",
"typescript": "~5.9.3",
"vite": "^6.4.2",
"vitest": "^4.1.0"
}
}