-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1017 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
36
37
{
"name": "blog-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/prism": "^2.1.2",
"@astrojs/react": "^2.1.3",
"@astrojs/tailwind": "^3.1.2",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@sanity/client": "^6.1.1",
"@sanity/image-url": "^1.0.2",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"astro": "^2.4.4",
"astro-portabletext": "^0.9.0",
"groq": "^3.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@astrojs/partytown": "^1.2.2",
"@portabletext/types": "^2.0.2",
"@sanity/types": "^3.11.1",
"@tailwindcss/typography": "^0.5.9"
}
}