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",
|
2024-10-27 02:16:38 +01:00
|
|
|
"version": "0.22.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": {
|
2024-09-02 21:40:42 +02:00
|
|
|
"build": "run-s rebuild:electron patch-shaka pack build-release",
|
|
|
|
"build:arm64": "run-s rebuild:electron patch-shaka pack build-release:arm64",
|
|
|
|
"build:arm32": "run-s rebuild:electron patch-shaka pack build-release:arm32",
|
2021-07-02 18:54:39 +02:00
|
|
|
"build-release": "node _scripts/build.js",
|
|
|
|
"build-release:arm64": "node _scripts/build.js arm64",
|
|
|
|
"build-release:arm32": "node _scripts/build.js arm32",
|
2024-04-08 03:31:20 +02:00
|
|
|
"clean": "rimraf build/ dist/",
|
2024-09-02 21:40:42 +02:00
|
|
|
"debug": "run-s rebuild:electron patch-shaka debug-runner",
|
2021-07-02 18:54:39 +02:00
|
|
|
"debug-runner": "node _scripts/dev-runner.js --remote-debug",
|
2024-09-02 21:40:42 +02:00
|
|
|
"dev": "run-s rebuild:electron patch-shaka 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",
|
2024-09-02 21:40:42 +02:00
|
|
|
"patch-shaka": "node _scripts/patchShaka.mjs",
|
2023-07-01 16:08:09 +02:00
|
|
|
"get-regions": "node _scripts/getRegions.mjs",
|
2023-09-14 02:22:33 +02:00
|
|
|
"lint-all": "run-p lint lint-json",
|
|
|
|
"lint": "run-p eslint-lint lint-style",
|
|
|
|
"lint-fix": "run-p eslint-lint-fix lint-style-fix",
|
2024-11-06 23:43:15 +01:00
|
|
|
"eslint-lint": "eslint --config eslint.config.mjs \"./src/**/*.js\" \"./src/**/*.vue\" \"./static/**/*.js\" \"./_scripts/*.js\" \"_scripts/**/*.mjs\"",
|
|
|
|
"eslint-lint-fix": "eslint --config eslint.config.mjs --fix \"./src/**/*.js\" \"./src/**/*.vue\" \"./static/**/*.js\" \"./_scripts/*.js\" \"_scripts/**/*.mjs\"",
|
2024-10-06 15:36:08 +02:00
|
|
|
"lint-json": "eslint --config eslint.config.mjs \"./static/**/*.json\"",
|
2023-09-14 02:22:33 +02:00
|
|
|
"lint-style": "stylelint \"**/*.{css,scss}\"",
|
|
|
|
"lint-style-fix": "stylelint --fix \"**/*.{css,scss}\"",
|
2024-10-06 15:36:08 +02:00
|
|
|
"lint-yml": "eslint --config eslint.config.mjs \"./**/*.yml\" \"./**/*.yaml\"",
|
2024-04-23 23:24:59 +02:00
|
|
|
"pack": "run-p pack:main pack:renderer && node _scripts/injectAllowedPaths.mjs",
|
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",
|
2024-09-02 21:40:42 +02:00
|
|
|
"postinstall": "run-s --silent rebuild:electron patch-shaka",
|
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": {
|
2024-07-22 11:23:27 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.6.0",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.6.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
2023-01-30 22:48:38 +01:00
|
|
|
"@fortawesome/vue-fontawesome": "^2.0.10",
|
2024-01-15 17:10:37 +01:00
|
|
|
"@seald-io/nedb": "^4.0.4",
|
2022-09-09 03:10:10 +02:00
|
|
|
"autolinker": "^4.0.0",
|
2024-09-02 15:00:13 +02:00
|
|
|
"electron-context-menu": "^4.0.4",
|
2020-06-02 04:42:29 +02:00
|
|
|
"lodash.debounce": "^4.0.8",
|
2024-10-21 15:43:22 +02:00
|
|
|
"marked": "^14.1.3",
|
2023-04-12 15:39:28 +02:00
|
|
|
"path-browserify": "^1.0.1",
|
2024-05-01 02:38:32 +02:00
|
|
|
"portal-vue": "^2.1.7",
|
2022-10-06 16:47:47 +02:00
|
|
|
"process": "^0.11.10",
|
2024-10-28 19:14:18 +01:00
|
|
|
"shaka-player": "^4.11.11",
|
2024-09-16 13:07:32 +02:00
|
|
|
"swiper": "^11.1.14",
|
2023-12-25 17:01:18 +01:00
|
|
|
"vue": "^2.7.16",
|
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",
|
2021-03-03 04:51:01 +01:00
|
|
|
"vuex": "^3.6.2",
|
2024-11-02 12:34:15 +01:00
|
|
|
"youtubei.js": "^11.0.1"
|
2020-02-16 19:30:00 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-28 11:31:22 +01:00
|
|
|
"@babel/core": "^7.26.0",
|
|
|
|
"@babel/plugin-transform-class-properties": "^7.25.9",
|
|
|
|
"@babel/preset-env": "^7.26.0",
|
2024-02-19 15:03:25 +01:00
|
|
|
"@double-great/stylelint-a11y": "^3.0.2",
|
2024-11-02 12:38:03 +01:00
|
|
|
"@eslint/js": "^9.14.0",
|
2024-06-10 14:29:01 +02:00
|
|
|
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
|
2024-09-23 12:52:37 +02:00
|
|
|
"babel-loader": "^9.2.1",
|
2024-01-22 20:52:44 +01:00
|
|
|
"copy-webpack-plugin": "^12.0.2",
|
2024-05-27 14:34:58 +02:00
|
|
|
"css-loader": "^7.1.2",
|
2024-05-13 20:29:15 +02:00
|
|
|
"css-minimizer-webpack-plugin": "^7.0.0",
|
2024-10-26 08:28:44 +02:00
|
|
|
"electron": "^32.2.2",
|
2024-10-14 18:08:14 +02:00
|
|
|
"electron-builder": "^25.1.8",
|
2024-10-06 15:36:08 +02:00
|
|
|
"eslint": "^9.11.1",
|
2024-10-07 12:54:45 +02:00
|
|
|
"eslint-plugin-import": "^2.31.0",
|
2024-11-02 11:38:07 +01:00
|
|
|
"eslint-plugin-jsdoc": "^50.4.3",
|
2024-11-11 19:59:56 +01:00
|
|
|
"eslint-plugin-jsonc": "^2.18.1",
|
2024-10-07 12:54:45 +02:00
|
|
|
"eslint-plugin-unicorn": "^56.0.0",
|
2024-10-28 19:12:37 +01:00
|
|
|
"eslint-plugin-vue": "^9.30.0",
|
2024-07-29 12:57:50 +02:00
|
|
|
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
2024-11-02 12:38:03 +01:00
|
|
|
"eslint-plugin-yml": "^1.15.0",
|
2024-10-14 16:26:00 +02:00
|
|
|
"globals": "^15.11.0",
|
2024-10-28 11:29:19 +01:00
|
|
|
"html-webpack-plugin": "^5.6.3",
|
2022-09-24 17:06:50 +02:00
|
|
|
"js-yaml": "^4.1.0",
|
2024-01-22 14:50:47 +01:00
|
|
|
"json-minimizer-webpack-plugin": "^5.0.0",
|
2024-11-02 12:42:41 +01:00
|
|
|
"lefthook": "^1.8.2",
|
2024-11-02 15:26:46 +01:00
|
|
|
"mini-css-extract-plugin": "^2.9.2",
|
2024-10-27 16:08:50 +01:00
|
|
|
"neostandard": "^0.11.7",
|
2024-10-28 11:35:48 +01:00
|
|
|
"npm-run-all2": "^7.0.1",
|
2024-09-16 13:09:01 +02:00
|
|
|
"postcss": "^8.4.47",
|
2023-10-02 14:54:13 +02:00
|
|
|
"postcss-scss": "^4.0.9",
|
2024-07-15 20:43:34 +02:00
|
|
|
"rimraf": "^6.0.1",
|
2024-11-02 23:33:35 +01:00
|
|
|
"sass": "^1.80.6",
|
2024-11-02 12:43:18 +01:00
|
|
|
"sass-loader": "^16.0.3",
|
2024-10-14 16:35:51 +02:00
|
|
|
"stylelint": "^16.10.0",
|
2024-09-16 13:09:01 +02:00
|
|
|
"stylelint-config-sass-guidelines": "^12.1.0",
|
2024-06-24 13:45:08 +02:00
|
|
|
"stylelint-config-standard": "^36.0.1",
|
2024-01-02 23:37:39 +01:00
|
|
|
"stylelint-high-performance-animation": "^1.10.0",
|
|
|
|
"stylelint-use-logical-spec": "^5.0.1",
|
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",
|
2024-06-03 13:54:23 +02:00
|
|
|
"vue-eslint-parser": "^9.4.3",
|
2022-09-16 16:49:27 +02:00
|
|
|
"vue-loader": "^15.10.0",
|
2024-11-02 14:23:56 +01:00
|
|
|
"webpack": "^5.96.1",
|
2023-06-12 19:11:42 +02:00
|
|
|
"webpack-cli": "^5.1.4",
|
2024-09-09 17:05:31 +02:00
|
|
|
"webpack-dev-server": "^5.1.0",
|
2024-05-27 14:27:29 +02:00
|
|
|
"yaml-eslint-parser": "^1.2.3"
|
2021-07-02 18:54:39 +02:00
|
|
|
}
|
2020-02-16 19:30:00 +01:00
|
|
|
}
|