-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
107 lines (107 loc) · 2.94 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
103
104
105
106
107
{
"name": "site",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev --host",
"build": "astro build",
"build:cf": "CLOUDFLARE=true astro build",
"preinstall": "npx only-allow pnpm",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@docsearch/css": "^3.5.0",
"@docsearch/js": "^3.5.0",
"@floating-ui/dom": "^1.5.0",
"@leeoniya/ufuzzy": "^1.0.8",
"@vercel/og": "^0.5.17",
"@vercel/postgres": "^0.5.1",
"@vidstack/react": "^1.12.11",
"astro": "^4.10.0",
"clsx": "^1.2.0",
"d3-interpolate": "^3.0.1",
"html-entities": "^2.4.0",
"js-cookie": "^3.0.5",
"json5": "^2.2.3",
"just-debounce-it": "^3.2.0",
"media-icons": "^1.1.3",
"monaco-editor": "^0.48.0",
"nprogress": "^0.2.0",
"vidstack": "^1.12.11"
},
"devDependencies": {
"@algolia/client-search": "^4.20.0",
"@astrojs/cloudflare": "^11.2.0",
"@astrojs/mdx": "^3.1.0",
"@astrojs/node": "^8.2.5",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/svelte": "^5.5.0",
"@astrojs/tailwind": "^5.1.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@iconify-json/lucide": "^1.1.112",
"@maverick-js/cli": "0.40.4",
"@tailwindcss/container-queries": "^0.1.1",
"@types/d3-interpolate": "^3.0.4",
"@types/js-cookie": "^3.0.6",
"@types/markdown-it": "^13.0.0",
"@types/mdast": "^4.0.0",
"@types/node": "^20.8.0",
"@types/react": "^18.0.0",
"astro-auto-import": "^0.4.2",
"dashjs": "^4.7.4",
"globby": "^13.2.2",
"hast": "^1.0.0",
"hast-util-to-html": "^9.0.0",
"hast-util-to-string": "^3.0.0",
"hastscript": "^8.0.0",
"hls.js": "^1.4.0",
"html-escaper": "^3.0.3",
"lint-staged": "^13.0.0",
"lru-cache": "^10.0.0",
"markdown-it": "^13.0.1",
"mdast": "^3.0.0",
"mdast-util-mdx-jsx": "^3.0.0",
"prettier": "^3.0.0",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-svelte": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.9",
"react": "^18.0.0",
"rehype-autolink-headings": "^7.0.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-directive": "^3.0.0",
"sharp": "^0.32.5",
"shiki": "^1.0.0",
"simple-git-hooks": "^2.8.0",
"slugify": "^1.6.6",
"solid-js": "^1.8.5",
"svelte": "^4.2.8",
"svelte2tsx": "^0.6.19",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "^5.4.5",
"unified": "^11.0.2",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^5.0.0",
"unist-util-walker": "^1.0.0",
"unplugin-icons": "^0.18.0",
"vite": "^5.0.0",
"vue": "^3.3.8"
},
"simple-git-hooks": {
"pre-commit": "npx --no-install lint-staged --allow-empty"
},
"lint-staged": {
"*": "prettier --write"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"volta": {
"node": "18.17.1"
},
"packageManager": "pnpm@8.7.0"
}