-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "kousheralam.github.io",
"type": "module",
"version": "0.9.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"change": "changeset",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.1.3",
"@astrojs/partytown": "^2.0.1",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/react": "^3.0.3",
"@astrojs/sitemap": "^3.0.2",
"@astrojs/tailwind": "^5.0.2",
"@changesets/cli": "^2.27.9",
"@fontsource-variable/inter": "^5.0.13",
"astro": "^3.4.0",
"date-fns": "^2.30.0",
"firebase": "^10.5.1",
"micromodal": "^0.4.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"tailwindcss": "^3.3.2",
"tiny-slider": "^2.9.4",
"viewerjs": "^1.11.6",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6"
}
}