-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.89 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
{
"name": "floofy.dev",
"description": "🐾 Noel's personal website made with Astro",
"version": "14.0.0",
"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 scripts/eslint.ts",
"fmt": "bun scripts/prettier.ts",
"dev": "astro dev"
},
"dependencies": {
"@astrojs/node": "9.1.3",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.3.0",
"@astrojs/tailwind": "6.0.1",
"@fontsource/cantarell": "5.2.5",
"@fontsource/jetbrains-mono": "5.2.5",
"@fontsource/open-sans": "5.2.5",
"@tailwindcss/typography": "0.5.16",
"astro": "5.5.4",
"astro-icon": "1.1.5",
"autoprefixer": "10.4.21",
"remark-github-alerts": "0.1.1",
"remark-twemoji": "0.1.1",
"twemoji": "14.0.2"
},
"devDependencies": {
"@actions/core": "1.11.1",
"@augu/eslint-config": "5.3.1",
"@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.16",
"@types/bun": "1.2.5",
"@types/node": "22.13.11",
"colorette": "2.0.20",
"eslint": "9.22.0",
"eslint-config-prettier": "10.1.1",
"eslint-formatter-codeframe": "7.32.1",
"eslint-plugin-astro": "1.3.1",
"prettier": "3.5.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.11",
"tailwindcss": "4.0.15",
"typescript": "5.8.2",
"typescript-eslint": "8.27.0"
}
}