-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.85 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
61
62
63
64
65
66
67
68
69
{
"name": "openng.org",
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=20.19.1"
},
"scripts": {
"ng": "ng",
"dev": "vite",
"start": "pnpm run dev",
"build": "vite build",
"watch": "vite build --watch",
"test": "vitest",
"preview": "node dist/analog/server/index.mjs"
},
"private": true,
"dependencies": {
"@analogjs/content": "^2.6.1",
"@analogjs/router": "^2.6.1",
"@angular/animations": "^22.0.0",
"@angular/cdk": "22.0.0",
"@angular/common": "^22.0.0",
"@angular/compiler": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/forms": "^22.0.0",
"@angular/platform-browser": "^22.0.0",
"@angular/platform-server": "^22.0.0",
"@angular/router": "^22.0.0",
"@ng-icons/core": ">=32.0.0 <34.0.0",
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
"@spartan-ng/brain": "^1.0.2",
"@tailwindcss/vite": "^4.1.4",
"@tanstack/angular-table": "^8.21.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"front-matter": "^4.0.2",
"h3": "^1.13.0",
"marked": "^15.0.7",
"marked-gfm-heading-id": "^4.1.1",
"marked-highlight": "^2.2.1",
"marked-mangle": "^1.1.10",
"postcss": "^8.5.3",
"prismjs": "^1.29.0",
"rxjs": "~7.8.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.1.4",
"tslib": "^2.3.0"
},
"devDependencies": {
"@analogjs/platform": "^2.6.1",
"@analogjs/vite-plugin-angular": "^2.6.1",
"@analogjs/vitest-angular": "^2.6.1",
"@angular/build": "^22.0.0",
"@angular/cli": "^22.0.0",
"@angular/compiler-cli": "^22.0.0",
"@spartan-ng/cli": "^1.0.2",
"jsdom": "^22.0.0",
"tw-animate-css": "^1.4.0",
"typescript": "~6.0.0",
"vite": "^8.0.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^4.1.0"
},
"overrides": {
"vite": "$vite",
"vitest": "$vitest"
}
}