-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.58 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.58 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "plumber",
"type": "module",
"version": "7.0.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"winsearch": "robocopy dist/pagefind public/pagefind /E",
"osxsearch": "cp -r dist/pagefind public/",
"start": "astro dev",
"build": "astro build && pagefind --site .vercel/output/static",
"preview": "astro preview",
"astro": "astro",
"config-i18n": "node ./scripts/config-i18n.js",
"remove-keystatic": "node ./scripts/remove-keystatic.js",
"seo-audit": "node ./scripts/seo-audit.js",
"generate-favicon-ico": "node ./scripts/generate-favicon-ico.js",
"format": "eslint . --fix && prettier -w \"**/*\" --ignore-unknown --cache",
"lint": "eslint ."
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/react": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/vercel": "^10.0.4",
"@fontsource-variable/inter": "5.2.8",
"@fontsource/inter": "5.2.8",
"@keystatic/astro": "5.0.6",
"@keystatic/core": "0.5.48",
"@pagefind/default-ui": "1.4.0",
"@tabler/icons": "3.35.0",
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/vite": "4.1.14",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@vercel/analytics": "^2.0.1",
"astro": "^6.1.8",
"astro-auto-import": "0.5.1",
"astro-expressive-code": "^0.41.7",
"astro-icon": "1.1.5",
"astro-seo": "^1.1.0",
"motion-on-scroll": "^1.0.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^3.1.1",
"tailwindcss": "4.1.14",
"tw-animate-css": "1.4.0"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.7",
"@eslint/js": "10.0.1",
"@playform/compress": "0.2.2",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "10.0.0",
"eslint-plugin-astro": "1.6.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-simple-import-sort": "12.1.1",
"globals": "16.4.0",
"lodash.debounce": "4.0.8",
"lodash.throttle": "4.1.1",
"pagefind": "1.4.0",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.7.0",
"sharp-ico": "^0.1.5",
"typescript-eslint": "8.56.0"
},
"overrides": {
"sharp": "^0.33.0",
"path-to-regexp": "^8.3.0",
"chokidar": "^5.0.0",
"lodash": "^4.17.22",
"minimatch": "^10.2.1",
"eslint": "10.0.0",
"eslint-plugin-jsx-a11y": {
"minimatch": "3.1.5"
},
"yaml": "2.8.3",
"@keystatic/astro": {
"astro": "$astro"
}
}
}