forked from Hunlongyu/ZY-Player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
12,627 additions
and
19,780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
{ | ||
"name": "zy", | ||
"version": "1.0.23", | ||
"version": "1.1.0", | ||
"private": true, | ||
"author": { | ||
"name": "Hunlongyu", | ||
"email": "[email protected]" | ||
}, | ||
"description": "ZY Player 资源播放器", | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint", | ||
"electron:build": "vue-cli-service electron:build", | ||
"dev": "vue-cli-service electron:serve", | ||
"electron:build": "vue-cli-service electron:build", | ||
"electron:serve": "vue-cli-service electron:serve", | ||
"postinstall": "electron-builder install-app-deps", | ||
"postuninstall": "electron-builder install-app-deps", | ||
"electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten", | ||
|
@@ -23,38 +19,42 @@ | |
"dependencies": { | ||
"axios": "^0.19.2", | ||
"core-js": "^3.6.5", | ||
"dexie": "^2.0.4", | ||
"electron-updater": "^4.3.1", | ||
"cors": "^2.8.5", | ||
"dexie": "^3.0.1", | ||
"electron-localshortcut": "^3.2.1", | ||
"element-ui": "^2.13.2", | ||
"express": "^4.17.1", | ||
"fast-xml-parser": "^3.17.4", | ||
"html2canvas": "^1.0.0-rc.5", | ||
"leancloud-storage": "^4.5.3", | ||
"macaddress": "^0.5.1", | ||
"modern-normalize": "^0.6.0", | ||
"mousetrap": "^1.6.5", | ||
"qrcode.vue": "^1.7.0", | ||
"vue": "^2.6.11", | ||
"vue-i18n": "^8.17.7", | ||
"vue-infinite-loading": "^2.4.5", | ||
"vue-waterfall-plugin": "^1.0.7", | ||
"vuex": "^3.4.0", | ||
"xgplayer": "^2.7.1", | ||
"xgplayer-hls.js": "^2.2.2" | ||
"xgplayer": "^2.9.8", | ||
"xgplayer-hls.js": "^2.2.3" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "~4.3.0", | ||
"@vue/cli-plugin-eslint": "~4.3.0", | ||
"@vue/cli-plugin-vuex": "~4.3.0", | ||
"@vue/cli-service": "~4.3.0", | ||
"@vue/cli-plugin-babel": "~4.4.0", | ||
"@vue/cli-plugin-eslint": "~4.4.0", | ||
"@vue/cli-plugin-vuex": "~4.4.0", | ||
"@vue/cli-service": "~4.4.0", | ||
"@vue/eslint-config-standard": "^5.1.2", | ||
"babel-eslint": "^10.1.0", | ||
"babel-plugin-component": "^1.1.1", | ||
"electron": "^9.0.0", | ||
"electron": "^9.0.5", | ||
"electron-devtools-installer": "^3.1.0", | ||
"eslint": "^6.7.2", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"eslint-plugin-vue": "^6.2.2", | ||
"sass": "^1.26.3", | ||
"sass": "^1.26.5", | ||
"sass-loader": "^8.0.2", | ||
"vue-cli-plugin-electron-builder": "2.0.0-beta.6", | ||
"vue-cli-plugin-electron-builder": "2.0.0-rc.4", | ||
"vue-template-compiler": "^2.6.11" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.