forked from SigureMo/nyakku.moe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·57 lines (57 loc) · 1.75 KB
/
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
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
{
"name": "notev",
"version": "1.7.37",
"description": "Sigure_Mo's Notes",
"main": "index.js",
"scripts": {
"docs:dev": "python3 scripts/docs-dev.py",
"docs:build": "vuepress build docs",
"docs:test": "vuepress build docs && node scripts/vuepress-server.js docs",
"docs:export": "vuepress export docs",
"deploy": "bash scripts/deploy.sh",
"calc": "bash scripts/calc.sh",
"clear": "rm -r tmp/* ",
"wv": "python3 Codes/pynotex/wechat_viewer.py",
"time:check": "python3 scripts/check-time.py",
"push": "git push & yarn deploy",
"grm": "bash scripts/grm.sh",
"r": "python3 scripts/run.py"
},
"keywords": [
"note",
"blog",
"codes"
],
"author": "SigureMo",
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && node scripts/version_inc.js"
}
},
"dependencies": {
"@iktakahiro/markdown-it-katex": "^3.1.0",
"@vuepress-reco/vuepress-plugin-kan-ban-niang": "^1.0.3",
"@vuepress-reco/vuepress-plugin-rss": "^1.0.0",
"@vuepress/plugin-active-header-links": "^1.2.0",
"@vuepress/plugin-pwa": "^1.2.0",
"husky": "^3.0.9",
"leancloud-storage": "3.13.2",
"markdown-it": "^10.0.0",
"markdown-it-mark": "^3.0.0",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-vuepress-code-snippet-enhanced": "^1.0.1",
"moment": "^2.24.0",
"prettier": "1.19.1",
"pretty-quick": "^2.0.1",
"valine": "1.3.6",
"vuepress": "^1.2.0",
"vuepress-plugin-cursor-effects": "^0.0.4",
"vuepress-plugin-dynamic-title": "^0.0.5",
"vuepress-plugin-export": "^0.2.0",
"vuepress-plugin-flowchart": "^1.4.3",
"vuepress-plugin-go-top": "^0.0.1",
"vuepress-plugin-ribbon": "^0.0.7",
"vuepress-theme-reco": "^1.1.2-alpha.4"
}
}