-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 3.83 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
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "sushichan.live",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "pnpm run /^dev:.*/",
"dev:astro": "astro dev",
"dev:hcm": "pnpm run typegen:css --watch",
"start": "astro dev",
"astro": "astro",
"build": "astro build",
"preview": "wrangler pages dev ./dist",
"lint": "eslint",
"lint:check": "eslint --max-warnings 0",
"format": "prettier --write .",
"format:check": "prettier --check .",
"stylelint": "stylelint \"src/**/*.{css,scss,astro}\"",
"stylelint:check": "stylelint \"src/**/*.{css,scss,astro}\" --max-warnings=0",
"typecheck": "tsc --noEmit",
"test": "vitest",
"typegen": "pnpm run /^typegen:.*/",
"typegen:astro": "astro sync",
"typegen:cf": "wrangler types",
"typegen:css": "hcm 'src/**/*.module.{css,scss,less}' --logLevel=silent",
"postinstall": "pnpm run typegen"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20 <21"
},
"dependencies": {
"@astrojs/cloudflare": "11.1.0",
"@astrojs/mdx": "3.1.8",
"@astrojs/react": "3.6.2",
"@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.2",
"@astrojs/ts-plugin": "1.10.4",
"@expressive-code/plugin-collapsible-sections": "0.37.1",
"@formkit/tempo": "0.1.2",
"@iconify/iconify": "3.1.1",
"@radix-ui/react-navigation-menu": "1.2.1",
"@radix-ui/react-slot": "1.1.0",
"@resvg/resvg-js": "2.6.2",
"@unocss/reset": "0.63.6",
"astro": "4.16.7",
"astro-auto-import": "0.4.4",
"astro-embed": "0.7.4",
"astro-expressive-code": "0.37.1",
"astro-seo": "0.8.4",
"cloudinary": "2.5.1",
"clsx": "2.1.1",
"framer-motion": "11.11.10",
"katex": "0.16.11",
"marked": "14.1.3",
"mdast-util-to-string": "4.0.0",
"nprogress": "0.2.0",
"open-graph-scraper-lite": "2.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-player": "2.16.0",
"react-tweet": "3.2.1",
"reading-time": "1.5.0",
"rehype-katex": "7.0.1",
"rehype-unwrap-images": "1.0.0",
"remark-emoji": "5.0.1",
"remark-math": "6.0.0",
"sanitize-html": "2.13.1",
"satori": "0.11.2",
"tailwind-merge": "2.5.4",
"tailwind-variants": "0.2.1",
"undici": "6.20.1"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
"@cloudflare/workers-types": "4.20241022.0",
"@double-great/stylelint-a11y": "3.0.2",
"@iconify/json": "2.2.264",
"@textlint/textlint-plugin-markdown": "14.3.0",
"@types/eslint": "9.6.1",
"@types/node": "20.17.1",
"@types/nprogress": "0.2.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/sanitize-html": "2.13.0",
"@virtual-live-lab/eslint-config": "2.2.7",
"@virtual-live-lab/prettier-config": "2.0.7",
"@virtual-live-lab/stylelint-config": "2.0.12",
"@virtual-live-lab/tsconfig": "2.1.9",
"astro-eslint-parser": "1.0.3",
"daisyui": "4.12.13",
"eslint": "9.13.0",
"happy-css-modules": "3.1.1",
"postcss": "8.4.47",
"postcss-html": "1.7.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"sass": "1.80.4",
"stylelint": "16.10.0",
"stylelint-config-html": "1.1.0",
"stylelint-config-recess-order": "5.1.1",
"stylelint-config-recommended": "14.0.1",
"stylelint-config-sass-guidelines": "12.1.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-declaration-block-no-ignored-properties": "2.8.0",
"stylelint-value-no-unknown-custom-properties": "6.0.1",
"tailwindcss": "3.4.14",
"textlint": "14.3.0",
"textlint-rule-preset-japanese": "10.0.3",
"tsx": "4.19.1",
"typescript": "5.6.3",
"typescript-eslint": "8.11.0",
"typescript-eslint-parser-for-extra-files": "0.7.0",
"unplugin-icons": "0.19.3",
"vitest": "2.1.3",
"wrangler": "3.83.0"
}
}