-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.8 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
{
"name": "eatsteak.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"generate-cards": "node ./generateCards.mjs",
"lint": "eslint"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.0.3",
"@astrojs/rss": "4.0.10",
"@astrojs/sitemap": "3.2.1",
"@astrojs/solid-js": "^5.0.1",
"@astrojs/tailwind": "5.1.4",
"@shikijs/transformers": "^1.24.4",
"@solid-primitives/set": "^0.5.0",
"astro": "5.1.1",
"astro-compress": "^2.3.5",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"cssnano": "^7.0.6",
"mdast-util-from-markdown": "^2.0.2",
"satori": "0.11.0",
"sharp": "^0.33.5",
"solid-js": "^1.9.3",
"solid-transition-group": "^0.2.3",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@hbsnow/rehype-sectionize": "^1.0.7",
"@r4ai/remark-callout": "^0.6.2",
"@types/hast": "^3.0.4",
"classcat": "^5.0.5",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-solid": "^0.14.5",
"mdast-util-to-string": "^4.0.0",
"postcss-nesting": "^13.0.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"reading-time": "^1.5.0",
"rehype": "^13.0.2",
"rehype-pager": "^1.0.0",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2",
"typescript-eslint": "^8.18.2",
"unified": "^11.0.5"
},
"packageManager": "pnpm@9.15.0"
}