-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.5 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.5 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
{
"name": "scholar-lite",
"type": "module",
"version": "1.0.0",
"description": "A lightweight, modern static website template for academic labs and scholars, featuring zero-config BibTeX import and multilingual support.",
"license": "MIT",
"author": "Scholar-Lite Team",
"homepage": "https://github.com/fjd2004711/scholar-lite",
"repository": {
"type": "git",
"url": "https://github.com/fjd2004711/scholar-lite.git"
},
"bugs": {
"url": "https://github.com/fjd2004711/scholar-lite/issues"
},
"keywords": [
"academic",
"scholar",
"website-template",
"astro",
"bibtex",
"research-lab",
"publication-list",
"tailwindcss"
],
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "npm run import-bibtex && astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"import-bibtex": "node scripts/import-bibtex.js",
"lint": "astro check"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/react": "^4.4.2",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.1.17",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"astro": "^5.16.2",
"bibtex-parse-js": "^0.0.24",
"lucide-react": "^0.555.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"satori": "^0.18.3",
"sharp": "^0.34.5",
"slugify": "^1.6.6",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"devDependencies": {
"pagefind": "^1.4.0"
}
}