Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .babel.aps
Binary file not shown.
7 changes: 7 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"presets": ["@babel/preset-env", "@babel/preset-react"],
"plugins": [
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-proposal-class-properties"
]
}
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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*
Binary file added .parcel-cache/093b653b8a8bfc1f
Binary file not shown.
Binary file added .parcel-cache/1a1699770b32cb14
Binary file not shown.
Binary file added .parcel-cache/209cc1292c222e69
Binary file not shown.
35,862 changes: 35,862 additions & 0 deletions .parcel-cache/26be55254733b09a.txt

Large diffs are not rendered by default.

16,611 changes: 16,611 additions & 0 deletions .parcel-cache/2a3994bbc3a71b8f.txt

Large diffs are not rendered by default.

Binary file added .parcel-cache/309e3de7f9baf9d9
Binary file not shown.
35,870 changes: 35,870 additions & 0 deletions .parcel-cache/37515c8b5bc9bf6d.txt

Large diffs are not rendered by default.

35,862 changes: 35,862 additions & 0 deletions .parcel-cache/40abb48c44e720ea.txt

Large diffs are not rendered by default.

Loading