forked from godruoyi/gblog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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
{
"name": "faithful-filament",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@astrojs/mdx": "^1.1.0",
"@astrojs/partytown": "^2.1.0",
"@astrojs/react": "^3.3.0",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.1.0",
"@playform/compress": "^0.0.4",
"astro": "^3.1.0",
"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"
},
"devDependencies": {
"@antfu/eslint-config": "^2.13.3",
"@tailwindcss/typography": "^0.5.13",
"eslint": "^9.0.0",
"eslint-plugin-astro": "^0.34.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"
}
}