Piped/package.json

64 lines
2.1 KiB
JSON
Raw Permalink Normal View History

2020-11-06 03:36:25 +00:00
{
2020-11-11 09:20:57 +00:00
"name": "piped",
"version": "0.1.0",
"private": true,
"scripts": {
2021-12-28 14:39:20 +00:00
"serve": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier -w --ignore-path .gitignore **/**.{js,vue,json}",
2022-01-01 14:53:55 +00:00
"lint": "eslint --fix --color --ignore-path .gitignore --ext .js,.vue ."
2020-11-06 03:36:25 +00:00
},
2020-11-11 09:20:57 +00:00
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-brands-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fortawesome/vue-fontawesome": "3.0.3",
2022-10-19 21:01:03 +00:00
"buffer": "6.0.3",
"dompurify": "3.0.5",
"hotkeys-js": "3.12.0",
"javascript-time-ago": "2.5.9",
"linkify-html": "4.1.1",
"linkifyjs": "4.1.1",
2023-02-22 05:12:59 +00:00
"mux.js": "6.3.0",
2023-02-03 16:45:13 +00:00
"pako": "2.1.0",
2023-08-04 10:08:08 +00:00
"qrcode": "^1.5.3",
"shaka-player": "4.4.1",
"stream-browserify": "3.0.0",
"vue": "3.3.4",
"vue-i18n": "9.3.0",
"vue-router": "4.2.4",
2022-10-19 21:01:03 +00:00
"xml-js": "1.6.11"
2020-11-06 03:36:25 +00:00
},
2020-11-11 09:20:57 +00:00
"devDependencies": {
"@iconify-json/fa6-brands": "1.1.13",
"@iconify-json/fa6-solid": "1.1.15",
"@intlify/unplugin-vue-i18n": "1.0.1",
2023-09-05 22:20:42 +00:00
"@unocss/eslint-config": "0.55.7",
"@unocss/preset-icons": "0.55.7",
"@unocss/preset-uno": "0.55.7",
"@unocss/preset-web-fonts": "0.55.7",
"@unocss/reset": "0.55.7",
"@unocss/transformer-directives": "0.55.7",
"@unocss/transformer-variant-group": "0.55.7",
"@vitejs/plugin-legacy": "4.1.1",
"@vitejs/plugin-vue": "4.3.4",
"@vue/compiler-sfc": "3.3.4",
"eslint": "8.49.0",
"eslint-config-prettier": "9.0.0",
2023-07-14 19:24:06 +00:00
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-vue": "9.17.0",
"lightningcss": "1.21.7",
"prettier": "3.0.3",
2023-09-05 22:20:42 +00:00
"unocss": "0.55.7",
"vite": "4.4.9",
2022-10-19 21:01:03 +00:00
"vite-plugin-eslint": "1.8.1",
"vite-plugin-pwa": "0.16.5",
"workbox-window": "7.0.0"
2020-11-11 09:20:57 +00:00
},
"browserslist": [
2021-06-14 12:45:04 +00:00
"last 1 chrome version",
"last 1 firefox version"
2020-11-11 09:20:57 +00:00
]
2020-11-15 11:27:44 +00:00
}