-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.54 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
{
"name": "portfolio-v3",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.18.0",
"@astrojs/mdx": "^3.1.8",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@fontsource-variable/space-grotesk": "^5.1.0",
"@nivo/calendar": "^0.84.0",
"@nivo/core": "^0.84.0",
"@sanity/astro": "^3.1.6",
"@sanity/client": "^6.22.2",
"@sanity/image-url": "^1.0.2",
"@sanity/types": "^3.62.2",
"@sanity/visual-editing": "^2.4.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.7",
"astro-beam": "^1.1.2",
"astro-portabletext": "^0.10.0",
"chart.js": "^4.4.6",
"clsx": "^2.1.1",
"convert-csv-to-json": "^2.49.0",
"date-fns": "^3.6.0",
"framer-motion": "^10.18.0",
"groq": "^3.62.2",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"sanity": "^3.62.2",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/faker": "^6.6.11",
"tsx": "^4.19.2",
"vite": "^5.4.10"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}