generated from JustGoodUI/dante-astro-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 799 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
{
"name": "dante-astro-theme",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "npx astro dev",
"start": "npx astro dev",
"build": "npx astro build",
"preview": "npx astro preview",
"astro": "npx astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.7",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.5",
"@fontsource-variable/inter": "^5.1.1",
"@fontsource-variable/newsreader": "^5.1.1",
"astro": "^5.1.10",
"marked": "^15.0.4",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9"
}
}