-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 967 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 967 Bytes
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
{
"name": "callmeecho.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.2.4",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.3.0",
"@astrojs/tailwind": "^6.0.2",
"@catppuccin/tailwindcss": "^0.1.6",
"@catppuccin/vscode": "^3.17.0",
"@fontsource/josefin-sans": "^5.2.5",
"@fontsource/space-mono": "^5.2.5",
"astro": "^5.7.4",
"astro-expressive-code": "^0.35.6",
"astro-icon": "^1.1.5",
"astro-seo": "^0.8.4",
"tailwindcss": "^3.4.17",
"taos": "^1.0.5"
},
"devDependencies": {
"@iconify-json/ic": "^1.2.2",
"@iconify-json/lucide": "^1.2.37",
"@iconify-json/meteor-icons": "^1.2.1",
"@tailwindcss/typography": "^0.5.16",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"sharp": "^0.33.5"
}
}