-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
63 lines (63 loc) · 1.83 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
{
"name": "@utelecon/utelecon.github.io",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"dev:polling": "USE_POLLING=1 astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"find-link": "node scripts/find-link.js",
"broken-link": "node scripts/broken-link.js",
"unused-asset": "node scripts/unused-asset.js"
},
"dependencies": {
"@astrojs/mdx": "2.3.1",
"@astrojs/react": "3.6.1",
"@astrojs/rss": "^4.0.7",
"@astrolib/analytics": "0.5.0",
"@fontsource-variable/open-sans": "^5.0.29",
"@fontsource/material-icons": "^5.0.18",
"@rollup/plugin-yaml": "4.1.2",
"astro": "4.13.1",
"astro-seo": "0.8.4",
"estree-util-visit": "2.0.0",
"github-slugger": "^2.0.0",
"glob": "^11.0.0",
"gray-matter": "^4.0.3",
"hast-util-select": "6.0.2",
"hast-util-to-text": "^4.0.2",
"mdast-util-mdx": "3.0.0",
"mdast-util-to-hast": "^13.2.0",
"micromark-core-commonmark": "2.0.1",
"micromark-util-character": "2.1.0",
"micromark-util-symbol": "2.0.0",
"normalize.css": "^8.0.1",
"prettier": "^3.3.3",
"rehype-external-links": "3.0.0",
"rehype-minify-whitespace": "^6.0.0",
"rehype-parse": "9.0.0",
"rehype-raw": "7.0.0",
"rehype-remove-comments": "^6.0.0",
"rehype-remove-empty-attribute": "^4.0.0",
"rehype-stringify": "10.0.0",
"remark-attribute-list": "0.3.1",
"remark-parse": "^11.0.0",
"sass": "^1.77.8",
"to-vfile": "8.0.0",
"unified": "11.0.5",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "5.0.0",
"vfile": "6.0.2"
},
"devDependencies": {
"@types/hast": "3.0.4",
"@types/mdast": "4.0.4",
"@types/node": "^22.8.7",
"@types/unist": "3.0.2",
"typescript": "^5.5.4"
}
}