-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.44 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
{
"name": "polpiella.dev",
"version": "0.0.1",
"private": true,
"type": "module",
"engines": {
"node": "22.x"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format:fix": "prettier --write ./**/*.{ts,js,svelte,mdx,css,astro}",
"format:check": "prettier --check ./**/*.{ts,js,svelte,mdx,css,astro}"
},
"devDependencies": {
"@astrojs/rss": "4.0.11",
"@astrojs/tailwind": "6.0.2",
"@tailwindcss/typography": "0.5.16",
"@types/markdown-it": "^14.1.2",
"@types/sanitize-html": "^2.16.0",
"astro": "5.7.13",
"autoprefixer": "10.4.21",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"markdown-it": "^14.1.0",
"prettier": "3.5.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.11",
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
"rehype-toc": "3.0.2",
"remark-code-titles": "^0.1.2",
"sanitize-html": "^2.16.0",
"svelte-check": "^4.1.7"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.2.6",
"@astrojs/svelte": "^7.0.13",
"@astrojs/vercel": "^8.0.4",
"@resvg/resvg-js": "^2.6.2",
"fuse.js": "^7.1.0",
"isomorphic-fetch": "^3.0.0",
"rss-parser": "^3.13.0",
"satori": "^0.13.1",
"satori-html": "^0.3.2",
"svelte": "^5.28.6",
"svelte-lite-youtube-embed": "^1.1.0",
"typescript": "^5.8.3"
}
}