safetwitch/package.json

56 lines
1.8 KiB
JSON
Raw Normal View History

2023-03-07 06:19:05 +00:00
{
2023-03-24 11:55:10 +00:00
"name": "test",
2023-08-22 03:47:27 +00:00
"version": "2.3.0",
2023-03-24 11:55:10 +00:00
"private": true,
2023-03-07 06:19:05 +00:00
"scripts": {
2023-03-24 11:55:10 +00:00
"build": "run-p type-check build-only",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
2023-06-13 16:08:43 +00:00
"build-only": "vite build",
"dev": "vite",
"format": "prettier --write src/",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\"",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit"
2023-03-24 11:55:10 +00:00
},
"dependencies": {
2023-06-13 16:08:43 +00:00
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@tailwindcss/forms": "^0.5.3",
2023-08-21 19:29:01 +00:00
"hls.js": "^1.4.10",
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",
2023-06-13 16:08:43 +00:00
"vue-i18n": "^9.2.2",
2023-03-24 11:55:10 +00:00
"vue-router": "^4.1.6"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.1",
2023-06-13 16:08:43 +00:00
"@intlify/vue-i18n-loader": "^3.0.0",
2023-03-24 11:55:10 +00:00
"@rushstack/eslint-patch": "^1.2.0",
"@tailwindcss/typography": "^0.5.9",
2023-08-21 19:29:01 +00:00
"@types/hls.js": "^1.0.0",
2023-03-24 11:55:10 +00:00
"@types/node": "^18.14.2",
"@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",
2023-08-21 19:29:01 +00:00
"@types/vue": "^2.0.0",
2023-03-24 11:55:10 +00:00
"@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",
2023-08-21 19:29:01 +00:00
"git-describe": "^4.1.1",
2023-03-24 11:55:10 +00:00
"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",
2023-06-13 16:08:43 +00:00
"vue-cli-plugin-i18n": "~2.3.2",
2023-03-24 11:55:10 +00:00
"vue-tsc": "^1.2.0"
2023-03-07 06:19:05 +00:00
}
}