-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.64 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.64 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
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
85
86
87
88
{
"name": "hazelweakly.me",
"version": "1.0.0",
"private": true,
"description": "my website",
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"start": "eleventy --serve --incremental",
"start:prod": "ELEVENTY_ENV=prod eleventy --serve",
"build": "ELEVENTY_ENV=prod eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hazelweakly/hazelweakly.me.git"
},
"author": "hazelweakly",
"license": "MIT",
"bugs": {
"url": "https://github.com/hazelweakly/hazelweakly.me/issues"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^6.0.1",
"@11ty/eleventy-plugin-directory-output": "^1.0.1",
"@11ty/eleventy-plugin-rss": "^2.0.3",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"@fullhuman/postcss-purgecss": "7.0.2",
"@marp-team/marp-cli": "^4.1.1",
"@marp-team/marp-core": "^4.0.1",
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/node-loader": "^3.1.0",
"@mermaid-js/mermaid-cli": "^11.4.2",
"@minify-html/node": "0.15.0",
"@minify-html/node-darwin-aarch64": "^0.15.0",
"@parcel/css": "^1.14.0",
"@types/markdown-it": "^14.1.2",
"@types/temp": "^0.9.4",
"@wekanteam/markdown-it-mermaid": "^0.6.4",
"@wooorm/starry-night": "^3.6.0",
"critical": "^7.2.1",
"decktape": "^3.14.0",
"eleventy-plugin-embed-everything": "^1.19.0",
"eleventy-plugin-helmet": "^0.2.2",
"eslint": "^9.18.0",
"hast-util-to-html": "^9.0.4",
"he": "^1.2.0",
"jsdom": "^26.0.0",
"luxon": "^3.5.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.3.1",
"markdown-it-bracketed-spans": "^1.0.1",
"markdown-it-deflist": "^3.0.0",
"markdown-it-eleventy-img": "^0.10.2",
"markdown-it-footnote": "^4.0.0",
"markdown-it-include": "^2.0.0",
"markdown-it-multimd-table": "^4.2.3",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"markdown-it-table-of-contents": "^0.8.0",
"mathup": "1.0.0-rc.2",
"modern-css-reset": "^1.4.0",
"netlify-cli": "^18.0.1",
"postcss": "^8.5.1",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-import-ext-glob": "^2.1.1",
"postcss-load-config": "^6.0.1",
"postcss-parcel-css": "^0.5.1",
"posthtml": "^0.16.6",
"prettier": "^3.4.2",
"prettier-plugin-slidev": "^1.0.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"slugify": "^1.6.6",
"smol-toml": "^1.3.4",
"tailwindcss": "^3.4.17",
"temp": "^0.9.4"
},
"pnpm": {
"patchedDependencies": {
"@minify-html/node@0.15.0": "patches/@minify-html__node@0.15.0.patch"
}
}
}