generated from Ladvace/astro-bento-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.59 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
{
"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.7",
"@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/tailwind": "^5.1.5",
"@astrojs/vercel": "^8.0.1",
"@iconify-json/ri": "^1.2.1",
"@radix-ui/react-slot": "^1.1.1",
"@rive-app/canvas": "^2.21.6",
"@tailwindcss/postcss": "^4.0.0",
"astro": "^5.1.1",
"astro-icon": "^1.1.1",
"astro-robots-txt": "^1.0.0",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"gsap": "^3.12.5",
"lenis": "^1.1.14",
"lucide-react": "^0.474.0",
"mdast-util-to-string": "^4.0.0",
"motion": "^10.18.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"reading-time": "^1.5.0",
"solid-js": "^1.9.2",
"svelte": "^5.15.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "3",
"tailwindcss-animate": "^1.0.7"
},
"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",
"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"
}
}