forked from zkuhut/monthly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 943 Bytes
/
package.json
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
{
"name": "monthly",
"version": "1.0.0",
"author": "lencx",
"description": "臻,至也;苦,始也。",
"repository": "[email protected]:zkuhut/monthly.git",
"license": "CC0 1.0",
"scripts": {
"dev": "npm run toc && npm run style && vitepress dev posts",
"build": "npm run toc && vitepress build posts",
"serve": "vitepress serve posts",
"user": "esno scripts/user.ts",
"style": "esno scripts/style.ts",
"toc": "esno scripts/sidebar.ts",
"env": "esno scripts/env.ts",
"lint": "markdownlint \"**/*.md\" --ignore node_modules"
},
"devDependencies": {
"@types/minimist": "^1.2.2",
"@types/node": "^16.11.1",
"chalk": "^4.1.2",
"consola": "^2.15.3",
"esno": "^0.10.1",
"fast-glob": "^3.2.7",
"markdown-it-task-lists": "^2.1.1",
"markdownlint-cli": "^0.29.0",
"minimist": "^1.2.5",
"sass": "^1.43.5",
"vitepress": "^0.20.0"
},
"dependencies": {}
}