management scripts

This commit is contained in:
Richard Ramos 2019-09-03 15:25:16 -04:00
parent 1794b8f3ff
commit 6bdcb4151b
2 changed files with 7522 additions and 0 deletions

40
package.json Normal file
View File

@ -0,0 +1,40 @@
{
"name": "phoenix-docs",
"version": "1.0.0",
"description": "Phoenix Website",
"main": "index.js",
"scripts": {
"clean": "rimraf .vuepress/dist",
"build": "vuepress build",
"push-dir": "push-dir --dir=.vuepress/dist --branch=gh-pages",
"publish": "npm-run-all clean build push-dir"
},
"repository": {
"type": "git",
"url": "git+https://github.com/status-im/phoenix-docs.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/status-im/phoenix-docs/issues"
},
"author": "Status Research & Development GMBH",
"authors": [
{
"name": "Iuri Matias",
"email": "iuri.matias@gmail.com",
"homepage": "https://github.com/iurimatias"
},
{
"name": "Richard Ramos",
"email": "info@richardramos.me",
"homepage": "https://github.com/richard-ramos"
}
],
"homepage": "https://github.com/status-im/phoenix-docs#readme",
"devDependencies": {
"npm-run-all": "^4.1.5",
"push-dir": "^0.4.1",
"rimraf": "^3.0.0",
"vuepress": "^1.0.3"
}
}

7482
yarn.lock Normal file

File diff suppressed because it is too large Load Diff