-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.8 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.8 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
{
"name": "uwu.network",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"preview:wrangler": "astro build && wrangler dev",
"deploy": "astro build && wrangler deploy"
},
"devDependencies": {
"@astrojs/compiler-rs": "^0.1.6",
"@astrojs/mdx": "^5.0.2",
"@astrojs/rss": "^4.0.17",
"@astrojs/sitemap": "^3.7.1",
"@astrojs/vue": "^6.0.1",
"@crossani/spring": "^1.1.0",
"@fontsource-variable/source-serif-4": "^5.2.9",
"@fontsource/geist": "^5.2.8",
"@iconify-json/material-symbols": "^1.2.40",
"@iconify-json/simple-icons": "^1.2.53",
"@radix-ui/colors": "^3.0.0",
"@shikijs/rehype": "^3.13.0",
"@shikijs/transformers": "^3.13.0",
"@types/katex": "^0.16.7",
"@types/node": "^25.5.0",
"@unocss/astro": "^66.6.7",
"astro": "^6.0.7",
"astro-auto-import": "^0.5.1",
"astro-compress": "^2.4.0",
"astro-icon": "^1.1.5",
"astro-purgecss": "^6.0.0",
"crossani": "^1.3.3",
"dprint": "^0.49.1",
"hastscript": "^9.0.1",
"image-size": "^2.0.2",
"katex": "^0.16.9",
"linkedom": "^0.18.12",
"mdast-util-to-string": "^4.0.0",
"mingine-engine": "1.1.3",
"purgecss": "^8.0.0",
"reading-time": "^1.5.0",
"remark-directive": "^4.0.0",
"remark-emoji": "^5.0.2",
"sass": "^1.98.0",
"sharp": "^0.34.5",
"shiki": "^3.13.0",
"unist-util-visit": "^5.0.0",
"unocss": "^66.5.11",
"unocss-preset-radix-colors": "^0.2.0",
"vue": "^3.5.30",
"wrangler": "^4.54.0"
},
"type": "module",
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"dprint",
"esbuild",
"sharp",
"workerd"
]
}
}