forked from f-o-a-m/foam.developer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 880 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
{
"name": "foam.developer",
"license": "MIT",
"repository": "https://github.com/f-o-a-m/foam.developer",
"version": "0.1.0",
"scripts": {
"build": "hexo deploy",
"postinstall": "ln -s ../node_modules/hexo-theme-doc ./themes/doc &>/dev/null || true",
"start": "hexo clean && hexo s -p 4040"
},
"hexo": {
"version": "3.9.0"
},
"devDependencies": {
"hexo-cli": "^1.1.0"
},
"dependencies": {
"foam-hexo-theme-doc": "git+https://[email protected]/f-o-a-m/foam-hexo-theme-doc.git",
"hexo": "^3.9.0",
"hexo-filter-mermaid-diagrams": "^1.0.5",
"hexo-github-card": "^1.0.2",
"hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-less": "^0.2.0",
"hexo-renderer-marked": "^0.3.2",
"hexo-renderer-sass": "git+https://[email protected]/f-o-a-m/hexo-renderer-sass.git",
"hexo-server": "^0.3.1",
"hexo-tag-owl": "^1.2.2"
}
}