-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.21 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.21 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"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"
},
"dependencies": {
"@astrojs/mdx": "4.3.14",
"@astrojs/partytown": "^2.1.5",
"@astrojs/react": "4.4.2",
"@astrojs/rss": "^4.0.18",
"@fontsource-variable/open-sans": "^5.2.7",
"@fontsource/material-icons": "^5.2.7",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^3.3.0",
"@material-design-icons/svg": "^0.14.15",
"@rollup/plugin-yaml": "4.1.2",
"astro": "5.18.1",
"astro-seo": "0.8.4",
"estree-util-visit": "2.0.0",
"github-slugger": "^2.0.0",
"glob": "^13.0.6",
"gray-matter": "^4.0.3",
"hast-util-is-element": "^3.0.0",
"hast-util-select": "6.0.4",
"hast-util-to-text": "^4.0.2",
"js-yaml": "^4.1.1",
"mdast-util-mdx": "3.0.0",
"mdast-util-to-hast": "^13.2.1",
"micromark-core-commonmark": "2.0.3",
"micromark-util-character": "2.1.1",
"micromark-util-symbol": "2.0.1",
"normalize.css": "^8.0.1",
"prettier": "^3.8.1",
"rehype-external-links": "3.0.0",
"rehype-minify-whitespace": "^6.0.2",
"rehype-parse": "9.0.1",
"rehype-raw": "7.0.0",
"rehype-remove-comments": "^6.1.1",
"rehype-remove-empty-attribute": "^4.0.1",
"rehype-stringify": "10.0.1",
"remark-attribute-list": "0.4.0",
"remark-cjk-friendly": "^1.2.3",
"remark-cjk-friendly-gfm-strikethrough": "^1.2.3",
"remark-parse": "^11.0.0",
"sass": "^1.98.0",
"semver": "^7.7.4",
"to-vfile": "8.0.0",
"unified": "11.0.5",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "5.1.0",
"vfile": "6.0.3"
},
"devDependencies": {
"@types/hast": "3.0.4",
"@types/js-yaml": "^4.0.9",
"@types/mdast": "4.0.4",
"@types/node": "^24.12.0",
"@types/semver": "^7.7.1",
"@types/unist": "3.0.3",
"typescript": "^5.9.3"
}
}