2020-02-16 19:30:00 +01:00
|
|
|
{
|
2021-07-02 18:54:39 +02:00
|
|
|
"name": "freetube",
|
|
|
|
"productName": "FreeTube",
|
|
|
|
"description": "A private YouTube client",
|
2022-11-02 03:43:40 +01:00
|
|
|
"version": "0.18.0",
|
2021-07-02 18:54:39 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"main": "./dist/main.js",
|
|
|
|
"private": true,
|
2020-02-16 19:30:00 +01:00
|
|
|
"author": {
|
|
|
|
"name": "PrestonN",
|
|
|
|
"email": "FreeTubeApp@protonmail.com",
|
|
|
|
"url": "https://github.com/FreeTubeApp/FreeTube"
|
|
|
|
},
|
2021-07-02 18:54:39 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/FreeTubeApp/FreeTube.git"
|
|
|
|
},
|
2020-02-16 19:30:00 +01:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/FreeTubeApp/FreeTube/issues"
|
|
|
|
},
|
2021-07-02 18:54:39 +02:00
|
|
|
"scripts": {
|
|
|
|
"build": "run-s rebuild:electron pack build-release",
|
|
|
|
"build:arm64": "run-s rebuild:electron pack build-release:arm64",
|
|
|
|
"build:arm32": "run-s rebuild:electron pack build-release:arm32",
|
|
|
|
"build-release": "node _scripts/build.js",
|
|
|
|
"build-release:arm64": "node _scripts/build.js arm64",
|
|
|
|
"build-release:arm32": "node _scripts/build.js arm32",
|
2022-07-14 16:43:07 +02:00
|
|
|
"clean": "rimraf build/ static/dashFiles/ dist/ static/storyboards/",
|
2021-07-02 18:54:39 +02:00
|
|
|
"debug": "run-s rebuild:electron debug-runner",
|
|
|
|
"debug-runner": "node _scripts/dev-runner.js --remote-debug",
|
|
|
|
"dev": "run-s rebuild:electron dev-runner",
|
2022-10-18 14:50:32 +02:00
|
|
|
"dev:web": "node _scripts/dev-runner.js --web",
|
2021-07-02 18:54:39 +02:00
|
|
|
"dev-runner": "node _scripts/dev-runner.js",
|
2023-05-20 15:07:04 +02:00
|
|
|
"get-instances": "node _scripts/getInstances.js",
|
2023-07-01 16:08:09 +02:00
|
|
|
"get-regions": "node _scripts/getRegions.mjs",
|
2023-01-03 19:19:41 +01:00
|
|
|
"lint-all": "run-p lint lint-json lint-style",
|
2022-05-31 22:15:44 +02:00
|
|
|
"lint-fix": "eslint --fix --ext .js,.vue ./",
|
|
|
|
"lint": "eslint --ext .js,.vue ./",
|
2023-01-03 19:19:41 +01:00
|
|
|
"lint-json": "eslint --ext .json ./",
|
|
|
|
"lint-style": "run-p lint-style:scss lint-style:css",
|
|
|
|
"lint-style:scss": "stylelint \"**/*.scss\"",
|
|
|
|
"lint-style:css": "stylelint \"**/*.css\"",
|
|
|
|
"lint-style-fix:scss": "stylelint --fix \"**/*.scss\"",
|
|
|
|
"lint-style-fix:css": "stylelint --fix \"**/*.css\"",
|
2023-05-13 13:10:32 +02:00
|
|
|
"lint-yml": "eslint --ext .yml,.yaml ./",
|
2022-11-06 09:17:33 +01:00
|
|
|
"pack": "run-p pack:main pack:renderer",
|
2021-07-02 18:54:39 +02:00
|
|
|
"pack:main": "webpack --mode=production --node-env=production --config _scripts/webpack.main.config.js",
|
|
|
|
"pack:renderer": "webpack --mode=production --node-env=production --config _scripts/webpack.renderer.config.js",
|
|
|
|
"pack:web": "webpack --mode=production --node-env=production --config _scripts/webpack.web.config.js",
|
2022-10-20 12:33:00 +02:00
|
|
|
"postinstall": "yarn run --silent rebuild:electron",
|
2022-05-31 22:15:44 +02:00
|
|
|
"prettier": "prettier --write \"{src,_scripts}/**/*.{js,vue}\"",
|
2021-07-02 18:54:39 +02:00
|
|
|
"rebuild:electron": "electron-builder install-app-deps",
|
|
|
|
"release": "run-s test build",
|
2022-10-20 12:33:00 +02:00
|
|
|
"ci": "yarn install --silent --frozen-lockfile"
|
2021-07-02 18:54:39 +02:00
|
|
|
},
|
2020-02-16 19:30:00 +01:00
|
|
|
"dependencies": {
|
2023-03-29 06:34:00 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
2023-03-29 18:12:01 +02:00
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.4.0",
|
2023-03-29 08:48:32 +02:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
2023-01-30 22:48:38 +01:00
|
|
|
"@fortawesome/vue-fontawesome": "^2.0.10",
|
2023-03-28 13:36:55 +02:00
|
|
|
"@silvermine/videojs-quality-selector": "^1.3.0",
|
2022-09-09 03:10:10 +02:00
|
|
|
"autolinker": "^4.0.0",
|
2022-12-05 11:40:21 +01:00
|
|
|
"electron-context-menu": "^3.6.1",
|
2020-06-02 04:42:29 +02:00
|
|
|
"lodash.debounce": "^4.0.8",
|
2023-03-28 13:18:31 +02:00
|
|
|
"marked": "^4.3.0",
|
2022-10-06 18:31:42 +02:00
|
|
|
"nedb-promises": "^6.2.1",
|
2023-04-12 15:39:28 +02:00
|
|
|
"path-browserify": "^1.0.1",
|
2022-10-06 16:47:47 +02:00
|
|
|
"process": "^0.11.10",
|
2023-03-20 11:50:41 +01:00
|
|
|
"video.js": "7.21.4",
|
2022-12-26 14:49:26 +01:00
|
|
|
"videojs-contrib-quality-levels": "^3.0.0",
|
2020-02-18 21:59:01 +01:00
|
|
|
"videojs-http-source-selector": "^1.1.6",
|
2022-10-24 19:49:52 +02:00
|
|
|
"videojs-mobile-ui": "^0.8.0",
|
2023-06-19 12:54:37 +02:00
|
|
|
"videojs-overlay": "^3.1.0",
|
2020-09-01 12:04:54 +02:00
|
|
|
"videojs-vtt-thumbnails-freetube": "0.0.15",
|
2022-12-07 10:29:13 +01:00
|
|
|
"vue": "^2.7.14",
|
2022-12-05 11:40:36 +01:00
|
|
|
"vue-i18n": "^8.28.2",
|
2021-01-11 21:32:35 +01:00
|
|
|
"vue-observe-visibility": "^1.0.0",
|
2022-09-16 16:49:27 +02:00
|
|
|
"vue-router": "^3.6.5",
|
Channel community page (#1568)
* Comunity page strings, Communtiy tab, Community initial API call
Added:
1) Community page strings - the first few strings are now available
2) Community tab - A clickable tab is now displayed on channel pages
3) Community initial API call - on loading the page, the initial access
* Comunity page strings, Communtiy tab, Community initial API call
Added:
1) Community page strings - the first few strings are now available
2) Community tab - A clickable tab is now displayed on channel pages
3) Community initial API call - on loading the page, the initial access
* Data returning added
* Comunity page strings, Communtiy tab, Community initial API call
Added:
1) Community page strings - the first few strings are now available
2) Community tab - A clickable tab is now displayed on channel pages
3) Community initial API call - on loading the page, the initial access
* Data returning added
* Images are now displayed in the community tab
* Comunity page strings, Communtiy tab, Community initial API call
Added:
1) Community page strings - the first few strings are now available
2) Community tab - A clickable tab is now displayed on channel pages
3) Community initial API call - on loading the page, the initial access
* Data returning added
* Images are now displayed in the community tab
* Added primitive video display
* Current changes
* Added preston's change with the ftcard and started on some layout basics
* Created Community Post Component and added fetch more button + functionality
* Fixed problem with videothumbnails not loading and adjusted their height to 100% in the ft-list sass file
* Added poll and ft-list-video to the community page
* Added author name placeholder (missing in module), the published date, the likes and dislikes as well as comment counts to posts. Additionally scaling of images was added
* Added basis for community page playlists
* Finalized a setup for playlists when wide enough
* Fix for missing key in custom list
* Added publish date translation
* Add empty alt tags
Co-authored-by: Jason <84899178+jasonhenriquez@users.noreply.github.com>
* fix accessibility issue
Co-authored-by: Jason <84899178+jasonhenriquez@users.noreply.github.com>
* change: ununique ids to classes
* add missing alt tag
* Redirect channel/id/community to the channel's community tab
* update yt-channel-info
* update to 3.0.1
* Update yarn.lock
* add basic multiImage support
* use tiny-slider for multiImage community posts
* update getChannelCommunityPostsMore
* Update yarn.lock
* fix yarn lock
* swap community and about tab
* Update yarn.lock
* Fix missing comma
* Removed trailing spaces
* Clearing all community post data when changing to another channel
* Restructuring of how the post cards are added, Empty page text,
ft-element-list props customization
1) Now the community page uses the same setup of ft-element-list as the
other pages on the channel.
2) If no posts are available, now it displays a message saying so
3) The ft-element-list component's display style can now be forced into
a certain display mode (list/grid) with the new prop. It will overwrite
the corresponding default value for list display
* Fixed display text path
* Fix lint"
* Adjusted css to fit to new layout
* Final touches community page to tidy up the console
* fix icons, fix linter
* fix hiding showmore button for community page
* fix showToast calls
* change all this.showToast to showToaast
* reinstall tinyslider
* use helpers
* small fixes
* fix: getting continuation of community posts
* remove unused code
* improve slider style import
* fix hiding 'ShowMore' button
* fix weird typo in css
* add invidous community tab support
* remove console testing code
* Apply suggestions from code review
Co-authored-by: absidue <48293849+absidue@users.noreply.github.com>
* implement suggestions, improve thumbnail replacement
* use flip horizontal
* readd invidious fallback code, remove author name workaround
* replace another google domain when using invidious
* suppport invidious multiImage posts
* Use youtube.js for community posts
* add invidious polls, remove support for fetching more
* reorder icons alpabetically
* re-allow loading more when using localapi
* fix styling of multiImage, hide NA text
* fix loading playlist
* fix spacing of items
* fix issue with direct url to community tab
* make review recommendations
Co-Authored-By: absidue <48293849+absidue@users.noreply.github.com>
* fix displaying selected tab, get best quality image
---------
Co-authored-by: Preston <freetubeapp@protonmail.com>
Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>
Co-authored-by: Jason <84899178+jasonhenriquez@users.noreply.github.com>
Co-authored-by: absidue <48293849+absidue@users.noreply.github.com>
2023-03-04 09:56:04 +01:00
|
|
|
"vue-tiny-slider": "^0.1.39",
|
2021-03-03 04:51:01 +01:00
|
|
|
"vuex": "^3.6.2",
|
2023-06-30 18:18:43 +02:00
|
|
|
"youtubei.js": "^5.2.0"
|
2020-02-16 19:30:00 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-12 17:07:36 +02:00
|
|
|
"@babel/core": "^7.22.5",
|
2023-06-12 19:10:26 +02:00
|
|
|
"@babel/eslint-parser": "^7.22.5",
|
2022-09-05 03:29:53 +02:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
2023-06-13 02:34:40 +02:00
|
|
|
"@babel/preset-env": "^7.22.5",
|
2023-01-03 19:19:41 +01:00
|
|
|
"@double-great/stylelint-a11y": "^2.0.2",
|
2023-01-09 09:47:33 +01:00
|
|
|
"babel-loader": "^9.1.2",
|
2022-09-06 02:45:35 +02:00
|
|
|
"copy-webpack-plugin": "^11.0.0",
|
2023-05-29 13:49:37 +02:00
|
|
|
"css-loader": "^6.8.1",
|
2023-06-19 13:24:26 +02:00
|
|
|
"css-minimizer-webpack-plugin": "^5.0.1",
|
2023-06-26 19:32:45 +02:00
|
|
|
"electron": "^22.3.14",
|
2022-10-11 09:39:59 +02:00
|
|
|
"electron-builder": "^23.6.0",
|
2023-06-19 12:38:02 +02:00
|
|
|
"eslint": "^8.43.0",
|
2023-03-28 02:36:58 +02:00
|
|
|
"eslint-config-prettier": "^8.8.0",
|
2023-06-05 23:59:39 +02:00
|
|
|
"eslint-config-standard": "^17.1.0",
|
2023-01-23 12:29:41 +01:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2023-06-19 12:41:23 +02:00
|
|
|
"eslint-plugin-jsonc": "^2.9.0",
|
2023-06-26 19:33:37 +02:00
|
|
|
"eslint-plugin-n": "^16.0.1",
|
2022-10-03 21:36:39 +02:00
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2023-01-03 19:19:41 +01:00
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
2023-05-08 14:22:27 +02:00
|
|
|
"eslint-plugin-unicorn": "^47.0.0",
|
2023-06-26 19:34:18 +02:00
|
|
|
"eslint-plugin-vue": "^9.15.1",
|
2023-01-17 14:33:07 +01:00
|
|
|
"eslint-plugin-vuejs-accessibility": "^2.1.0",
|
2023-06-19 12:37:43 +02:00
|
|
|
"eslint-plugin-yml": "^1.8.0",
|
2023-06-13 02:34:49 +02:00
|
|
|
"html-webpack-plugin": "^5.5.3",
|
2022-09-24 17:06:50 +02:00
|
|
|
"js-yaml": "^4.1.0",
|
2022-09-13 03:28:36 +02:00
|
|
|
"json-minimizer-webpack-plugin": "^4.0.0",
|
2023-06-26 19:32:00 +02:00
|
|
|
"lefthook": "^1.4.3",
|
2023-05-23 02:57:00 +02:00
|
|
|
"mini-css-extract-plugin": "^2.7.6",
|
2020-02-16 19:30:00 +01:00
|
|
|
"npm-run-all": "^4.1.5",
|
2023-05-29 13:40:08 +02:00
|
|
|
"postcss": "^8.4.24",
|
2023-01-03 19:19:41 +01:00
|
|
|
"postcss-scss": "^4.0.6",
|
2023-04-24 13:54:22 +02:00
|
|
|
"prettier": "^2.8.8",
|
2023-05-22 23:25:23 +02:00
|
|
|
"rimraf": "^5.0.1",
|
2023-06-26 19:34:04 +02:00
|
|
|
"sass": "^1.63.6",
|
2023-06-12 17:11:54 +02:00
|
|
|
"sass-loader": "^13.3.2",
|
2023-01-03 19:19:41 +01:00
|
|
|
"stylelint": "^14.16.1",
|
|
|
|
"stylelint-config-sass-guidelines": "^9.0.1",
|
|
|
|
"stylelint-config-standard": "^29.0.0",
|
2023-02-20 12:17:11 +01:00
|
|
|
"stylelint-high-performance-animation": "^1.8.0",
|
2020-02-16 19:30:00 +01:00
|
|
|
"tree-kill": "1.2.2",
|
2020-07-21 18:45:07 +02:00
|
|
|
"vue-devtools": "^5.1.4",
|
2023-06-12 17:06:37 +02:00
|
|
|
"vue-eslint-parser": "^9.3.1",
|
2022-09-16 16:49:27 +02:00
|
|
|
"vue-loader": "^15.10.0",
|
2023-06-26 19:32:17 +02:00
|
|
|
"webpack": "^5.88.0",
|
2023-06-12 19:11:42 +02:00
|
|
|
"webpack-cli": "^5.1.4",
|
2023-06-12 17:10:02 +02:00
|
|
|
"webpack-dev-server": "^4.15.1",
|
2023-05-13 13:10:32 +02:00
|
|
|
"yaml-eslint-parser": "^1.2.2"
|
2021-07-02 18:54:39 +02:00
|
|
|
}
|
2020-02-16 19:30:00 +01:00
|
|
|
}
|