-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
84 lines (84 loc) · 2.54 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
{
"name": "mazipan.space",
"version": "1.0.2025",
"private": true,
"scripts": {
"astro": "astro",
"build": "astro build",
"check-types": "tsc --noEmit --pretty",
"clean": "rm -rf node_modules yarn.lock",
"dev": "astro dev",
"format": "prettier --write .",
"lint": "eslint --ext .astro,.tsx,.ts,.js,.mdx src",
"preview": "astro preview",
"start": "serve ./dist",
"sync": "astro sync"
},
"dependencies": {
"@astrojs/mdx": "^4.0.2",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^4.1.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@expressive-code/core": "^0.38.3",
"@expressive-code/plugin-line-numbers": "^0.38.3",
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@fontsource-variable/space-grotesk": "^5.1.0",
"@fontsource/dela-gothic-one": "^5.1.0",
"astro": "^5.0.5",
"astro-embed": "^0.9.0",
"astro-expressive-code": "^0.38.3",
"astro-icon": "^1.1.4",
"astro-remote": "^0.3.3",
"astro-social-share": "^2.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"expressive-code-color-chips": "^0.1.2",
"feed": "^4.2.2",
"giscus": "^1.5.0",
"github-slugger": "^2.0.0",
"mdast-util-to-string": "^4.0.0",
"nanostores": "^0.11.3",
"object-treeify": "^4.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reading-time": "^1.5.0",
"sharp": "0.33.5",
"tailwind-clip-path": "^1.0.0",
"tailwind-merge": "^2.5.5",
"usehooks-ts": "^3.1.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@expressive-code/plugin-collapsible-sections": "^0.38.3",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@iconify-json/tabler": "^1.2.12",
"@tailwindcss/typography": "^0.5.15",
"@types/mdast": "^4.0.4",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"eslint": "8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-mdx": "^3.1.5",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-tailwindcss": "^3.17.5",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"satori": "^0.12.0",
"satori-html": "^0.3.2",
"serve": "^14.2.4",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"packageManager": "yarn@1.22.22",
"engines": {
"node": ">=v22.9.0"
}
}