Skip to content

Commit

Permalink
Major clean-out of most things not Holochain related or supported
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenjohnson committed Jul 21, 2022
1 parent 3e3cfdd commit 478adb0
Show file tree
Hide file tree
Showing 91 changed files with 469 additions and 5,621 deletions.
8 changes: 1 addition & 7 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
FILEPICKER_API_KEY=
MIXPANEL_TOKEN=
INTERCOM_APP_ID=
PROXY_HOST=http://hylo-landing.surge.sh
REDIRECT_TO_APP_STORE=

# Holochain
HOLOCHAIN_WEBSOCKET_URI=ws://localhost:3400
HOLOCHAIN_WEBSOCKET_URI=ws://localhost:14202
COMMUNITY_DNA_INSTANCE_ID=__communities
HOLOCHAIN_GRAPHQL_PATH=community/graphql/graphql
# HOLOCHAIN_BUILD_PATH=/path/to/hylo-holo-dnas/hylo-ui
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ coverage
build
build-hc
es5
storybook-static

# misc
.DS_Store
Expand Down
17 changes: 0 additions & 17 deletions .storybook/config.js

This file was deleted.

29 changes: 0 additions & 29 deletions .storybook/webpack.config.js

This file was deleted.

12 changes: 0 additions & 12 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"API_HOST": {
"required": true
},
"FILEPICKER_API_KEY": {
"required": true
},
"NODE_MODULES_CACHE": {
"required": true
},
Expand All @@ -27,15 +24,6 @@
"ROLLBAR_ENV": {
"required": true
},
"MIXPANEL_TOKEN": {
"required": true
},
"INTERCOM_APP_ID": {
"required": true
},
"REDIRECT_TO_APP_STORE": {
"required": true
},
"HOLOCHAIN_WEBSOCKET_URI": {
"required": true
},
Expand Down
30 changes: 10 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"test": "node scripts/test.js",
"lint": "yarn exec standard",
"lint:fix": "yarn exec standard --fix",
"server": "./node_modules/.bin/babel-node --config-file ./config/babel.config.js scripts/serveUniversal.js",
"storybook": "start-storybook -p 6006",
"storybook:build": "build-storybook"
"server": "./node_modules/.bin/babel-node --config-file ./config/babel.config.js scripts/serveUniversal.js"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
Expand All @@ -24,24 +22,19 @@
"@babel/preset-react": "^7.0.0",
"@holochain/client": "0.6.0",
"@msgpack/msgpack": "^2.7.2",
"@storybook/addon-actions": "^v5.0.10",
"@storybook/addon-info": "^5.0.10",
"@storybook/addon-links": "^v5.0.10",
"@storybook/addons": "^v5.0.10",
"@storybook/react": "^v5.0.10",
"@svgr/webpack": "4.1.0",
"@types/react": "^16.8.14",
"@types/react-css-modules": "^4.6.2",
"@types/react-css-modules": "^4.6.4",
"ansi-styles": "^3.2.1",
"apollo-cache": "^1.3.2",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-context": "^1.0.19",
"apollo-cache": "^1.3.5",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-context": "^1.0.20",
"apollo-link-logger": "^1.2.3",
"apollo-link-retry": "^2.2.15",
"apollo-link-schema": "^1.2.4",
"apollo-utilities": "^1.3.2",
"apollo-link-retry": "^2.2.16",
"apollo-link-schema": "^1.2.5",
"apollo-utilities": "^1.3.4",
"app-module-path": "^2.2.0",
"autoproxy": "^1.0.1",
"babel-core": "7.0.0-bridge.0",
Expand Down Expand Up @@ -109,7 +102,6 @@
"immutable": "^3.8.1",
"inflection": "^1.12.0",
"inquirer": "^4.0.1",
"ismobilejs": "^0.4.1",
"jest": "23.6.0",
"jest-pnp-resolver": "1.0.2",
"jest-resolve": "23.6.0",
Expand All @@ -121,7 +113,6 @@
"lru-cache": "^4.1.1",
"mime": "^2.0.3",
"mini-css-extract-plugin": "0.5.0",
"mixpanel-browser": "^2.22.4",
"mock-fs": "^4.2.0",
"moment": "^2.24.0",
"newrelic": "^8.15.0",
Expand Down Expand Up @@ -153,7 +144,6 @@
"react-dnd": "^2.5.4",
"react-dnd-html5-backend": "^2.5.4",
"react-dom": "^16.8.6",
"react-intercom": "^1.0.14",
"react-particles-js": "^2.1.0",
"react-redux": "^6.0.0",
"react-responsive": "^8.0.1",
Expand Down
35 changes: 0 additions & 35 deletions src/client/filepicker.js

This file was deleted.

12 changes: 0 additions & 12 deletions src/components/Avatar/Avatar.stories.js

This file was deleted.

27 changes: 0 additions & 27 deletions src/components/ChangeImageButton/ChangeImageButton.connector.js

This file was deleted.

14 changes: 0 additions & 14 deletions src/components/ChangeImageButton/ChangeImageButton.js

This file was deleted.

15 changes: 0 additions & 15 deletions src/components/ChangeImageButton/ChangeImageButton.scss

This file was deleted.

37 changes: 0 additions & 37 deletions src/components/ChangeImageButton/ChangeImageButton.store.js

This file was deleted.

42 changes: 0 additions & 42 deletions src/components/ChangeImageButton/ChangeImageButton.store.test.js

This file was deleted.

Loading

0 comments on commit 478adb0

Please sign in to comment.