-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.57 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.57 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
45
46
47
48
49
50
51
52
53
54
{
"name": "fireisdev-website",
"description": "Website of FireIsGood",
"type": "module",
"version": "1.0.0",
"homepage": "https://github.com/FireIsGood/fireis.dev",
"license": "MIT",
"author": {
"name": "FireIsGood",
"email": "contact@fireis.dev",
"url": "https://fireis.dev/"
},
"repository": "github:fireisgood/fireis.dev",
"scripts": {
"start": "astro dev",
"dev": "astro dev",
"devo": "astro dev --open",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"lint": "prettier . --check --log-level=warn && markdownlint-cli2 src/**/*.{md,mdx}",
"format": "prettier . --write --log-level=warn && markdownlint-cli2 src/**/*.{md,mdx} -fix",
"prepare": "husky"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.6",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "^7.0.3",
"astro": "^5.1.7",
"astro-breadcrumbs": "^2.3.0",
"astro-expressive-code": "^0.38.3",
"markdown-it": "^14.1.0",
"sanitize-html": "^2.13.0",
"sharp": "^0.33.3",
"svelte": "^5.19.0",
"typescript": "^5.7.3"
},
"devDependencies": {
"hast-util-to-string": "^3.0.0",
"hastscript": "^9.0.0",
"husky": "^9.0.11",
"markdownlint-cli2": "^0.13.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-svelte": "^3.2.3",
"rehype-accessible-emojis": "^0.3.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sass": "^1.77.5"
}
}