-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.75 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
55
56
57
58
{
"name": "amrtamer",
"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.9.4",
"@astrojs/netlify": "6.0.0",
"@astrojs/tailwind": "5.1.3",
"@astrojs/vercel": "8.0.0",
"@astrojs/vue": "5.0.1",
"@emailjs/browser": "^3.12.1",
"@fontsource-variable/fira-code": "^5.1.0",
"@iconify/json": "^2.2.279",
"@iconify/tailwind": "^1.1.3",
"@notionhq/client": "^2.2.15",
"@onboardbase/nudgeer-safe": "^0.2.1",
"@vee-validate/zod": "^4.14.7",
"@vueuse/core": "^10.11.1",
"astro": "5.0.1",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-seo": "^0.8.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"emailjs": "^4.0.3",
"embla-carousel": "^8.5.1",
"embla-carousel-vue": "^8.5.1",
"ldrs": "^1.0.2",
"lucide-vue-next": "^0.374.0",
"mini-svg-data-uri": "^1.4.4",
"radix-vue": "^1.9.10",
"react-icons": "^5.4.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"vee-validate": "^4.14.7",
"vue": "^3.5.13",
"vue-sonner": "^1.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.16",
"tailwindcss-motion": "0.4.1-beta"
},
"packageManager": "[email protected]+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631"
}