Skip to content

Commit

Permalink
Rewrote the folder parser,notifications manager and tageditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-web committed Oct 11, 2021
1 parent 05c8e69 commit 9e99502
Show file tree
Hide file tree
Showing 24 changed files with 637 additions and 400 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SUPABASE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlhdCI6MTYyNzMwODQ4OSwiZXhwIjoxOTQyODg0NDg5fQ.wr67SdghPIPEEhkoK7xeOHS3Dq2jojCYDYsD6ktUKTo
108 changes: 101 additions & 7 deletions package-lock.json

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

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"url": "git+https://github.com/FLB-Music/FLB-Music-Player.git"
},
"author": {
"name": "Patrick Waweru (Just Patrick,JP)",
"name": "Patrick Waweru (Just Patrick)",
"email": "[email protected]"
},
"main": "background.js",
"scripts": {
"start": "vue-cli-service electron:serve --skip-plugins @vue/cli-plugin-eslint",
"serve": "vue-cli-service electron:serve",
"build": "vue-cli-service electron:build --skip-plugins @vue/cli-plugin-eslint",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint --fix -f codeframe",
"e:build": "vue-cli-service electron:build --skip-plugins @vue/cli-plugin-eslint",
Expand All @@ -26,11 +26,13 @@
},
"dependencies": {
"@supabase/supabase-js": "^1.21.0",
"@types/lokijs": "^1.5.7",
"animate.css": "4.1.1",
"axios": "^0.21.1",
"color-thief-browser": "^2.0.2",
"core-js": "3.15.2",
"css-color-converter": "2.0.0",
"dotenv": "^10.0.0",
"electron": "13.1.5",
"electron-updater": "4.3.9",
"g-i-s": "2.1.6",
Expand All @@ -39,6 +41,8 @@
"is-online": "^9.0.1",
"json5": "2.2.0",
"lodash": "4.17.21",
"lokijs": "^1.5.12",
"music-metadata": "^7.11.4",
"node-downloader-helper": "1.0.18",
"node-id3": "0.2.3",
"node-vibrant": "^3.2.1-alpha.1",
Expand Down
Loading

0 comments on commit 9e99502

Please sign in to comment.