mirror of
https://github.com/chenasraf/nextcloud-autocurrency.git
synced 2026-05-17 17:28:06 +00:00
* feat: add custom currency table & endpoints * refactor: fix migration versions * feat: add custom currencies logic to fetch service * feat: add custom currencies UI to admin settings * feat: add custom currencies to user settings history * chore: update admin settings help info * refactor: use NcTextField instead of input
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "autocurrency",
|
|
"version": "0.0.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^22.19.0",
|
|
"pnpm": "^10.18.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite build --watch",
|
|
"build": "vue-tsc -b && vite build",
|
|
"lint": "eslint src",
|
|
"format": "eslint --fix src && prettier --write {src/,README.md}",
|
|
"prepare": "husky",
|
|
"gen": "simple-scaffold -c . -k"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"dependencies": {
|
|
"@nextcloud/axios": "^2.5.2",
|
|
"@nextcloud/dialogs": "^6.3.2",
|
|
"@nextcloud/l10n": "^3.4.0",
|
|
"@nextcloud/router": "^3.0.1",
|
|
"@nextcloud/vue": "^9.0.0",
|
|
"chart.js": "^4.5.0",
|
|
"date-fns": "^4.1.0",
|
|
"linkifyjs": "^4.3.2",
|
|
"vue": "^3.5.22",
|
|
"vue-material-design-icons": "^5.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.37.0",
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
|
"@nextcloud/eslint-config": "^8.4.2",
|
|
"@nextcloud/stylelint-config": "^3.1.0",
|
|
"@nextcloud/vite-config": "2.3.5",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"eslint": "^9.37.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.2.3",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-vue": "^1.1.6",
|
|
"sass": "^1.93.2",
|
|
"sass-embedded": "^1.93.2",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.45.0",
|
|
"vite": "^6.3.6",
|
|
"vue-router": "^4.5.1",
|
|
"vue-tsc": "^2.2.12"
|
|
}
|
|
}
|