-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "my-portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.0.0",
"@astrojs/sitemap": "^2.0.1",
"@astrojs/tailwind": "^5.0.0",
"@fontsource/catamaran": "^5.0.8",
"@fontsource/poppins": "^5.0.8",
"astro": "^3.0.3",
"astro-seo": "^0.8.0",
"astro-icon": "^0.8.0",
"scrollreveal": "^4.0.9",
"sharp": "^0.32.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.2",
"vanilla-tilt": "^1.8.0"
},
"devDependencies": {
"@swup/a11y-plugin": "^3.0.0",
"@swup/body-class-plugin": "^2.0.1",
"@swup/head-plugin": "^1.3.0",
"@swup/overlay-theme": "^1.1.1",
"@swup/scroll-plugin": "^2.0.3",
"@swup/slide-theme": "^1.0.5",
"@tailwindcss/typography": "^0.5.9",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"swup": "^3.0.7",
"tailwind-scrollbar": "^3.0.4",
"typescript": "^5.2.2"
}
}