-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.33 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.33 KB
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": "dante-astro-theme",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.2",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/newsreader": "^5.1.0",
"astro": "^5.1.2",
"astro-expressive-code": "^0.38.3",
"marked": "^15.0.4",
"remark-mermaidjs": "^7.0.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@tailwindcss/typography": "^0.5.15",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.9"
},
"description": "Dante is a single-author blog and portfolio theme for Astro.js. Featuring a minimal, slick, responsive and content-focused design. For more Astro.js themes please check [justgoodui.com](https://justgoodui.com/).",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sklasfeld/sklasfeld.netlify.app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sklasfeld/sklasfeld.netlify.app/issues"
},
"homepage": "https://sklasfeld.netlify.app"
}