Create PWA support #87
This commit is contained in:
12
package.json
12
package.json
@ -3,13 +3,13 @@
|
||||
"version": "2.3.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "run-p type-check \"build-only {@}\" --",
|
||||
"preview": "vite preview",
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
||||
"lint": "eslint . --ext .vue,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
||||
"format": "prettier --write src/"
|
||||
"build-only": "vite build",
|
||||
"dev": "vite",
|
||||
"format": "prettier --write src/",
|
||||
"preview": "vite preview",
|
||||
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
|
||||
},
|
||||
"dependencies": {
|
||||
"@intlify/unplugin-vue-i18n": "^0.11.0",
|
||||
@ -17,6 +17,7 @@
|
||||
"@types/vue-i18n": "^7.0.0",
|
||||
"hls.js": "^1.4.10",
|
||||
"oh-vue-icons": "^1.0.0-rc3",
|
||||
"register-service-worker": "^1.7.2",
|
||||
"video.js": "^8.0.4",
|
||||
"videojs-contrib-quality-levels": "^3.0.0",
|
||||
"videojs-hls-quality-selector": "^1.1.4",
|
||||
@ -34,6 +35,7 @@
|
||||
"@types/videojs-contrib-quality-levels": "^2.0.1",
|
||||
"@types/videojs-hls-quality-selector": "^1.1.0",
|
||||
"@vitejs/plugin-vue": "^4.4.0",
|
||||
"@vue/cli-plugin-pwa": "~5.0.0",
|
||||
"@vue/eslint-config-prettier": "^8.0.0",
|
||||
"@vue/eslint-config-typescript": "^12.0.0",
|
||||
"@vue/tsconfig": "^0.4.0",
|
||||
|
Reference in New Issue
Block a user