sguenter 4722c12dc2 Fixed a bug, where the values initally were not loaded,
Select always 1080p or highest quality after video start
2024-03-24 12:47:04 +01:00

118 lines
4.0 KiB
JSON

{
"name": "dnd",
"displayName": "D&D",
"version": "0.5.3",
"scripts": {
"dev-next": "next dev",
"build-next": "next build",
"export-next": "next export",
"start-next": "next start",
"rm-next-folder": "rm -rf .next",
"typecheck": "tsc --noEmit",
"eslint:noCache": "eslint \"src/{**/*,*}.{js,jsx,tsx,ts}\"",
"eslint": "npm run eslint:noCache -- --cache",
"eslint:fix": "npm run eslint -- --fix",
"postinstall": "patch-package && cd electron && npm install && cd ..",
"electron:prepare": "cp -f src/electron/Actions.ts src/electron/Bridge.ts electron/src/ && bin/export.sh",
"electron": "export ELECTRON_ENABLE_LOGGING=1 && npm run electron:prepare && cap sync @capacitor-community/electron && cd electron && npm run electron:start",
"electron:copy": "npm run electron:prepare && cap copy @capacitor-community/electron",
"electron:pack": "npm run electron:prepare && cap copy @capacitor-community/electron && cd electron && npm run electron:pack && cd .."
},
"dependencies": {
"react-player": "^2.15.1",
"@ainias42/cordova-sites": "^0.8.13",
"@ainias42/hotkeys": "^0.0.6",
"@ainias42/js-helper": "^0.8.10",
"@ainias42/react-bootstrap-mobile": "^0.1.28",
"@capacitor-community/electron": "^5.0.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"bootstrap": "^5.3.2",
"classnames": "^2.5.1",
"electron": "29.1.5",
"i18next": "^23.7.15",
"next": "14.0.4",
"nextjs-cors": "^2.2.0",
"patch-package": "^8.0.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-i18next": "^14.0.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@capacitor/android": "^5.6.0",
"@capacitor/cli": "^5.6.0",
"@capacitor/core": "^5.6.0",
"@capacitor/ios": "^5.6.0",
"@svgr/webpack": "8.1.0",
"@types/node": "^18.19.4",
"@types/node-telegram-bot-api": "^0.64.1",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.3",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"babel-preset-react-app": "^10.0.1",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-testing-library": "^6.2.0",
"eslint-webpack-plugin": "^4.0.1",
"isomorphic-style-loader": "^5.3.2",
"prettier": "^3.1.1",
"react-color": "^2.19.3",
"react-dev-utils": "^12.0.1",
"react-table": "^7.8.0",
"sass": "^1.69.7",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"cordova": {
"plugins": {
"cordova-plugin-webpack": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-nativestorage": {},
"cordova-plugin-keyboard": {},
"cordova-plugin-tts": {},
"cordova-plugin-device": {},
"cordova-plugin-file": {},
"cordova-sqlite-storage": {}
},
"platforms": [
"android",
"ios"
]
},
"private": true,
"browserslist": [
"last 2 versions",
"ie >= 9",
"android >= 4.4",
"ios >= 7"
]
}