-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
63 lines (63 loc) · 1.67 KB
/
package.json
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
{
"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}\""
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@analogjs/content": "^1.0.2",
"@analogjs/router": "^1.0.2",
"@angular/animations": "^17.3.1",
"@angular/common": "^17.3.1",
"@angular/compiler": "^17.3.1",
"@angular/core": "^17.3.1",
"@angular/forms": "^17.3.1",
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@angular/platform-server": "^17.3.1",
"@angular/router": "^17.3.1",
"@nx/angular": "^18.0.0",
"front-matter": "^4.0.2",
"marked": "^5.0.2",
"marked-gfm-heading-id": "^3.0.4",
"marked-highlight": "^2.0.1",
"mermaid": "^10.2.4",
"prismjs": "^1.29.0",
"rxjs": "~7.5.6",
"tslib": "^2.4.0",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@analogjs/platform": "^1.0.2",
"@angular-devkit/build-angular": "^17.3.1",
"@angular/cli": "^17.3.1",
"@angular/compiler-cli": "^17.3.1",
"@nx/vite": "~16.8.1",
"@nx/devkit": "^18.0.0",
"@analogjs/vite-plugin-angular": "^1.0.2",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"nx": "~16.8.1",
"prettier": "^3.0.1",
"pretty-quick": "^3.1.3",
"typescript": "~5.4.3",
"vite": "^5.0.0",
"vitest": "^1.3.1"
}
}