-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 939 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
{
"name": "portfolio",
"type": "module",
"version": "1.5.0",
"homepage": "https://github.com/ChiragChrg/portfolio",
"author": {
"name": "ChiragChrg",
"email": "[email protected]",
"url": "https://chiragchrg.netlify.app/"
},
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/netlify": "^5.5.3",
"@astrojs/preact": "^3.5.3",
"@astrojs/tailwind": "^5.1.1",
"@emailjs/browser": "^4.4.1",
"@studio-freight/lenis": "^1.0.42",
"astro": "^4.15.12",
"astro-compress": "^2.3.3",
"astro-font": "^0.1.81",
"astro-seo": "^0.8.4",
"gsap": "^3.12.5",
"lucide-preact": "^0.451.0",
"preact": "^10.24.2",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}