-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1010 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1010 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "capsule-x",
"type": "module",
"version": "0.0.1",
"description": "A minimal, modern blog theme for Astro with capsule floating navigation",
"author": "wangjacks",
"license": "Apache-2.0",
"keywords": [
"astro",
"astro-theme",
"blog",
"blog-theme",
"minimal",
"capsule",
"dark-mode"
],
"homepage": "https://capsule-x-brown.vercel.app",
"repository": {
"type": "git",
"url": "https://github.com/wangjacks/capsule-x.git"
},
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check"
},
"dependencies": {
"@astrojs/mdx": "^7.0.2",
"@astrojs/rss": "^4.0.19",
"@shikijs/transformers": "^4.3.1",
"astro": "^7.0.6",
"fuse.js": "^7.4.2",
"remark-github-blockquote-alert": "^2.1.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"typescript": "^6.0.3"
}
}