generated from Ladvace/astro-bento-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.5 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
{
"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/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.2",
"@astrojs/solid-js": "^4.0.1",
"@astrojs/svelte": "^5.3.0",
"@astrojs/vercel": "^7.5.4",
"@iconify-json/carbon": "^1.1.32",
"@iconify-json/cib": "^1.1.8",
"@iconify-json/ion": "^1.1.18",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/material-symbols": "^1.1.79",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/noto-v1": "^1.1.11",
"@iconify-json/ri": "^1.1.20",
"@iconify-json/simple-icons": "^1.1.101",
"@iconify-json/vscode-icons": "^1.1.34",
"@rive-app/canvas": "^2.14.0",
"@studio-freight/lenis": "^1.0.42",
"astro": "^4.5.18",
"astro-icon": "^1.1.0",
"astro-robots-txt": "^1.0.0",
"autoprefixer": "^10.4.19",
"d3": "^7.9.0",
"gsap": "^3.12.5",
"mdast-util-to-string": "^4.0.0",
"motion": "^10.17.0",
"reading-time": "^1.5.0",
"solid-js": "^1.8.16",
"svelte": "^4.2.12"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@unocss/astro": "^0.59.0",
"@unocss/postcss": "^0.59.0",
"@unocss/preset-uno": "^0.59.0",
"@unocss/reset": "^0.59.0",
"autoprefixer": "^10.4.19",
"markdown-it": "^14.1.0",
"motion": "^10.17.0",
"sanitize-html": "^2.13.0",
"unocss": "^0.59.0"
}
}