-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 864 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
{
"name": "my-portfolio-site",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"vercel": "vercel"
},
"dependencies": {
"@astrojs/react": "^3.3.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.3",
"@heroicons/react": "^1.0.6",
"@tremor/react": "^3.16.1",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vercel/analytics": "^1.2.2",
"astro": "^4.6.3",
"daisyui": "^4.10.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^2.12.6",
"tailwindcss": "^3.4.3",
"ts-pattern": "^5.1.1"
},
"devDependencies": {
"@headlessui/tailwindcss": "^0.2.0",
"@tailwindcss/typography": "^0.5.12",
"vercel": "^34.1.1"
}
}