-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.96 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
{
"name": "howion-notes",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev --host",
"build": "astro build",
"analyze": "ANALYZE=true astro build",
"preview": "astro preview --host",
"lint": "biome lint --write ./src",
"format": "biome format --write ./src",
"deploy": "astro build && bunx vercel deploy --prebuilt --prod --yes"
},
"dependencies": {
"@astrojs/preact": "^6.0.1",
"@astrojs/vercel": "11.0.3",
"@vercel/analytics": "^2.0.1",
"astro": "^7.0.9",
"autoprefixer": "^10.5.2",
"baseline-browser-mapping": "^2.10.43",
"caniuse-lite": "^1.0.30001805",
"clsx": "^2.1.1",
"dayjs": "^1.11.21",
"katex": "^0.17.0",
"katex-copytex": "^1.0.2",
"preact": "^10.29.7",
"remark-gfm": "^4.0.1",
"slugify": "^1.6.9"
},
"devDependencies": {
"@astrojs/sitemap": "^3.7.3",
"@biomejs/biome": "2.5.3",
"@playform/compress": "0.2.3",
"@types/katex": "^0.16.8",
"astro-better-image-service": "^2.2.0",
"astro-critters": "^2.2.1",
"astro-robots-txt": "^1.0.0",
"cssnano": "^8.0.2",
"postcss-calc": "^10.1.1",
"postcss-color-hex-alpha": "^11.0.0",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-for": "^2.1.1",
"postcss-hexrgba": "^2.1.0",
"postcss-import": "^16.1.1",
"postcss-mixins": "^12.1.2",
"postcss-nested": "^7.0.2",
"postcss-simple-vars": "^7.0.1",
"postcss-will-change": "^4.0.1",
"rehype-parse": "^9.0.1",
"rehype-pretty-code": "^0.14.4",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"shiki": "^4.3.1",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0"
}
}