-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.62 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
{
"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 *"
},
"dependencies": {
"@analogjs/content": "1.9.0",
"@analogjs/router": "1.9.0",
"@angular/animations": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/platform-server": "^18.0.0",
"@angular/router": "^18.0.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"front-matter": "^4.0.2",
"marked": "^5.0.2",
"marked-gfm-heading-id": "^3.1.0",
"marked-highlight": "^2.0.1",
"marked-mangle": "^1.1.7",
"mermaid": "^10.2.4",
"prismjs": "^1.29.0",
"rxjs": "~7.8.0",
"tslib": "^2.4.0",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@analogjs/platform": "1.9.0",
"@analogjs/vite-plugin-angular": "1.9.0",
"@angular-devkit/build-angular": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"@nx/angular": "19.8.2",
"@nx/devkit": "19.8.2",
"@nx/eslint": "19.8.2",
"@nx/vite": "19.8.2",
"@nx/workspace": "19.8.2",
"autoprefixer": "^10.4.0",
"jsdom": "^22.1.0",
"nx": "19.8.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.2",
"typescript": "~5.4.2",
"vite": "^5.0.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^1.3.1"
}
}