-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 889 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 889 Bytes
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": "vuepress dev docs",
"dev:dev": "isDev=true corePath=$PWD/../core.docs.wavesplatform port=3084 yarn dev",
"build": "yarn upgrade core.docs.wavesplatform && vuepress build docs",
"build:dev": "corePath=$PWD/../core.docs.wavesplatform yarn build",
"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": {
"@vuepress/plugin-google-analytics": "^1.2.0",
"core.docs.wavesplatform": "https://github.com/wavesplatform/core.docs.wavesplatform.git"
},
"devDependencies": {
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"vuepress": "^1.2.0"
}
}