Skip to content
Snippets Groups Projects
Commit ebcfe932 authored by Alf Eaton's avatar Alf Eaton
Browse files

Merge branch 'feature/walking-skeleton' into 'master'

fix: walking skeleton to allow xpub to run localy

See merge request !2
parents ab78f778 74899f2c
No related branches found
No related tags found
No related merge requests found
.envrc 0 → 100644
if declare -Ff use_nvm >/dev/null; then
use nvm
fi
.nvmrc 0 → 100644
7.9
\ No newline at end of file
......@@ -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"
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment