-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) 路 1.89 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) 路 1.89 KB
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 <cutie@floofy.dev>",
"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": "11.1.5",
"@astrojs/rss": "4.0.19",
"@astrojs/sitemap": "3.7.4",
"@astrojs/tailwind": "6.0.2",
"@fontsource/cantarell": "5.3.0",
"@fontsource/jetbrains-mono": "5.3.0",
"@fontsource/open-sans": "5.3.0",
"@tailwindcss/typography": "0.5.20",
"astro": "7.2.10",
"astro-icon": "1.2.0",
"autoprefixer": "10.5.4",
"remark-github-alerts": "0.1.1",
"remark-twemoji": "0.1.1",
"twemoji": "14.0.2"
},
"devDependencies": {
"@actions/core": "3.0.1",
"@augu/eslint-config": "5.3.1",
"@augu/tsconfig": "1.2.0",
"@iconify-json/fa-brands": "1.2.2",
"@iconify-json/logos": "1.2.13",
"@iconify-json/radix-icons": "^1.2.2",
"@iconify-json/vscode-icons": "1.2.76",
"@types/bun": "1.4.0",
"@types/node": "26.4.1",
"colorette": "2.0.20",
"eslint": "10.9.1",
"eslint-config-prettier": "10.1.8",
"eslint-formatter-codeframe": "7.32.2",
"eslint-plugin-astro": "3.1.0",
"prettier": "3.9.6",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.8.1",
"tailwindcss": "4.3.3",
"typescript": "6.0.3",
"typescript-eslint": "8.69.0"
}
}