-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 918 Bytes
/
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
{
"name": "moshyfawn",
"version": "2.0.0",
"description": "All things moshyfawn",
"private": true,
"author": {
"name": "moshyfawn"
},
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^1.7.2",
"giscus": "^1.2.6",
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^2.0.1",
"rehype-slug": "^5.1.0"
},
"devDependencies": {
"@astrojs/prism": "^1.0.2",
"@astrojs/rss": "^1.2.1",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3",
"@tailwindcss/typography": "^0.5.8",
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.30.0",
"eslint-plugin-astro": "^0.21.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"prettier": "^2.8.1",
"prettier-plugin-astro": "^0.7.0",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.2.4"
}
}