-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.93 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.93 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
{
"name": "portfolio-clone",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"lint": "eslint .",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/react": "^5.0.4",
"@mdx-js/react": "^3.1.1",
"@mdx-js/rollup": "^3.1.0",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/history": "^1.161.6",
"@tanstack/react-router": "^1.163.2",
"@tanstack/react-router-devtools": "^1.163.2",
"@vercel/analytics": "^2.0.1",
"@vercel/node": "^5.6.16",
"@vercel/og": "^0.11.1",
"@vercel/speed-insights": "^2.0.0",
"@wterm/dom": "^0.3.0",
"@wterm/ghostty": "^0.3.0",
"@wterm/react": "^0.3.0",
"astro": "^6.2.1",
"beautiful-mermaid": "^1.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.38.0",
"gray-matter": "^4.0.3",
"katex": "^0.16.33",
"lucide-react": "^0.468.0",
"radix-ui": "^1.6.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.14.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-mdx-frontmatter": "^5.0.0",
"satori": "^0.25.0",
"shiki": "^3.23.0",
"sonner": "^1.7.4",
"tailwind-merge": "^2.5.5",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@tailwindcss/vite": "^4.0.0-beta.8",
"@tanstack/router-vite-plugin": "^1.163.2",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"tailwindcss": "^4.0.0-beta.8",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1"
}
}