-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.68 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
{
"name": "portfolio-analog",
"version": "1.0.0",
"private": true,
"type": "module",
"engines": {
"node": ">=20.18.0"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch",
"test": "ng test"
},
"dependencies": {
"@analogjs/content": "1.9.0",
"@analogjs/router": "1.9.0",
"@angular/animations": "18.2.9",
"@angular/cdk": "18.2.10",
"@angular/common": "18.2.9",
"@angular/compiler": "18.2.9",
"@angular/core": "18.2.9",
"@angular/forms": "18.2.9",
"@angular/platform-browser": "18.2.9",
"@angular/platform-browser-dynamic": "18.2.9",
"@angular/platform-server": "18.2.9",
"@angular/router": "18.2.9",
"@ng-icons/core": "^29.5.2",
"@ng-icons/font-awesome": "^29.5.2",
"@nx/angular": "20.0.6",
"@spartan-ng/ui-core": "^0.0.1-alpha.356",
"@spartan-ng/ui-tabs-brain": "^0.0.1-alpha.356",
"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.1",
"tailwindcss-animated": "^1.1.2",
"tslib": "^2.8.0",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@analogjs/platform": "1.9.0",
"@angular-devkit/build-angular": "18.2.9",
"@angular/cli": "^18.2.10",
"@angular/compiler-cli": "18.2.9",
"@nx/vite": "20.0.6",
"@spartan-ng/cli": "^0.0.1-alpha.331",
"autoprefixer": "^10.4.14",
"jsdom": "^22.1.0",
"nx": "20.0.6",
"postcss": "^8.4.21",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"typescript": "~5.5.4",
"vite": "^5.4.10",
"vitest": "2.1.3"
}
}