-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.15 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
64
65
66
67
{
"name": "situ-note",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "pnpm run type-check && astro build",
"publish": "node ./scripts/publish.mjs",
"preview": "astro preview",
"test": "vitest",
"type-check": "tsc --noEmit",
"astro": "astro"
},
"dependencies": {
"@antv/g2": "^5.2.10",
"@astrojs/mdx": "^4.0.5",
"@astrojs/react": "^4.1.4",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@fontsource-variable/inconsolata": "^5.1.1",
"@fontsource-variable/noto-sans": "^5.1.1",
"@fontsource-variable/noto-sans-jp": "^5.1.1",
"@fontsource-variable/noto-sans-mono": "^5.1.1",
"@fontsource-variable/noto-sans-sc": "^5.1.1",
"@fontsource-variable/noto-sans-tc": "^5.1.1",
"@fontsource-variable/noto-serif": "^5.1.1",
"@fontsource-variable/noto-serif-jp": "^5.1.2",
"@fontsource-variable/noto-serif-sc": "^5.1.1",
"@fontsource-variable/noto-serif-tc": "^5.1.2",
"@fontsource/fira-code": "^5.1.1",
"@nanostores/react": "^0.8.4",
"astro": "^5.1.6",
"astro-pagefind": "^1.8.0",
"clsx": "^2.1.1",
"es-toolkit": "^1.31.0",
"framer-motion": "^11.18.0",
"indefinite": "^2.5.1",
"katex": "^0.16.20",
"lxgw-wenkai-lite-webfont": "^1.7.0",
"markdown-it": "^13.0.2",
"nanostores": "^0.11.3",
"pluralize": "^8.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-responsive": "^10.0.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sanitize-html": "^2.14.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@types/indefinite": "^2.3.4",
"@types/markdown-it": "^13.0.9",
"@types/pluralize": "^0.0.33",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/sanitize-html": "^2.13.0",
"typescript": "^5.7.3",
"vitest": "^1.6.0",
"zx": "^8.3.0"
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}