forked from Rudais86/docs.wavesplatform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 1.21 KB
/
package.json
File metadata and controls
21 lines (21 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"description": "Wavesplatform documentation",
"scripts": {
"dev": "node --max-old-space-size=8096 node_modules/.bin/vuepress dev docs || node --max-old-space-size=8096 node_modules\\.bin\\vuepress dev docs",
"dev:dev": "isDev=true corePath=$PWD/../core.docs.wavesplatform port=3084 node --max-old-space-size=8096 node_modules/.bin/vuepress dev docs",
"build": "yarn upgrade core.docs.wavesplatform && node --max-old-space-size=8096 node_modules/.bin/vuepress build docs || set NODE_OPTIONS=--max_old_space_size=8096 .\\node_modules\\.bin\\vuepress.cmd build docs",
"build:dev": "corePath=$PWD/../core.docs.wavesplatform node --max-old-space-size=8096 node_modules/.bin/vuepress build docs",
"server": "node docs/.vuepress/runServer",
"server:dev": "corePath=$PWD/../core.docs.wavesplatform yarn server",
"production": "yarn upgrade core.docs.wavesplatform && yarn build && yarn server"
},
"dependencies": {
"core-js": "2",
"core.docs.wavesplatform": "https://github.com/wavesplatform/core.docs.wavesplatform.git"
},
"devDependencies": {
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"vuepress": "^1.4.0"
}
}