-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 761 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 761 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
{
"name": "dante-astro-theme",
"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.3.5",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.5.1",
"@astrojs/tailwind": "^6.0.2",
"astro": "^5.13.7",
"astro-expressive-code": "^0.40.1",
"astro-theme-toggle": "^0.5.1",
"marked": "^13.0.2",
"tailwindcss": "^3.4.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5"
}
}