-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.18 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
41
42
43
44
{
"name": "kauefraga.com",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "bun run build && wrangler pages deploy dist"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.6.0",
"@astrojs/rss": "^4.0.7",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/jetbrains-mono": "^5.0.20",
"@fontsource/rubik": "^5.0.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.11.0",
"astro-icon": "^1.1.0",
"markdown-it": "^14.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-typed": "^2.0.12",
"sanitize-html": "^2.13.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"wrangler": "^3.72.3"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.67",
"@iconify-json/ri": "^1.1.22",
"@types/markdown-it": "^14.1.2",
"@types/sanitize-html": "^2.11.0",
"gray-matter": "^4.0.3",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.6.5"
}
}