Piped/package.json

57 lines
1.8 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,
"type": "module",
2020-11-11 09:20:57 +00:00
"scripts": {
2023-11-16 15:32:53 +00:00
"dev": "vite",
2021-12-28 14:39:20 +00:00
"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": {
"dompurify": "3.1.3",
"fast-xml-parser": "4.3.6",
"hotkeys-js": "3.13.7",
"javascript-time-ago": "2.5.10",
2023-11-22 06:40:50 +00:00
"linkify-html": "4.1.3",
"linkifyjs": "4.1.3",
2023-08-04 10:08:08 +00:00
"qrcode": "^1.5.3",
"shaka-player": "4.8.2",
"vue": "3.4.25",
"vue-i18n": "9.13.1",
"vue-router": "4.3.2"
2020-11-06 03:36:25 +00:00
},
2020-11-11 09:20:57 +00:00
"devDependencies": {
2024-04-04 15:02:12 +00:00
"@iconify-json/fa6-brands": "1.1.19",
"@iconify-json/fa6-solid": "1.1.21",
"@intlify/unplugin-vue-i18n": "4.0.0",
2024-04-01 13:16:37 +00:00
"@unocss/eslint-config": "0.58.9",
"@unocss/preset-icons": "0.58.9",
"@unocss/preset-uno": "0.58.9",
"@unocss/preset-web-fonts": "0.58.9",
"@unocss/reset": "0.58.9",
"@unocss/transformer-directives": "0.58.9",
"@unocss/transformer-variant-group": "0.58.9",
"@vitejs/plugin-legacy": "5.4.0",
2024-03-13 16:30:43 +00:00
"@vitejs/plugin-vue": "5.0.4",
"@vue/compiler-sfc": "3.4.25",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-vue": "9.25.0",
"lightningcss": "1.24.1",
"prettier": "3.2.5",
2024-04-01 13:16:37 +00:00
"unocss": "0.58.9",
"vite": "5.2.11",
2022-10-19 21:01:03 +00:00
"vite-plugin-eslint": "1.8.1",
"vite-plugin-pwa": "0.20.0",
"workbox-window": "7.1.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
}