-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 996 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 996 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
34
35
{
"name": "bamanyisa",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/tailwind": "^6.0.2",
"@tailwindcss/typography": "^0.5.9",
"astro": "^5.17.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@calcom/embed-react": "^1.2.2",
"@iconify-json/radix-icons": "^1.2.1",
"@iconify-json/ri": "^1.2.3",
"astro-icon": "^1.1.4",
"clsx": "^1.2.1",
"framer-motion": "^10.12.21",
"preact": "^10.7.3",
"slugify": "^1.6.6",
"tailwindcss": "^3.0.24",
"zod": "^3.21.4"
},
"packageManager": "pnpm@10.30.1+sha512.3590e550d5384caa39bd5c7c739f72270234b2f6059e13018f975c313b1eb9fefcc09714048765d4d9efe961382c312e624572c0420762bdc5d5940cdf9be73a"
}