-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 959 Bytes
/
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
{
"name": "concu-project",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vue": "^4.0.8",
"@radix-icons/vue": "^1.0.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slider": "^1.1.2",
"@vueuse/core": "^10.7.2",
"astro": "^4.3.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"embla-carousel": "^8.0.0-rc22",
"embla-carousel-vue": "^8.0.0-rc22",
"lucide-vue-next": "^0.323.0",
"radix-vue": "^1.4.2",
"swiper": "^11.0.6",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.161.0",
"typescript": "^5.3.3",
"vanilla-tilt": "^1.8.1",
"vue": "^3.4.15"
}
}