-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 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
{
"private": true,
"type": "module",
"scripts": {
"format": "prettier --write .",
"lint": "prettier --check .",
"start": "astro dev",
"build": "astro build",
"preview": "astro build && astro preview",
"install-gifsicle-bin": "node node_modules/gifsicle/lib/install.js"
},
"devDependencies": {
"@astrojs/markdown-remark": "^6.3.10",
"@astrojs/mdx": "^4.3.13",
"@fec/remark-a11y-emoji": "^4.0.2",
"@rollup/pluginutils": "^5.3.0",
"@shikijs/transformers": "^3.19.0",
"@types/gifsicle": "^5.2.2",
"@types/node": "^24.10.3",
"astro": "^5.16.5",
"astro-compress": "^2.3.8",
"estree-walker": "^3.0.3",
"find-cache-directory": "^6.0.0",
"gifsicle": "^7.0.1",
"nanoid": "^5.1.6",
"postcss-preset-env": "^10.5.0",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-class-names": "^2.0.0",
"rehype-external-links": "^3.0.0",
"sass-embedded": "^1.96.0",
"sharp": "^0.34.5",
"shiki": "^3.19.0",
"ultrahtml": "^1.6.0",
"vite": "^6.4.1"
}
}