forked from filebrowser/filebrowser
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) 路 2.5 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) 路 2.5 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "filebrowser-frontend",
"version": "3.0.0",
"private": true,
"type": "module",
"engines": {
"node": ">=24.0.0",
"pnpm": ">=10.0.0"
},
"scripts": {
"dev": "vite dev",
"build": "pnpm run typecheck && vite build",
"clean": "find ./dist -maxdepth 1 -mindepth 1 ! -name '.gitkeep' -exec rm -r {} +",
"typecheck": "vue-tsc -p ./tsconfig.app.json --noEmit",
"lint": "eslint src/",
"lint:fix": "eslint --fix src/",
"format": "prettier --write .",
"test": "vitest run"
},
"dependencies": {
"@chenfengyuan/vue-number-input": "^2.0.1",
"@vueuse/core": "^14.2.1",
"@vueuse/integrations": "^14.2.1",
"ace-builds": "^1.43.6",
"csv-parse": "^6.2.1",
"dayjs": "^1.11.20",
"dompurify": "^3.4.9",
"epubjs": "^0.3.93",
"filesize": "^11.0.17",
"js-base64": "^3.7.8",
"jwt-decode": "^4.0.0",
"lodash-es": "^4.18.1",
"marked": "^17.0.6",
"marked-katex-extension": "^5.1.8",
"material-icons": "^1.13.14",
"normalize.css": "^8.0.1",
"pinia": "^3.0.4",
"pretty-bytes": "^7.1.0",
"qrcode.vue": "^3.9.0",
"tus-js-client": "^4.3.1",
"utif": "^3.1.0",
"video.js": "^8.23.7",
"videojs-hotkeys": "^0.2.30",
"videojs-mobile-ui": "^1.2.5",
"vue": "^3.5.33",
"vue-final-modal": "^4.5.5",
"vue-i18n": "^11.4.0",
"vue-lazyload": "^3.0.0",
"vue-reader": "^1.3.4",
"vue-router": "^5.0.6",
"vue-toastification": "2.0.0-rc.5"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^11.1.2",
"@tsconfig/node24": "^24.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.12.2",
"@typescript-eslint/eslint-plugin": "^8.59.1",
"@vitejs/plugin-legacy": "^8.0.2",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/tsconfig": "^0.9.1",
"autoprefixer": "^10.5.0",
"eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-vue": "^10.9.0",
"postcss": "^8.5.12",
"prettier": "^3.8.3",
"terser": "^5.46.2",
"typescript": "^5.9.3",
"vite": "^8.0.10",
"vite-plugin-compression2": "^2.5.3",
"vitest": "^4.1.5",
"vue-tsc": "^3.2.7"
},
"pnpm": {
"overrides": {
"@xmldom/xmldom@<0.8.13": "^0.8.13"
}
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}