-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.85 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "ladybug-blog",
"version": "1.1.5",
"description": "Ladybug's blog.",
"license": "MIT",
"private": true,
"author": {
"name": "Ladybug Team"
},
"homepage": "https://blog.ladybugdb.com",
"keywords": [
"JavaScript",
"Astro",
"react",
"tailwindcss",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/ladybugdb/ladybug-blog"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"youtube": "node scripts/youtube.cjs",
"newpost": "astro-md-generator",
"format": "prettier -w .",
"lint:eslint": "eslint . --ext .js,.ts,.astro"
},
"devDependencies": {
"@astrojs/mdx": "4.3.0",
"@astrojs/rss": "4.0.12",
"@astrojs/sitemap": "^3.4.1",
"@astrojs/tailwind": "6.0.2",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/typography": "0.5.16",
"@typescript-eslint/eslint-plugin": "8.36.0",
"@typescript-eslint/parser": "8.36.0",
"astro": "5.11.1",
"astro-md-generator": "1.0.0",
"astro-robots-txt": "1.0.0",
"dotenv": "17.2.0",
"eslint": "9.31.0",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"googleapis": "152.0.0",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.14",
"tailwindcss": "^3.4.18",
"vite-plugin-pwa": "1.0.1"
},
"resolutions": {
"astro>sharp": "0.33.1",
"astro-compress>sharp": "0.33.1"
},
"dependencies": {
"astro-compressor": "^1.0.0",
"astro-og-canvas": "^0.7.0",
"canvaskit-wasm": "^0.40.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.34.4"
}
}