-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 761 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 761 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
{
"name": "agents-academic-blog",
"version": "1.0.0",
"description": "Coding Agent for Research",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"preview": "vitepress preview docs",
"new-post": "node scripts/new-post.js"
},
"keywords": [
"Coding Agent",
"Academic Research",
"Claude Code",
"LLM",
"VitePress",
"Blog"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"mermaid": "^11.12.2",
"vitepress": "^1.5.0",
"vitepress-plugin-mermaid": "^2.0.17",
"vue": "^3.4.0"
},
"devDependencies": {
"markdown-it-footnote": "^4.0.0",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-task-lists": "^2.1.1",
"typescript": "^5.3.3"
}
}