-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.46 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@sapphic/site",
"version": "3.0.0",
"type": "module",
"author": "Sapphic Angels <[email protected]>",
"license": "zlib",
"private": true,
"scripts": {
"build": "astro build",
"check": "astro check",
"dev": "astro dev",
"format": "prettier --w --plugin-search-dir=. --cache .",
"lint": "eslint --fix src/**/*.{ts,astro}",
"start": "astro preview",
"serve": "caddy run --config Caddyfile",
"sync": "astro sync",
"test": "eslint .; prettier -c ."
},
"repository": "https://github.com/SapphicMoe/sapphic.moe",
"packageManager": "[email protected]",
"postcss": {
"plugins": {
"tailwindcss/nesting": {},
"tailwindcss": {},
"autoprefixer": {}
}
},
"dependencies": {
"@astrojs/mdx": "^4.0.7",
"@astrojs/react": "^4.1.6",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.5",
"@catppuccin/tailwindcss": "^0.1.6",
"@catppuccin/vscode": "^3.16.0",
"@fec/remark-a11y-emoji": "^4.0.2",
"@fontsource/atkinson-hyperlegible": "^5.1.1",
"@fontsource/iosevka": "^5.1.0",
"@iconify-json/mdi": "^1.2.3",
"@microflash/remark-figure-caption": "^2.0.2",
"@napi-rs/image": "^1.9.2",
"@tailwindcss/typography": "^0.5.16",
"astro": "^5.1.9",
"astro-auto-import": "^0.4.4",
"astro-expressive-code": "^0.40.0",
"astro-icon": "^1.1.5",
"astro-seo": "^0.8.4",
"date-fns": "^4.1.0",
"mdast-util-to-string": "^4.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-medium-image-zoom": "^5.2.13",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-toc": "^9.0.0",
"satori": "^0.12.1",
"satori-html": "^0.3.2",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17",
"ts-dedent": "^2.2.0",
"ultrahtml": "^1.5.3",
"vite-plugin-arraybuffer": "^0.0.8"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/eslint": "^9.6.1",
"@types/react": "^19.0.8",
"astro-eslint-parser": "^1.2.1",
"astro-worker-links": "^0.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.19.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"jiti": "^2.4.2",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "^5.7.2",
"typescript-eslint": "^8.21.0"
}
}