-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.27 KB
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
{
"name": "ibrahim-nurul-huda",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@alpinejs/intersect": "^3.11.1",
"@astrojs/alpinejs": "^0.1.3",
"@astrojs/deno": "^4.0.2",
"@astrojs/image": "^0.14.0",
"@astrojs/mdx": "^0.16.0",
"@astrojs/netlify": "^2.1.3",
"@astrojs/react": "^2.0.2",
"@astrojs/tailwind": "^3.0.1",
"@astrojs/vercel": "^3.1.4",
"@rive-app/canvas": "^1.0.98",
"@types/alpinejs": "^3.7.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"alpinejs": "^3.11.1",
"astro": "^2.0.17",
"astro-compress": "^1.1.29",
"astro-compressor": "^0.3.0",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-icon": "^0.8.0",
"astro-integration-lottie": "^0.1.1",
"astro-robots-txt": "^0.3.11",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"lottie-web": "^5.10.2",
"node-fetch": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.31.3",
"swiper": "^9.0.5",
"tailwindcss": "^3.2.4",
"vercel": "^28.16.12"
},
"devDependencies": {
"postcss-nesting": "^11.2.1"
}
}