2023-03-07 06:19:05 +00:00
|
|
|
{
|
2023-03-24 11:55:10 +00:00
|
|
|
"name": "test",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
2023-03-07 06:19:05 +00:00
|
|
|
"scripts": {
|
2023-03-24 11:55:10 +00:00
|
|
|
"dev": "vite",
|
|
|
|
"build": "run-p type-check build-only",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"build-only": "vite build",
|
|
|
|
"type-check": "vue-tsc --noEmit",
|
|
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
|
|
"format": "prettier --write src/"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@dragongoose/streamlink": "^1.0.2",
|
2023-03-24 22:48:45 +00:00
|
|
|
"@tailwindcss/forms": "^0.5.3",
|
2023-03-24 11:55:10 +00:00
|
|
|
"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.2.47",
|
|
|
|
"vue-router": "^4.1.6"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@catppuccin/tailwindcss": "^0.1.1",
|
|
|
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
|
|
"@types/node": "^18.14.2",
|
2023-03-24 22:48:45 +00:00
|
|
|
"@types/video.js": "^7.3.51",
|
2023-03-24 11:55:10 +00:00
|
|
|
"@types/videojs-contrib-quality-levels": "^2.0.1",
|
|
|
|
"@types/videojs-hls-quality-selector": "^1.1.0",
|
|
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
|
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
|
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
|
|
"@vue/tsconfig": "^0.1.3",
|
|
|
|
"autoprefixer": "^10.4.13",
|
|
|
|
"eslint": "^8.34.0",
|
|
|
|
"eslint-plugin-vue": "^9.9.0",
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"postcss": "^8.4.21",
|
|
|
|
"prettier": "^2.8.4",
|
|
|
|
"tailwindcss": "^3.2.7",
|
|
|
|
"typescript": "~4.8.4",
|
|
|
|
"vite": "^4.1.4",
|
|
|
|
"vue-tsc": "^1.2.0"
|
2023-03-07 06:19:05 +00:00
|
|
|
}
|
|
|
|
}
|