-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.48 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
{
"name": "ryanccn.dev",
"version": "0.0.1",
"type": "module",
"private": true,
"repository": "https://github.com/ryanccn/ryanccn.dev.git",
"author": "Ryan Cao",
"license": "MIT",
"scripts": {
"dev": "eleventy --serve",
"build:eleventy": "cross-env NODE_ENV=production eleventy",
"build:opengraph": "node src/utils/ogImage/index.js",
"build": "run-s clean build:eleventy build:opengraph",
"clean": "node -e \"for (const path of ['./_site', './.cache', './pages.json']) fs.rmSync(path, { recursive: true, force: true });\"",
"preview": "sirv _site",
"lint": "eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@11ty/eleventy": "3.0.0",
"@11ty/eleventy-fetch": "5.0.1",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@awmottaz/prettier-plugin-void-html": "^1.6.1",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@resvg/resvg-js": "^2.6.2",
"@ryanccn/eslint-config": "^0.4.2",
"@ryanccn/gql": "^2.0.0",
"@shikijs/markdown-it": "1.23.1",
"@shikijs/transformers": "1.23.1",
"@stylistic/eslint-plugin": "^2.11.0",
"@tailwindcss/postcss": "4.0.0-beta.1",
"@tailwindcss/typography": "^0.5.15",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.9.1",
"cross-env": "^7.0.3",
"cssnano": "^7.0.6",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"eleventy-plugin-icons": "4.5.1",
"eleventy-plugin-reading-time": "^0.0.1",
"esbuild": "^0.24.0",
"eslint": "^9.15.0",
"eslint-plugin-unicorn": "^56.0.1",
"html-minifier": "^4.0.0",
"image-meta": "^0.2.1",
"kleur": "^4.1.5",
"lucide-static": "^0.460.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-toc-done-right": "^4.2.0",
"npm-run-all2": "^7.0.1",
"p-limit": "^6.1.0",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-mixins": "^11.0.3",
"postcss-preset-env": "^10.1.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.9",
"satori": "^0.12.0",
"sharp": "^0.33.5",
"shiki": "1.23.1",
"simple-icons": "^13.17.0",
"sirv-cli": "^3.0.0",
"svgo": "^3.3.2",
"tailwindcss": "4.0.0-beta.1",
"tinyexec": "^0.3.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0",
"zod": "^3.23.8"
},
"packageManager": "[email protected]+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}