-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.21 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 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
74
75
76
77
78
79
{
"name": "hope-website",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"lint": "eslint .",
"format": "eslint . --fix",
"preview": "astro preview",
"astro": "astro",
"prepare": "husky"
},
"dependencies": {
"@astrojs/compiler-rs": "^0.3.1",
"@astrojs/markdown-remark": "^7.2.1",
"@astrojs/mdx": "^7.0.3",
"@astrojs/rss": "^4.0.19",
"@astrojs/svelte": "^9.0.1",
"@iconify/svelte": "^5.2.2",
"@sveltejs/enhanced-img": "^0.11.0",
"@unocss/astro": "^66.7.5",
"astro": "^7.1.3",
"astro-icon": "^1.1.5",
"astro-mermaid": "^2.1.0",
"astro-seo": "^1.1.0",
"fast-xml-builder": "^1.3.0",
"gsap": "^3.15.0",
"katex": "^0.18.1",
"mdast-util-to-string": "^4.0.0",
"mermaid": "^11.16.0",
"reading-time": "^1.5.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sanitize-html": "^2.17.6",
"sharp": "0.35.3",
"simplex-noise": "^4.0.3",
"svelte": "^5.56.8",
"takumi-js": "^2.5.0",
"ufo": "^1.6.4",
"unocss": "^66.7.5",
"unocss-preset-animations": "^1.3.0",
"unocss-preset-shadcn": "^1.0.1",
"vfile": "^6.0.3"
},
"devDependencies": {
"@antfu/eslint-config": "^9.2.0",
"@astrojs/ts-plugin": "^1.10.10",
"@eslint-react/eslint-plugin": "^5.18.0",
"@iconify-json/cib": "^1.2.3",
"@iconify-json/lucide": "^1.2.120",
"@img/sharp-win32-x64": "^0.35.3",
"@types/mdast": "^4.0.4",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/sanitize-html": "^2.16.1",
"@unocss/eslint-plugin": "^66.7.5",
"@unocss/extractor-svelte": "^66.7.5",
"@unocss/preset-web-fonts": "^66.7.5",
"bits-ui": "^2.18.1",
"clsx": "^2.1.1",
"embla-carousel-svelte": "^8.6.0",
"eslint": "^10.8.0",
"eslint-plugin-astro": "^3.0.1",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"eslint-plugin-svelte": "^3.22.0",
"husky": "^9.1.7",
"lint-staged": "^17.2.0",
"react": "^19.2.8",
"tailwind-merge": "^3.6.0",
"tailwind-variants": "^3.3.0",
"typescript": "^6.0.3"
},
"lint-staged": {
"*": "pnpm lint"
}
}