-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 986 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
{
"name": "gumori",
"type": "module",
"version": "0.0.1",
"license": "WTFPL",
"repository": "importantimport/gumori",
"homepage": "https://github.com/importantimport/gumori",
"bugs": "https://github.com/importantimport/gumori/issues",
"author": "藍+85CD",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"lint": "prettier .",
"format": "prettier -w --plugin-search-dir=. ."
},
"devDependencies": {
"@types/node": "^18.11.18",
"@vite-pwa/astro": "^0.0.1",
"astro": "^2.0.4",
"fff-flavored-frontmatter": "~0.5.0",
"prettier": "^2.8.3",
"prettier-plugin-astro": "^0.8.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.9.2",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"shiki": "^0.14.0",
"vite-plugin-pwa": "^0.14.1"
},
"dependencies": {
"@astrojs/rss": "^2.1.0",
"@astrojs/sitemap": "^1.0.1"
}
}