forked from TeamPiped/Piped
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.77 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "piped",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier -w --ignore-path .gitignore **/**.{js,vue,json}",
"lint": "eslint --fix --color ."
},
"dependencies": {
"@vueuse/core": "^14.2.1",
"dompurify": "3.3.3",
"fast-xml-parser": "5.5.12",
"hotkeys-js": "4.0.3",
"javascript-time-ago": "2.6.4",
"linkify-html": "4.3.2",
"linkifyjs": "4.3.2",
"qrcode": "^1.5.4",
"reka-ui": "^2.9.2",
"shaka-player": "5.0.10",
"vue": "3.5.32",
"vue-i18n": "11.3.2",
"vue-router": "5.0.4"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@iconify-json/fa6-brands": "1.2.6",
"@iconify-json/fa6-solid": "1.2.4",
"@intlify/unplugin-vue-i18n": "11.1.1",
"@tailwindcss/vite": "^4.2.2",
"@vitejs/plugin-legacy": "8.0.1",
"@vitejs/plugin-vue": "6.0.6",
"@vue/compiler-sfc": "3.5.32",
"eslint": "10.2.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-better-tailwindcss": "^4.3.2",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-vue": "10.8.0",
"globals": "17.5.0",
"lightningcss": "1.32.0",
"prettier": "3.8.2",
"tailwindcss": "^4.2.2",
"unplugin-icons": "^23.0.1",
"unplugin-vue-components": "^32.0.0",
"vite": "8.0.8",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-pwa": "1.2.0",
"vue-eslint-parser": "10.4.0",
"workbox-window": "7.4.0"
},
"browserslist": [
"last 1 chrome version",
"last 1 firefox version"
]
}