-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
{
"name": "@jordemort/blog",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"serve": "podman run --rm -ti -v $(pwd)/dist/:/usr/share/nginx/html -p 33000:80 nginx:latest"
},
"devDependencies": {
"@astrojs/mdx": "^0.17.2",
"@astrojs/sitemap": "^1.0.0",
"astro": "^2.10.15",
"astro-compress": "^2.0.15",
"feed": "^4.2.2"
},
"dependencies": {
"@astrojs/vue": "^1.2.1",
"@fontsource/source-code-pro": "^4.5.12",
"@fontsource/source-sans-pro": "^4.5.11",
"@types/html-to-text": "^9.0.0",
"@types/metascraper": "^5.14.1",
"@types/sql.js": "^1.4.4",
"@wordpress/escape-html": "^2.21.0",
"article-parser": "^7.2.4",
"canvas": "^2.10.2",
"css": "^3.0.0",
"garou": "^0.7.4",
"html-to-text": "^9.0.3",
"jsdom": "^21.0.0",
"metascraper": "^5.32.0",
"metascraper-description": "^5.31.3",
"metascraper-title": "^5.31.3",
"microformats-parser": "^1.4.1",
"rehype-accessible-emojis": "^0.3.2",
"rehype-katex": "^6.0.2",
"rehype-raw": "^6.1.1",
"rehype-rewrite": "^3.0.6",
"remark-gemoji": "^7.0.1",
"remark-kroki": "^0.3.6",
"remark-math": "^5.1.1",
"remark-plugin-oembed": "^0.1.0",
"sql.js": "^1.8.0",
"sql.js-httpvfs": "^0.8.12",
"vue": "^3.2.45"
}
}