-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.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
{
"name": "neohome",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview"
},
"devDependencies": {
"@_viper/iosevka": "^1.5.4",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.2.1",
"@eslint/js": "^9.23.0",
"@fontsource/geist-sans": "^5.2.5",
"@maxmmyron/rehype-section-headings": "^1.3.0",
"@resvg/resvg-js": "^2.6.2",
"@shikijs/rehype": "^3.2.1",
"@tabler/icons": "^3.31.0",
"@tailwindcss/vite": "^4.0.15",
"@types/node": "^22.13.11",
"@types/react": "^19.1.2",
"@typescript-eslint/parser": "^8.27.0",
"astro": "^5.5.4",
"eslint": "^9.23.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"hast-util-from-html": "^2.0.3",
"less": "^4.2.2",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"react": "^19.1.0",
"rehype": "^13.0.2",
"remark": "^15.0.1",
"remark-github-blockquote-alert": "^1.3.0",
"remark-lesetid": "^1.4.0",
"remark-mark-highlight": "^0.1.1",
"satori": "^0.12.1",
"shiki": "^3.2.1",
"tailwindcss": "^4.0.15",
"typescript": "^5.8.2",
"typescript-eslint": "^8.27.0",
"unified": "^11.0.5",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0",
"vite-plugin-arraybuffer": "^0.1.0"
},
"dependencies": {
"posthog-js": "^1.275.1"
}
}