-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.35 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
{
"name": "uwx.github.io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.3",
"@astrojs/rss": "^4.0.11",
"@astrojs/solid-js": "^5.0.1",
"@atcute/client": "^2.0.6",
"@atcute/oauth-browser-client": "^1.0.9",
"@atcute/tid": "^1.0.2",
"@atcute/whitewind": "^1.0.4",
"@atproto/syntax": "^0.3.1",
"@giscus/solid": "^3.1.0",
"@monaco-editor/loader": "^1.4.0",
"@picocss/pico": "^2.0.6",
"astro": "^5.1.1",
"kitty-agent": "^8.3.0",
"marked": "^15.0.6",
"monaco-editor": "^0.52.2",
"rehype-expressive-code": "^0.39.0",
"rehype-react": "^8.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"rehype-twemojify": "^4.0.5",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"solid-js": "^1.9.4",
"unified": "^11.0.5",
"webamp": "0.0.0-next-6d3b7fc"
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"devDependencies": {
"@types/node": "^22.10.5",
"lightningcss": "^1.29.1",
"postcss-lightningcss": "^1.0.1",
"sass-embedded": "^1.83.1"
}
}