Merge branch 'feature/walking-skeleton' into 'master'
fix: walking skeleton to allow xpub to run localy See merge request !2
No related branches found
No related tags found
.envrc
0 → 100644
.nvmrc
0 → 100644
... | ... | @@ -8,6 +8,7 @@ |
"url": "https://gitlab.coko.foundation/xpub/xpub" | ||
}, | ||
"dependencies": { | ||
"pubsweet": "1.0.0-alpha.4", | ||
"font-awesome": "^4.7.0", | ||
"joi": "^10.4.1", | ||
"lodash": "^4.17.4", | ||
... | ... | @@ -20,7 +21,7 @@ |
"pubsweet-component-password-reset-backend": "^0.1.0", | ||
"pubsweet-component-password-reset-frontend": "^0.1.0", | ||
"pubsweet-component-signup": "^0.2.0", | ||
"pubsweet-component-wax": "0.0.2", | ||
"pubsweet-component-wax": "0.1.0", | ||
"pubsweet-component-xpub-dashboard": "*", | ||
"pubsweet-component-xpub-submission": "*", | ||
"pubsweet-fira": "^0.0.3", | ||
... | ... | @@ -73,5 +74,9 @@ |
"webpack": "^2.6.1", | ||
"webpack-dev-middleware": "^1.10.2", | ||
"webpack-hot-middleware": "^2.18.1" | ||
}, | ||
"scripts": { | ||
"setupdb": "pubsweet setupdb --dev ./", | ||
"start": "pubsweet run --dev" | ||
} | ||
} |
Please register or sign in to comment