0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-21 21:03:00 -05:00
safetwitch/package.json

58 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2023-03-07 01:19:05 -05:00
{
2023-03-24 06:55:10 -05:00
"name": "test",
2023-09-16 11:23:12 -05:00
"version": "2.3.1",
2023-03-24 06:55:10 -05:00
"private": true,
2023-03-07 01:19:05 -05:00
"scripts": {
2023-11-30 20:22:47 -05:00
"build": "run-p type-check \"build-only {@}\" --",
"lint": "eslint . --ext .vue,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
2024-07-13 11:14:37 -05:00
"build-only": "vite build",
"dev": "vite",
"format": "prettier --write src/",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
2023-03-24 06:55:10 -05:00
},
"dependencies": {
2023-06-13 11:08:43 -05:00
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@tailwindcss/forms": "^0.5.3",
2023-11-30 20:22:47 -05:00
"@types/vue-i18n": "^7.0.0",
2023-08-21 14:29:01 -05:00
"hls.js": "^1.4.10",
2023-03-24 06:55:10 -05:00
"oh-vue-icons": "^1.0.0-rc3",
2024-07-13 11:14:37 -05:00
"register-service-worker": "^1.7.2",
2023-03-24 06:55:10 -05:00
"video.js": "^8.0.4",
"videojs-contrib-quality-levels": "^3.0.0",
"videojs-hls-quality-selector": "^1.1.4",
2023-11-26 20:51:02 -05:00
"vue": "^3.3.9",
2023-06-13 11:08:43 -05:00
"vue-i18n": "^9.2.2",
2023-03-24 06:55:10 -05:00
"vue-router": "^4.1.6"
},
"devDependencies": {
2023-06-13 11:08:43 -05:00
"@intlify/vue-i18n-loader": "^3.0.0",
2023-11-30 20:22:47 -05:00
"@rushstack/eslint-patch": "^1.3.3",
2023-03-24 06:55:10 -05:00
"@tailwindcss/typography": "^0.5.9",
2023-11-30 20:22:47 -05:00
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.18.5",
"@types/video.js": "^7.3.51",
2023-03-24 06:55:10 -05:00
"@types/videojs-contrib-quality-levels": "^2.0.1",
"@types/videojs-hls-quality-selector": "^1.1.0",
2023-11-30 20:22:47 -05:00
"@vitejs/plugin-vue": "^4.4.0",
2024-07-13 11:14:37 -05:00
"@vue/cli-plugin-pwa": "~5.0.0",
2023-11-30 20:22:47 -05:00
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
2023-03-24 06:55:10 -05:00
"autoprefixer": "^10.4.13",
2023-11-30 20:22:47 -05:00
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
2023-08-21 14:29:01 -05:00
"git-describe": "^4.1.1",
2023-11-30 20:22:47 -05:00
"npm-run-all2": "^6.1.1",
2023-03-24 06:55:10 -05:00
"postcss": "^8.4.21",
2023-11-30 20:22:47 -05:00
"prettier": "^3.0.3",
2023-03-24 06:55:10 -05:00
"tailwindcss": "^3.2.7",
2023-09-24 10:47:48 -05:00
"tailwindcss-themer": "^3.1.0",
2023-11-30 20:22:47 -05:00
"typescript": "~5.2.0",
"vite": "^4.5.0",
2024-06-02 10:53:30 -05:00
"vite-plugin-vue-devtools": "^7.2.1",
2023-06-13 11:08:43 -05:00
"vue-cli-plugin-i18n": "~2.3.2",
2023-11-30 20:22:47 -05:00
"vue-tsc": "^1.8.19"
2023-03-07 01:19:05 -05:00
}
}