-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 788 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 788 Bytes
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
{
"name": "steven-portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^5.1.1",
"@iconify-json/uil": "^1.2.3",
"@tailwindcss/vite": "^4.1.15",
"@vueuse/core": "^14.0.0",
"astro": "^5.14.8",
"astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.546.0",
"marked": "^16.4.1",
"motion-v": "^1.7.3",
"reka-ui": "^2.6.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.15",
"tw-animate-css": "^1.4.0",
"vue": "^3.5.22"
},
"devDependencies": {
"@iconify/vue": "^5.0.0",
"sass-embedded": "^1.93.2"
}
}