-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.31 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
{
"name": "@lucjosin/lucasjosino.com",
"packageManager": "[email protected]",
"version": "1.13.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"sync": "astro sync",
"clean": "rm -rf ./dist",
"og:clean": "rm -rf ./public/static/open-graph/*.png"
},
"devDependencies": {
"@adapttive/remark-responsive-tables": "^1.0.1",
"@astrojs/sitemap": "3.1.1",
"@lucjosin/remark-alert-blocks": "./plugins/remark-alert-blocks",
"@lucjosin/remark-code-highlight": "./plugins/remark-code-highlight",
"@lucjosin/remark-code-set": "./plugins/remark-code-set",
"@lucjosin/remark-image-caption": "./plugins/remark-image-caption",
"@lucjosin/remark-post-reference": "./plugins/remark-post-reference",
"@lucjosin/remark-readme-stats": "./plugins/remark-readme-stats",
"@lucjosin/remark-slider": "./plugins/remark-slider",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"astro": "^4.16.8",
"astro-compress": "^2.3.5",
"astro-expressive-code": "^0.38.1",
"astro-icon": "^1.1.1",
"astro-rename": "^1.1.2",
"astro-robots-txt": "^1.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.31.4",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-collapse": "^0.1.2",
"remark-numbered-footnote-labels": "^1.1.0",
"remark-toc": "^9.0.0",
"satori": "^0.11.3",
"satori-og": "^1.0.0",
"svgo": "2.8.0",
"typescript": "^5.6.3"
},
"dependencies": {
"@astrojs/react": "3.0.10",
"@astrojs/rss": "4.0.5",
"@expressive-code/plugin-line-numbers": "^0.33.4",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/simple-icons": "^1.1.93",
"@iconify-json/tabler": "^1.1.118",
"@resvg/resvg-js": "^2.5.0",
"@swup/astro": "^1.3.2",
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.14",
"astro-meta-tags": "^0.3.1",
"medium-zoom": "^1.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reading-time": "^1.5.0"
},
"resolutions": {
"sharp": "0.33.1"
}
}