safetwitch/package.json

55 lines
1.7 KiB
JSON

{
"name": "test",
"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/"
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@tailwindcss/forms": "^0.5.3",
"@types/vue-i18n": "^7.0.0",
"hls.js": "^1.4.10",
"oh-vue-icons": "^1.0.0-rc3",
"video.js": "^8.0.4",
"videojs-contrib-quality-levels": "^3.0.0",
"videojs-hls-quality-selector": "^1.1.4",
"vue": "^3.3.9",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "^3.0.0",
"@rushstack/eslint-patch": "^1.3.3",
"@tailwindcss/typography": "^0.5.9",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.18.5",
"@types/video.js": "^7.3.51",
"@types/videojs-contrib-quality-levels": "^2.0.1",
"@types/videojs-hls-quality-selector": "^1.1.0",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"git-describe": "^4.1.1",
"npm-run-all2": "^6.1.1",
"postcss": "^8.4.21",
"prettier": "^3.0.3",
"tailwindcss": "^3.2.7",
"tailwindcss-themer": "^3.1.0",
"typescript": "~5.2.0",
"vite": "^4.5.0",
"vue-cli-plugin-i18n": "~2.3.2",
"vue-tsc": "^1.8.19"
}
}