-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.15 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.15 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
70
71
72
73
{
"name": "hrgui",
"version": "2026.03.22",
"devDependencies": {
"@astrojs/mdx": "5.0.3",
"@astrojs/preact": "5.1.1",
"@eslint/compat": "^1.2.6",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.20.0",
"@netlify/classnames-template-literals": "^1.0.3",
"@playwright/test": "^1.50.1",
"@preact/preset-vite": "^2.10.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/preact": "^3.2.4",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.13.4",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"@unocss/astro": "^66.6.7",
"@unocss/preset-typography": "^66.6.7",
"@unocss/preset-wind3": "^66.6.7",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.9",
"@vitest/ui": "^2.1.9",
"astro": "6.1.8",
"autoprefixer": "^10.4.20",
"babel-plugin-istanbul": "^7.0.0",
"c8": "^10.1.3",
"classnames": "^2.5.1",
"eslint": "^9.20.1",
"eslint-config-preact": "^1.5.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"gh-pages": "^6.3.0",
"globals": "^15.15.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"lint-staged": "^15.4.3",
"lodash.debounce": "^4.0.8",
"postcss": "^8.5.2",
"preact": "^10.25.4",
"prettier": "^3.5.1",
"prettier-plugin-astro": "^0.14.1",
"remark-gfm": "^4.0.1",
"remark-smartypants": "^3.0.2",
"ts-essentials": "^10.0.4",
"typescript": "^6.0.2",
"unist-util-visit": "^5.0.0",
"unocss": "^66.6.7",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.0"
},
"description": "Portfolio website",
"overrides": {
"preact": "^10.25.1",
"@preact/preset-vite": "^2.9.3"
},
"private": true,
"scripts": {
"dev": "astro dev --port 3000",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier --write \"src/**/*\"",
"test": "vitest",
"test-ui": "vitest --ui",
"lint:es": "eslint src",
"lint": "yarn lint:es && tsc",
"prepare": "husky"
}
}