-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
33 lines (33 loc) · 854 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
{
"name": "itsmy.fyi",
"scripts": {
"astro": "astro",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier --write '**/*' --ignore-unknown"
},
"devDependencies": {
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/typography": "^0.5.12",
"dotenv": "^16.4.5",
"postcss": "^8.4.27",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.4.3"
},
"dependencies": {
"@astrojs/vercel": "^7.5.2",
"@octokit/rest": "^20.0.1",
"@upstash/ratelimit": "^0.4.3",
"@upstash/redis": "^1.21.0",
"astro": "^4.5.16",
"astro-font": "^0.0.80",
"date-fns": "^3.6.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"sitemap": "^7.1.1"
}
}