-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.2 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
{
"name": "astro-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"check": "astro check && prettier --check src/",
"format": "prettier --write src/",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.1.0",
"@astrojs/partytown": "^2.0.4",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/react": "^3.0.9",
"@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.0.2",
"@fontsource/inter": "^4.5.15",
"@fontsource/jetbrains-mono": "^4.5.12",
"@phosphor-icons/react": "^2.0.6",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^4.2.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@radix-ui/colors": "^0.1.8",
"@tailwindcss/typography": "^0.5.9",
"prettier": "^2.8.4",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.2.4",
"windy-radix-palette": "^0.5.0",
"windy-radix-typography": "^0.1.0"
}
}