-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 761 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 761 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
{
"name": "shivanshshukla",
"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.16.9",
"@astrojs/react": "^2.1.3",
"@astrojs/tailwind": "^3.1.2",
"@fontsource/poppins": "^4.5.10",
"@fontsource/space-mono": "^4.5.12",
"@headlessui/react": "^1.7.14",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"astro": "^2.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.1",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"rehype-add-classes": "^1.0.0"
}
}