-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 968 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
33
34
{
"name": "@ourairyu/shared-docs",
"version": "0.0.0",
"description": "Shared documents from personal knowledge base",
"main": "index.js",
"private": true,
"hexo": {
"version": "6.3.0"
},
"dependencies": {
"hexo": "^6.3.0",
"hexo-front-matter-defaults": "0.0.0",
"hexo-renderer-coffeescript": "^0.2.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^6.0.0",
"hexo-renderer-sass": "^0.4.0",
"hexo-server": "^3.0.0"
},
"devDependencies": {
"@knosys/sdk": "^0.0.3",
"@ntks/toolbox": "^0.0.6",
"hexo-theme-lime": "0.0.0-alpha.3",
"js-yaml": "4.1.0",
"ksio": "0.0.3"
},
"scripts": {
"copy": "node .knosys/scripts copy",
"build": "node .knosys/scripts gen",
"clean": "rm -rf .asset-cache .cache .knosys/sites/*/.asset-cache .knosys/sites/*/.cache",
"start": "node .knosys/scripts serve",
"predeploy": "npm run clean",
"deploy": "node .knosys/scripts deploy"
}
}