-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.03 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "@ngx-primer/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"serve": "nx run documentations:serve",
"format": "nx format:write",
"lint": "nx run-many -t lint",
"test": "nx run-many -t test",
"build": "nx run-many -t build",
"publish": "nx release"
},
"private": true,
"dependencies": {
"@analogjs/content": "^1.7.0",
"@analogjs/router": "^1.7.0",
"@angular/animations": "~18.2.13",
"@angular/common": "~18.2.13",
"@angular/compiler": "~18.2.13",
"@angular/core": "~18.2.13",
"@angular/forms": "~18.2.13",
"@angular/platform-browser": "~18.2.13",
"@angular/platform-browser-dynamic": "~18.2.13",
"@angular/platform-server": "~18.2.13",
"@angular/router": "~18.2.13",
"@angular/ssr": "~18.2.12",
"express": "~4.18.3",
"marked": "^5.0.2",
"marked-gfm-heading-id": "^3.0.4",
"marked-highlight": "^2.0.1",
"marked-mangle": "^1.1.7",
"prismjs": "^1.29.0",
"rxjs": "~7.8.1",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@analogjs/platform": "1.10.0-beta.6",
"@analogjs/vite-plugin-angular": "^1.9.0",
"@analogjs/vitest-angular": "^1.9.0",
"@angular-devkit/build-angular": "~18.2.12",
"@angular-devkit/core": "~18.2.12",
"@angular-devkit/schematics": "~18.2.12",
"@angular/cli": "~18.2.12",
"@angular/compiler-cli": "~18.2.13",
"@angular/language-service": "~18.2.13",
"@eslint/js": "^9.15.0",
"@ng-icons/core": "^29.10.0",
"@ng-icons/heroicons": "^29.10.0",
"@nx/angular": "20.1.3",
"@nx/devkit": "20.1.3",
"@nx/eslint": "20.1.3",
"@nx/eslint-plugin": "20.1.3",
"@nx/jest": "20.1.3",
"@nx/js": "20.1.3",
"@nx/playwright": "20.1.3",
"@nx/vite": "20.1.3",
"@nx/web": "20.1.3",
"@nx/workspace": "20.1.3",
"@playwright/test": "^1.49.0",
"@schematics/angular": "~18.2.12",
"@swc-node/register": "~1.9.2",
"@swc/core": "~1.5.29",
"@swc/helpers": "~0.5.15",
"@types/express": "4.17.14",
"@types/jest": "^29.5.14",
"@types/node": "18.16.9",
"@typescript-eslint/utils": "^8.16.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"angular-eslint": "^18.4.2",
"autoprefixer": "^10.4.20",
"class-variance-authority": "0.7.1-canary.2",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-playwright": "^1.8.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "~14.1.1",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.4.0",
"nanoid": "5.0.8",
"ng-packagr": "~18.2.1",
"nx": "20.1.3",
"postcss": "^8.4.49",
"postcss-url": "~10.1.3",
"prettier": "^2.8.8",
"tailwindcss": "^3.4.15",
"ts-jest": "^29.2.5",
"ts-node": "10.9.1",
"tslib": "^2.8.1",
"typescript": "~5.5.4",
"typescript-eslint": "^8.16.0",
"verdaccio": "^5.33.0",
"vite": "^5.4.11",
"vite-plugin-dts": "~3.8.3",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^2.0.0"
},
"nx": {
"includedScripts": []
}
}