-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.17 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.17 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
{
"name": "wiki-bioinfo",
"version": "1.0.0",
"description": "面向中文社区的生物信息学体系化知识库",
"private": true,
"type": "module",
"author": "LessUp",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LessUp/wiki-bioinfo.git"
},
"bugs": {
"url": "https://github.com/LessUp/wiki-bioinfo/issues"
},
"homepage": "https://lessup.github.io/wiki-bioinfo/",
"keywords": [
"bioinformatics",
"wiki",
"knowledge-base",
"chinese",
"astro",
"starlight",
"documentation"
],
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check && astro build",
"check:links": "bash scripts/checks/check-links.sh",
"clean": "rm -rf dist .astro",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.2.0",
"@astrojs/starlight": "^0.38.3",
"astro": "^6.1.7",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.34.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.0",
"typescript": "~5.6.2"
},
"engines": {
"node": ">=20.0"
}
}