-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
35 lines (35 loc) · 915 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
{
"name": "alexcarpenter-me",
"type": "module",
"version": "4.0.3-alpha",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.4",
"@floating-ui/dom": "^1.6.12",
"@shikijs/transformers": "^1.24.4",
"@sindresorhus/slugify": "^2.2.1",
"astro": "5.1.7",
"astro-icon": "^1.1.5",
"keyux": "^0.10.0",
"markdown-it": "^14.1.0",
"sanitize-html": "^2.14.0",
"sharp": "^0.33.5",
"typescript": "^5.7.2"
},
"devDependencies": {
"@tailwindcss/vite": "4.0.0-beta.2",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "4.0.0-beta.2"
}
}