forked from hswolff/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.36 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
{
"name": "astro",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format:check": "prettier --plugin-search-dir=. --check .",
"format": "prettier --plugin-search-dir=. --write .",
"lint": "eslint ."
},
"dependencies": {
"@astrojs/mdx": "^2.0.3",
"@astrojs/react": "^3.0.9",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@astrojs/vercel": "^6.1.2",
"@astrolib/analytics": "^0.5.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"astro": "^4.0.9",
"fuse.js": "^7.0.0",
"markdown-it": "^14.0.0",
"mdast-util-to-string": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reading-time": "^1.5.0",
"sanitize-html": "^2.11.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@resvg/resvg-js": "^2.4.1",
"@tailwindcss/typography": "^0.5.9",
"@types/github-slugger": "^2.0.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint-plugin-astro": "^0.31.0",
"eslint-plugin-prettier": "^5.0.0",
"github-slugger": "^2.0.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"satori": "^0.10.4"
}
}