-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.43 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
{
"name": "@hrwg/source",
"version": "1.0.0",
"private": true,
"description": "Mono-repository for my personal website - hrwg.de",
"author": "Rico Herwig <rico@hrwg.de>",
"license": "MIT",
"engines": {
"node": "^20.8.0"
},
"packageManager": "pnpm@8.0.0",
"scripts": {
"build": "nx build website",
"lint": "nx lint website",
"preview": "nx preview website",
"serve": "nx serve website",
"serve:dist": "node dist/apps/website/server/entry.express.mjs",
"qwik": "qwik"
},
"repository": {
"type": "git",
"url": "https://github.com/rherwig/hrwg-de.git"
},
"devDependencies": {
"@builder.io/qwik": "1.2.15",
"@builder.io/qwik-city": "1.2.15",
"@eslint/eslintrc": "2.1.2",
"@eslint/js": "8.52.0",
"@fontsource-variable/alegreya": "5.0.9",
"@fontsource-variable/source-sans-3": "5.0.18",
"@hrwg/eslint-config": "workspace:*",
"@nx/eslint": "17.0.2",
"@nx/eslint-plugin": "17.0.2",
"@nx/jest": "17.0.2",
"@nx/js": "17.0.2",
"@nx/node": "17.0.2",
"@nx/vite": "17.0.2",
"@nx/workspace": "17.0.2",
"@tailwindcss/typography": "0.5.10",
"@types/compression": "1.7.5",
"@types/express": "4.17.20",
"@types/node": "20.8.9",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@unocss/preset-wind": "0.57.2",
"@vitest/ui": "0.34.6",
"autoprefixer": "10.4.16",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-qwik": "1.2.15",
"eslint-plugin-vitest-globals": "1.4.0",
"globals": "13.23.0",
"jsonc-eslint-parser": "2.4.0",
"nx": "17.0.2",
"postcss": "8.4.31",
"prettier": "3.0.3",
"qwik-nx": "1.0.11",
"qwik-speak": "0.16.0",
"sass": "1.69.5",
"tailwind-scrollbar": "3.0.5",
"tailwindcss": "3.3.5",
"tailwindcss-debug-screens": "2.2.1",
"typescript": "5.2.2",
"vite": "4.5.0",
"vite-tsconfig-paths": "4.2.1",
"vitest": "0.34.6"
},
"dependencies": {
"@qwikest/icons": "0.0.13",
"compression": "1.7.4",
"express": "4.18.2",
"node-fetch": "3.3.2",
"tslib": "2.6.2",
"undici": "5.27.0"
}
}