-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.82 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.82 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": "astro-bento-portfolio",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.8",
"@astrojs/netlify": "^6.0.1",
"@astrojs/react": "^4.2.0",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^5.0.1",
"@astrojs/svelte": "^7.0.2",
"@astrojs/vercel": "^8.0.8",
"@astrojs/vue": "^4.5.0",
"@expressive-code/plugin-frames": "^0.40.2",
"@expressive-code/plugin-text-markers": "^0.40.2",
"@iconify-json/ri": "^1.2.1",
"@rive-app/canvas": "^2.21.6",
"@studio-freight/lenis": "^1.0.42",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@vercel/analytics": "^1.3.1",
"astro": "^5.1.1",
"astro-embed": "^0.7.2",
"astro-expressive-code": "^0.40.2",
"astro-icon": "^1.1.1",
"astro-robots-txt": "^1.0.0",
"d3": "^7.9.0",
"gsap": "^3.12.5",
"lenis": "^1.1.14",
"mdast-util-to-string": "^4.0.0",
"motion": "^10.18.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"reading-time": "^1.5.0",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.14.0",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"shiki": "^3.0.0",
"solid-js": "^1.9.2",
"svelte": "^5.15.0",
"vue": "^3.4.30",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@unocss/astro": "^0.63.4",
"@unocss/postcss": "^0.63.4",
"@unocss/preset-uno": "^0.63.4",
"@unocss/reset": "^0.63.4",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.20",
"markdown-it": "^14.1.0",
"motion": "^10.18.0",
"sanitize-html": "^2.13.1",
"typescript": "^5.7.2",
"unocss": "^0.63.4"
}
}