Skip to content

Commit

Permalink
Merge pull request #1 from imjoy-team/connect-to-github
Browse files Browse the repository at this point in the history
Support connecting to github
  • Loading branch information
oeway authored May 20, 2021
2 parents c8ee05f + c9900f5 commit 416dfc6
Show file tree
Hide file tree
Showing 7 changed files with 915 additions and 120 deletions.
161 changes: 157 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imjoy-fiddle",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,12 +12,15 @@
},
"dependencies": {
"@mdi/font": "^5.3.45",
"@octokit/rest": "^18.5.3",
"buefy": "^0.9.4",
"core-js": "^3.6.5",
"json-stringify-safe": "^5.0.1",
"mathjs": "^7.0.1",
"netlify-auth-providers": "^1.0.0-alpha5",
"ol": "^6.3.1",
"register-service-worker": "^1.7.1",
"sl-vue-tree": "^1.8.5",
"sortablejs": "^1.10.2",
"vue": "^2.6.11",
"vue-codemirror": "^4.0.6",
Expand Down
Loading

0 comments on commit 416dfc6

Please sign in to comment.