forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.55 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
{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@jop-software/astro-cookieconsent": "^3.0.0",
"@thewebforge/astro-og-images": "^3.0.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"aos": "^2.3.4",
"astro": "^4.15.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-mermaidjs": "^6.0.0",
"sharp": "^0.33.5",
"vanilla-cookieconsent": "^3.0.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/partytown": "^2.1.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.2.0",
"@frontmatter/extensibility": "^0.0.14",
"@resvg/resvg-js": "^2.6.2",
"@types/uuid": "^9.0.8",
"@typescript-eslint/parser": "^6.21.0",
"date-fns": "^3.6.0",
"dayjs": "^1.11.13",
"eslint": "^8.57.1",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-jsx-a11y": "^6.10.0",
"html-encoder-decoder": "^1.3.10",
"html-entities": "^2.5.2",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.13.0",
"reading-time": "^1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-toc": "^9.0.0",
"tw-to-css": "^0.0.12",
"typescript": "^5.6.2",
"uuid": "^9.0.1"
}
}