forked from HumanSignal/label-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.18 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
{
"name": "label-studio-documentation",
"version": "0.0.1",
"author": {
"name": "Heartex Labs",
"url": "https://github.com/heartexlabs"
},
"private": true,
"hexo": {
"version": "5.4.0"
},
"dependencies": {
"co": "^4.6.0",
"hexo": "^5.4.0",
"hexo-cli": "^4.3.0",
"hexo-deployer-git": "^3.0.0",
"hexo-generator-archive": "^0.1.5",
"hexo-generator-category": "^0.1.3",
"hexo-generator-index": "^0.2.1",
"hexo-generator-search": "https://github.com/nicholasrq/hexo-generator-search.git",
"hexo-generator-tag": "^0.2.0",
"hexo-include": "^1.1.0",
"hexo-include-markdown": "^1.0.2",
"hexo-ipynb": "^0.2.4",
"hexo-jupyter-notebook": "0.0.3",
"hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-marked": "^4.1.0",
"hexo-renderer-stylus": "^0.3.3",
"hexo-server": "^0.3.3",
"hexo-tag-details": "https://github.com/nicholasrq/hexo-tag-details.git",
"save": "^2.4.0"
},
"scripts": {
"server": "hexo clean && touch db.json && hexo serve",
"publish": "hexo clean && touch db.json && hexo generate && hexo deploy",
"new": "hexo new"
},
"devDependencies": {
"hexo-deployer-aws-s3": "^1.0.2"
}
}