-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.41 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "magic-flute",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"vercel": "vercel dev"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/netlify": "^5.2.0",
"@astrojs/react": "^3.3.2",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.2",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/montserrat": "^5.0.16",
"@fontsource-variable/noto-sans-arabic": "^5.0.8",
"@fontsource-variable/vazirmatn": "^5.0.17",
"@fontsource/lalezar": "^5.0.8",
"@hookform/resolvers": "^3.3.4",
"@nanostores/react": "^0.7.2",
"@netlify/plugin-emails": "^1.1.1",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/alpinejs": "^3.13.5",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"@wavesurfer/react": "^1.0.5",
"astro": "^4.7.0",
"astro-icon": "^0.8.1",
"chrome-aws-lambda": "~7.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"framer-motion": "^11.1.7",
"fuse.js": "^7.0.0",
"lodash-es": "^4.17.21",
"lucide-react": "^0.372.0",
"mdast-util-to-string": "^4.0.0",
"nanostores": "^0.10.3",
"next-themes": "^0.3.0",
"node-mailjet": "^6.0.5",
"puppeteer-core": "~7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"reading-time": "^1.5.0",
"rehype-figure": "^1.0.1",
"satori": "^0.10.13",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"vaul": "^0.9.0",
"wavesurfer.js": "^7.7.13",
"zod": "^3.23.4"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash-es": "^4.17.11",
"@typescript-eslint/parser": "^6.10.0",
"astro-eslint-parser": "^0.16.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.1",
"prettier-plugin-tailwindcss": "^0.5.7"
}
}