forked from angular-sanctuary/angular-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.44 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@angular-hub/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"start": "nx serve angular-hub",
"build": "nx build angular-hub"
},
"private": true,
"dependencies": {
"@analogjs/content": "1.3.0",
"@analogjs/router": "1.3.0",
"@angular/animations": "17.3.7",
"@angular/cdk": "17.3.7",
"@angular/common": "17.3.7",
"@angular/compiler": "17.3.7",
"@angular/core": "17.3.7",
"@angular/forms": "17.3.7",
"@angular/platform-browser": "17.3.7",
"@angular/platform-browser-dynamic": "17.3.7",
"@angular/platform-server": "17.3.7",
"@angular/pwa": "^17.3.6",
"@angular/router": "17.3.7",
"@angular/service-worker": "17.3.7",
"@rx-angular/template": "^17.0.0",
"date-fns": "^2.30.0",
"front-matter": "^4.0.2",
"marked": "^5.0.2",
"marked-gfm-heading-id": "^3.1.0",
"marked-highlight": "^2.0.1",
"mermaid": "^10.2.4",
"primeicons": "^7.0.0",
"primeng": "^17.16.0",
"prismjs": "^1.29.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"valibot": "^0.30.0",
"zone.js": "0.14.5"
},
"devDependencies": {
"@analogjs/platform": "1.3.0",
"@analogjs/vite-plugin-angular": "1.3.0",
"@angular-devkit/build-angular": "17.3.6",
"@angular-devkit/core": "17.3.6",
"@angular-devkit/schematics": "17.3.6",
"@angular/cli": "~17.3.0",
"@angular/compiler-cli": "17.3.7",
"@angular/language-service": "17.3.7",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@nx/angular": "18.3.0",
"@nx/cypress": "18.3.0",
"@nx/devkit": "18.3.0",
"@nx/eslint": "18.3.0",
"@nx/eslint-plugin": "18.3.0",
"@nx/js": "18.3.0",
"@nx/vite": "18.3.0",
"@nx/workspace": "18.3.0",
"@schematics/angular": "17.3.6",
"@swc-node/register": "1.8.0",
"@swc/core": "~1.3.85",
"@types/node": "^18.16.9",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"autoprefixer": "^10.4.0",
"cypress": "^13.6.6",
"daisyui": "^4.10.5",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-html": "^7.1.0",
"husky": "^8.0.3",
"jsdom": "^22.0.0",
"lint-staged": "^15.1.0",
"nx": "18.3.0",
"postcss": "^8.4.5",
"prettier": "3.1.1",
"tailwindcss": "^3.0.2",
"typescript": "5.4.5",
"vite": "5.2.11",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "1.3.1"
}
}