-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.38 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
{
"name": "hayapo-blog",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prepare": "panda codegen",
"markuplint": "markuplint --config .markuplintrc.ts \"./src/**/*.{astro, mdx}\"",
"format": "prettier --write --plugin=prettier-plugin-astro ."
},
"dependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/preact": "^3.5.0",
"@astrojs/react": "^3.6.0",
"@astrojs/rss": "^4.0.6",
"@resvg/resvg-js": "^2.6.2",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.11.0",
"astro-icon": "^1.1.0",
"postcss": "8.4.27",
"preact": "^10.22.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"satori": "^0.10.13"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.67",
"@iconify-json/ri": "^1.1.21",
"@iconify-json/simple-icons": "^1.1.106",
"@markuplint/astro-parser": "^3.12.0",
"@markuplint/ml-config": "^3.14.0",
"@pandacss/dev": "^0.13.1",
"@playwright/test": "^1.44.1",
"@textlint/textlint-plugin-markdown": "^13.4.1",
"markuplint": "^3.15.0",
"textlint": "^13.4.1",
"textlint-rule-preset-ja-spacing": "^2.4.3",
"textlint-rule-preset-japanese": "^8.0.0",
"textlint-rule-preset-jtf-style": "^2.3.14"
}
}