-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
{
"name": "wakhidpangestu.vercel.app",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "wrangler pages dev ./dist",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^6.5.1",
"@astrojs/image": "^0.17.1",
"@astrojs/mdx": "^0.19.7",
"@astrojs/partytown": "^1.2.3",
"@astrojs/react": "^2.2.1",
"@astrojs/sitemap": "^1.3.3",
"@astrojs/tailwind": "^4.0.0",
"@astrojs/vercel": "^3.5.1",
"@headlessui/react": "^1.7.8",
"@heroicons/react": "^2.0.14",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@uidotdev/usehooks": "^2.0.1",
"astro": "^2.7.2",
"astro-imagetools": "^0.6.17",
"astro-seo": "^0.6.1",
"autoprefixer": "^10.4.13",
"dayjs": "^1.11.7",
"motion": "^10.16.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sharp": "^0.32.1",
"tailwind-merge": "^1.8.1",
"tailwindcss": "^3.2.4",
"typescript": "^5.1.3"
},
"volta": {
"node": "18.16.0"
},
"devDependencies": {
"prettier": "^2.8.3",
"prettier-plugin-astro": "^0.8.1",
"prettier-plugin-tailwindcss": "^0.2.2",
"sass": "^1.57.1",
"wrangler": "^2.8.1"
}
}