diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml
deleted file mode 100644
index e10da5e..0000000
--- a/.github/workflows/npmpublish.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-name: Publish npm Package
-
-on:
- release:
- types: [created]
-
-jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v1
- - uses: actions/setup-node@v1
- with:
- node-version: 12
- - run: npm ci
- - run: npm test
-
- publish-npm:
- needs: build
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v1
- - uses: actions/setup-node@v1
- with:
- node-version: 12
- registry-url: https://registry.npmjs.org/
- - run: npm ci
- - run: npm publish --access public
- env:
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 496df0a..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-node_modules/
-dist/
-yarn.lock
-package-lock.json
diff --git a/.npmignore b/.npmignore
deleted file mode 100644
index a546c54..0000000
--- a/.npmignore
+++ /dev/null
@@ -1,2 +0,0 @@
-yarn.lock
-package-lock.json
diff --git a/.prettierrc b/.prettierrc
deleted file mode 100644
index b1c5343..0000000
--- a/.prettierrc
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "semi": false,
- "endOfLine": "lf",
- "singleQuote": true,
- "tabWidth": 2,
- "trailingComma": "es5"
-}
diff --git a/asset-manifest.json b/asset-manifest.json
new file mode 100644
index 0000000..1b58c7a
--- /dev/null
+++ b/asset-manifest.json
@@ -0,0 +1,24 @@
+{
+ "files": {
+ "main.css": "/react-org-chart/static/css/main.6060b8e6.chunk.css",
+ "main.js": "/react-org-chart/static/js/main.8a6eafd3.chunk.js",
+ "main.js.map": "/react-org-chart/static/js/main.8a6eafd3.chunk.js.map",
+ "runtime-main.js": "/react-org-chart/static/js/runtime-main.d9ba5a7a.js",
+ "runtime-main.js.map": "/react-org-chart/static/js/runtime-main.d9ba5a7a.js.map",
+ "static/js/2.748d1f8b.chunk.js": "/react-org-chart/static/js/2.748d1f8b.chunk.js",
+ "static/js/2.748d1f8b.chunk.js.map": "/react-org-chart/static/js/2.748d1f8b.chunk.js.map",
+ "index.html": "/react-org-chart/index.html",
+ "precache-manifest.6835890c922728daf964b5781076887e.js": "/react-org-chart/precache-manifest.6835890c922728daf964b5781076887e.js",
+ "service-worker.js": "/react-org-chart/service-worker.js",
+ "static/css/main.6060b8e6.chunk.css.map": "/react-org-chart/static/css/main.6060b8e6.chunk.css.map",
+ "static/js/2.748d1f8b.chunk.js.LICENSE.txt": "/react-org-chart/static/js/2.748d1f8b.chunk.js.LICENSE.txt",
+ "static/js/main.8a6eafd3.chunk.js.LICENSE.txt": "/react-org-chart/static/js/main.8a6eafd3.chunk.js.LICENSE.txt",
+ "static/media/avatar-personnel.svg": "/react-org-chart/static/media/avatar-personnel.f8399445.svg"
+ },
+ "entrypoints": [
+ "static/js/runtime-main.d9ba5a7a.js",
+ "static/js/2.748d1f8b.chunk.js",
+ "static/css/main.6060b8e6.chunk.css",
+ "static/js/main.8a6eafd3.chunk.js"
+ ]
+}
\ No newline at end of file
diff --git a/examples/.env b/examples/.env
deleted file mode 100644
index 7d910f1..0000000
--- a/examples/.env
+++ /dev/null
@@ -1 +0,0 @@
-SKIP_PREFLIGHT_CHECK=true
\ No newline at end of file
diff --git a/examples/.gitignore b/examples/.gitignore
deleted file mode 100644
index 4d29575..0000000
--- a/examples/.gitignore
+++ /dev/null
@@ -1,23 +0,0 @@
-# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
-
-# dependencies
-/node_modules
-/.pnp
-.pnp.js
-
-# testing
-/coverage
-
-# production
-/build
-
-# misc
-.DS_Store
-.env.local
-.env.development.local
-.env.test.local
-.env.production.local
-
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
diff --git a/examples/README.md b/examples/README.md
deleted file mode 100644
index 89b278a..0000000
--- a/examples/README.md
+++ /dev/null
@@ -1,68 +0,0 @@
-This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
-
-## Available Scripts
-
-In the project directory, you can run:
-
-### `yarn start`
-
-Runs the app in the development mode.
-Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
-
-The page will reload if you make edits.
-You will also see any lint errors in the console.
-
-### `yarn test`
-
-Launches the test runner in the interactive watch mode.
-See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
-
-### `yarn build`
-
-Builds the app for production to the `build` folder.
-It correctly bundles React in production mode and optimizes the build for the best performance.
-
-The build is minified and the filenames include the hashes.
-Your app is ready to be deployed!
-
-See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
-
-### `yarn eject`
-
-**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
-
-If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
-
-Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
-
-You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
-
-## Learn More
-
-You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
-
-To learn React, check out the [React documentation](https://reactjs.org/).
-
-### Code Splitting
-
-This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
-
-### Analyzing the Bundle Size
-
-This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
-
-### Making a Progressive Web App
-
-This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
-
-### Advanced Configuration
-
-This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
-
-### Deployment
-
-This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
-
-### `yarn build` fails to minify
-
-This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
diff --git a/examples/package.json b/examples/package.json
deleted file mode 100644
index c65c139..0000000
--- a/examples/package.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "name": "org-chart-example",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@unicef/react-org-chart": "file:..",
- "gh-pages": "^2.2.0",
- "react": "^16.12.0",
- "react-d3": "^0.4.0",
- "react-dom": "^16.12.0",
- "react-router-dom": "^5.1.2",
- "react-scripts": "^3.3.0"
- },
- "homepage": "https://unicef.github.io/react-org-chart",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/unicef/react-org-chart.git"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "predeploy": "npm run build",
- "deploy": "gh-pages -d build",
- "test": "react-scripts test",
- "eject": "react-scripts eject"
- },
- "eslintConfig": {
- "extends": "react-app"
- },
- "browserslist": {
- "production": [
- ">0.2%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- }
-}
diff --git a/examples/public/index.html b/examples/public/index.html
deleted file mode 100644
index c240d2c..0000000
--- a/examples/public/index.html
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-