-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.74 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.74 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
{
"name": "ryancraigmartin.com",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"start": "nx serve rcmdotcom",
"build": "nx build rcmdotcom",
"ulh": "npx unlighthouse@latest --site https://ryancraigmartin.com",
"pretty": "npx prettier@latest -w *",
"pb:serve": "./pocketbase serve"
},
"dependencies": {
"@analogjs/content": "1.14.1",
"@analogjs/router": "1.14.1",
"@angular-devkit/schematics": "^19.2.13",
"@angular/animations": "19.2.9",
"@angular/common": "19.2.9",
"@angular/compiler": "19.2.9",
"@angular/core": "19.2.9",
"@angular/forms": "19.2.9",
"@angular/platform-browser": "19.2.9",
"@angular/platform-browser-dynamic": "19.2.9",
"@angular/platform-server": "19.2.9",
"@angular/router": "19.2.9",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"front-matter": "^4.0.2",
"marked": "^15.0.12",
"marked-gfm-heading-id": "^4.1.1",
"marked-highlight": "^2.0.1",
"marked-mangle": "^1.1.7",
"mermaid": "^11.6.0",
"pocketbase": "^0.26.0",
"prismjs": "^1.29.0",
"rxjs": "~7.8.0",
"tslib": "^2.4.0",
"zone.js": "0.15.1"
},
"devDependencies": {
"@analogjs/platform": "1.14.1",
"@analogjs/vite-plugin-angular": "~1.10.0",
"@angular-devkit/build-angular": "19.2.9",
"@angular/compiler-cli": "19.2.9",
"@nx/angular": "21.1.2",
"@nx/devkit": "21.1.2",
"@nx/eslint": "21.1.2",
"@nx/vite": "21.1.2",
"@nx/workspace": "21.1.2",
"autoprefixer": "^10.4.0",
"jiti": "2.4.2",
"jsdom": "^26.1.0",
"nx": "21.1.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.2",
"typescript": "5.8.3",
"vite": "6.3.5",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.4"
}
}