-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (62 loc) · 2.13 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
{
"name": "@noel/site",
"description": "🐾 Noel's personal website, blog, and documentation site made with Astro",
"version": "13.0.2",
"private": true,
"type": "module",
"author": "Noel Towa <[email protected]>",
"homepage": "https://floofy.dev",
"repository": "https://github.com/auguwu/floofy.dev",
"bugs": "https://github.com/auguwu/floofy.dev/issues",
"license": "MIT",
"scripts": {
"preview": "astro preview",
"build": "astro build",
"lint": "bun run scripts/eslint.ts",
"fmt": "bun run scripts/prettier.ts",
"dev": "astro dev"
},
"dependencies": {
"@astrojs/node": "9.0.0",
"@astrojs/rss": "4.0.10",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.4",
"@augu/pino-transport": "1.4.0",
"@fontsource/cantarell": "5.1.0",
"@fontsource/jetbrains-mono": "5.1.1",
"@fontsource/open-sans": "5.1.0",
"@tailwindcss/typography": "0.5.15",
"astro": "5.1.1",
"astro-icon": "1.1.4",
"autoprefixer": "10.4.20",
"pino": "9.5.0",
"remark-github-alerts": "0.1.0",
"remark-twemoji": "0.1.1",
"tailwindcss": "3.4.17",
"twemoji": "14.0.2"
},
"devDependencies": {
"@actions/core": "1.11.1",
"@augu/eslint-config": "5.3.0",
"@augu/tsconfig": "1.2.0",
"@iconify-json/fa-brands": "1.2.1",
"@iconify-json/logos": "1.2.4",
"@iconify-json/radix-icons": "1.2.2",
"@iconify-json/vscode-icons": "1.2.6",
"@types/bun": "1.1.14",
"@types/node": "22.10.2",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"astro-eslint-parser": "1.1.0",
"colorette": "2.0.20",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-formatter-codeframe": "7.32.1",
"eslint-plugin-astro": "0.34.0",
"eslint-plugin-perfectionist": "4.4.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.9",
"typescript": "5.7.2"
}
}