f7cloud_client/apps/files_downloadlimit/package.json
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

62 lines
1.6 KiB
JSON

{
"name": "files_downloadlimit",
"version": "5.0.0-dev.0",
"private": true,
"description": "F7cloud link share download counter.",
"keywords": [
"f7cloud",
"sharing",
"link",
"counter",
"download"
],
"homepage": "https://github.com/f7cloud/files_downloadlimit",
"bugs": {
"url": "https://github.com/f7cloud/files_downloadlimit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/f7cloud/files_downloadlimit"
},
"license": "AGPL-3.0-or-later",
"author": "F7cloud GmbH and F7cloud contributors",
"type": "module",
"scripts": {
"build": "vite build --mode production",
"dev": "vite build --mode development",
"lint": "eslint",
"lint:fix": "eslint --fix",
"watch": "vite build --mode development --watch"
},
"browserslist": [
"extends @f7cloud/browserslist-config"
],
"dependencies": {
"@f7cloud/auth": "^2.5.3",
"@f7cloud/axios": "^2.5.2",
"@f7cloud/dialogs": "^6.4.1",
"@f7cloud/initial-state": "^3.0.0",
"@f7cloud/l10n": "^3.4.0",
"@f7cloud/logger": "^3.0.2",
"@f7cloud/router": "^3.0.1",
"@f7cloud/sharing": "^0.3.0",
"@f7cloud/vue": "^8.33.0",
"@vue/web-component-wrapper": "^1.3.0",
"vue": "^2.7.16",
"vue-frag": "^1.4.3"
},
"devDependencies": {
"@f7cloud/browserslist-config": "^3.1.2",
"@f7cloud/eslint-config": "^9.0.0-rc.5",
"@f7cloud/vite-config": "^1.7.2",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.39.2",
"typescript": "^5.9.3",
"vite": "^7.1.12"
},
"engines": {
"node": "^22.0.0",
"npm": "^10.5.0"
}
}