-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.37 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": "personal-portfolio",
"version": "2.0",
"description": "A updated portfolio version using Astro",
"type": "module",
"author": {
"name": "ALVIN DENNIS"
},
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^4.4.2",
"@astrojs/svelte": "^5.7.3",
"@iconify-json/ri": "^1.2.3",
"@radix-ui/react-slot": "^1.1.0",
"astro": "^4.16.10",
"astro-icon": "^1.1.2",
"astro-robots-txt": "^1.0.0",
"astro-webmanifest": "^1.0.0",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"d3": "^7.9.0",
"gsap": "^3.12.5",
"lenis": "^1.1.16",
"lucide-astro": "^0.456.0",
"lucide-react": "^0.456.0",
"motion": "^10.18.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.3",
"svelte": "^4.2.19",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@unocss/astro": "^0.63.6",
"@unocss/postcss": "^0.63.6",
"@unocss/preset-uno": "^0.63.6",
"@unocss/reset": "^0.63.6",
"autoprefixer": "^10.4.20",
"motion": "^10.18.0",
"typescript": "^5.6.3",
"unocss": "^0.63.6"
}
}