Merge branch 'autoclave'
Showing
.gitlab-ci.yml
0 → 100644
client_max_body_size.conf
0 → 100644
dev-start.sh
0 → 100644
docker-compose.dev.yml
0 → 100644
docker-compose.prod.yml
0 → 100644
docker-compose.proxy.yml
0 → 100644
docker-compose.staging.yml
0 → 100644
grep
0 → 100755
{ | ||
"name": "steemit.com", | ||
"name": "hive.blog", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/steemit/steemit.com.git" | ||
"url": "https://gitlab.com/hiveblog/tbd.git" | ||
}, | ||
"version": "1.0.0", | ||
"description": "steemit.com is the koa web server & middleware and react.js in-browser code for the world's first blockchain content + social media monetization platform!", | ||
... | ... | @@ -20,15 +20,16 @@ |
"storybook": "start-storybook -p 9001 -c .storybook", | ||
"storybook-build": "build-storybook -c .storybook -o docs" | ||
}, | ||
"author": "Steemit, Inc.", | ||
"author": "HiveBlog", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@hivechain/hivescript": "^1.1.3", | ||
"@hiveio/hive-js": "^0.0.2", | ||
"@steem/crypto-session": "git+https://github.com/steemit/crypto-session.git#83a90b319ce5bc6a70362d52a15a815de7e729bb", | ||
"@steemit/steem-js": "0.7.5", | ||
"assert": "1.4.1", | ||
"autoprefixer-loader": "3.2.0", | ||
"axios": "^0.18.0", | ||
"babel-cli": "6.26.0", | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "6.26.0", | ||
"babel-eslint": "6.1.2", | ||
"babel-loader": "7.1.2", | ||
... | ... | @@ -39,8 +40,7 @@ |
"babel-preset-es2015": "6.24.1", | ||
"babel-preset-react": "6.24.1", | ||
"babel-preset-stage-0": "6.24.1", | ||
"bigi": "1.4.2", | ||
"blocked": "1.2.1", | ||
"bluebird": "3.5.5", | ||
"blueimp-file-upload": "9.12.6", | ||
"bs58": "3.1.0", | ||
"bytebuffer": "5.0.1", | ||
... | ... | @@ -52,15 +52,13 @@ |
"counterpart": "0.17.9", | ||
"cpu-stat": "2.0.1", | ||
"css-loader": "0.28.7", | ||
"currency-symbol-map": "3.1.0", | ||
"diff-match-patch": "1.0.0", | ||
"diff-match-patch": "1.0.4", | ||
"disk-stat": "1.0.4", | ||
"ecurve": "1.0.5", | ||
"estraverse-fb": "1.3.2", | ||
"file-loader": "0.11.2", | ||
"foundation-sites": "git+https://github.com/steemit/foundation-sites.git#e8e32c715bbc4c822b80b555345f61337269ca78", | ||
"git-rev-sync": "1.9.1", | ||
"highcharts": "4.2.7", | ||
"humanize-number": "0.0.2", | ||
"imports-loader": "0.7.1", | ||
"intl": "1.2.5", | ||
... | ... | @@ -89,7 +87,7 @@ |
"mixpanel": "0.5.0", | ||
"net": "1.0.2", | ||
"node-cache": "^4.2.0", | ||
"node-sass": "4.9.0", | ||
"node-sass": "^4.13.1", | ||
"os": "0.1.1", | ||
"picturefill": "3.0.2", | ||
"qrious": "^4.0.2", | ||
... | ... | @@ -97,24 +95,22 @@ |
"react": "15.6.2", | ||
"react-ab-test": "1.7.0", | ||
"react-addons-pure-render-mixin": "15.4.2", | ||
"react-autocomplete": "1.7.2", | ||
"react-autocomplete": "1.8.1", | ||
"react-copy-to-clipboard": "4.3.1", | ||
"react-dom": "15.6.2", | ||
"react-dropzone": "3.13.4", | ||