safetwitch/package.json

55 lines
1.7 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-09-16 16:23:12 +00:00
"version": "2.3.1",
2023-03-24 11:55:10 +00:00
"private": true,
2023-03-07 06:19:05 +00:00
"scripts": {
2023-06-13 16:08:43 +00:00
"dev": "vite",
2023-12-01 01:22:47 +00:00
"build": "run-p type-check \"build-only {@}\" --",
2023-06-13 16:08:43 +00:00
"preview": "vite preview",
2023-12-01 01:22:47 +00:00
"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/"
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-12-01 01:22:47 +00:00
"@types/vue-i18n": "^7.0.0",
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",
2023-11-27 01:51:02 +00:00
"vue": "^3.3.9",
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": {
2023-06-13 16:08:43 +00:00
"@intlify/vue-i18n-loader": "^3.0.0",
2023-12-01 01:22:47 +00:00
"@rushstack/eslint-patch": "^1.3.3",
2023-03-24 11:55:10 +00:00
"@tailwindcss/typography": "^0.5.9",
2023-12-01 01:22:47 +00:00
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.18.5",
"@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-12-01 01:22:47 +00:00
"@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",
2023-03-24 11:55:10 +00:00
"autoprefixer": "^10.4.13",
2023-12-01 01:22:47 +00:00
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
2023-08-21 19:29:01 +00:00
"git-describe": "^4.1.1",
2023-12-01 01:22:47 +00:00
"npm-run-all2": "^6.1.1",
2023-03-24 11:55:10 +00:00
"postcss": "^8.4.21",
2023-12-01 01:22:47 +00:00
"prettier": "^3.0.3",
2023-03-24 11:55:10 +00:00
"tailwindcss": "^3.2.7",
2023-09-24 15:47:48 +00:00
"tailwindcss-themer": "^3.1.0",
2023-12-01 01:22:47 +00:00
"typescript": "~5.2.0",
"vite": "^4.5.0",
2023-06-13 16:08:43 +00:00
"vue-cli-plugin-i18n": "~2.3.2",
2023-12-01 01:22:47 +00:00
"vue-tsc": "^1.8.19"
2023-03-07 06:19:05 +00:00
}
}