62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "filebrowser-frontend",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"serve": "vite serve",
|
|
"build": "vite build",
|
|
"watch": "vite build --watch",
|
|
"clean": "find ./dist -maxdepth 1 -mindepth 1 ! -name '.gitkeep' -exec rm -r {} +",
|
|
"lint": "eslint --ext .vue,.ts src/",
|
|
"lint:fix": "eslint --ext .vue,.ts --fix src/",
|
|
"format": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
"@vueuse/core": "^10.4.1",
|
|
"ace-builds": "^1.24.2",
|
|
"clipboard": "^2.0.11",
|
|
"core-js": "^3.32.2",
|
|
"dayjs": "^1.11.9",
|
|
"filesize": "^10.0.12",
|
|
"js-base64": "^3.7.5",
|
|
"jwt-decode": "^3.1.2",
|
|
"lodash-es": "^4.17.21",
|
|
"material-icons": "^1.13.11",
|
|
"moment": "^2.29.4",
|
|
"normalize.css": "^8.0.1",
|
|
"pinia": "^2.1.6",
|
|
"pretty-bytes": "^6.1.1",
|
|
"qrcode.vue": "^3.4.1",
|
|
"tus-js-client": "^3.1.1",
|
|
"utif": "^3.1.0",
|
|
"vue": "^3.3.4",
|
|
"vue-i18n": "^9.3.0",
|
|
"vue-lazyload": "^3.0.0",
|
|
"vue-router": "^4.2.4",
|
|
"vue-toastification": "^2.0.0-rc.5"
|
|
},
|
|
"devDependencies": {
|
|
"@intlify/unplugin-vue-i18n": "^1.0.1",
|
|
"@types/lodash-es": "^4.17.9",
|
|
"@types/node": "^20.6.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
|
"@vitejs/plugin-legacy": "^4.1.1",
|
|
"@vitejs/plugin-vue": "^4.3.4",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"autoprefixer": "^10.4.15",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"jsdom": "^22.1.0",
|
|
"postcss": "^8.4.29",
|
|
"prettier": "^3.0.3",
|
|
"terser": "^5.19.4",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-compression2": "^0.10.4",
|
|
"vite-plugin-rewrite-all": "^1.0.1"
|
|
}
|
|
}
|