-
-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
46 lines (46 loc) · 1.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
{
"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/netlify": "^5.5.3",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^4.4.2",
"@astrojs/svelte": "^5.7.2",
"@iconify-json/ri": "^1.2.1",
"@rive-app/canvas": "^2.21.6",
"astro": "^4.16.5",
"astro-icon": "^1.1.1",
"astro-robots-txt": "^1.0.0",
"autoprefixer": "^10.4.20",
"d3": "^7.9.0",
"gsap": "^3.12.5",
"lenis": "^1.1.14",
"mdast-util-to-string": "^4.0.0",
"motion": "^10.18.0",
"reading-time": "^1.5.0",
"solid-js": "^1.9.2",
"svelte": "^4.2.19"
},
"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.6.3",
"unocss": "^0.63.4"
}
}