forked from godruoyi/gblog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.76 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
{
"name": "godruoyi.com",
"type": "module",
"version": "1.0.0",
"homepage": "https://godruoyi.com",
"bugs": {
"url": "https://github.com/godruoyi/gblog/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/godruoyi/gblog.git"
},
"license": "MIT",
"author": {
"name": "Godruoyi",
"email": "[email protected]",
"url": "https://godruoyi.com"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@astrojs/mdx": "^3.1.3",
"@astrojs/partytown": "^2.1.1",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@giscus/react": "^3.0.0",
"@playform/compress": "^0.0.4",
"@types/react": "^18.3.2",
"@types/unist": "^3.0.2",
"astro": "^4.14.2",
"astro-compressor": "^0.4.1",
"mdast-util-to-string": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reading-time": "^1.5.0",
"sharp": "^0.33.3",
"sharp-ico": "^0.1.5",
"tailwindcss": "^3.4.3",
"ultrahtml": "^1.5.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.18.0",
"@eslint-react/eslint-plugin": "^1.5.16",
"@tailwindcss/typography": "^0.5.13",
"astro-uploader": "^1.0.1",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.2.0",
"eslint-plugin-format": "^0.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"mysql2": "^3.9.7",
"preline": "^2.1.0",
"timeago.js": "^4.0.2",
"unist-util-visit": "^5.0.0"
}
}