mirror of
https://github.com/chenasraf/nextcloud-autocurrency.git
synced 2026-05-17 17:28:06 +00:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "autocurrency",
|
|
"version": "0.0.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^20.12.0",
|
|
"pnpm": "^10.11.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite build --watch",
|
|
"build": "vue-tsc -b && vite build",
|
|
"lint": "eslint src",
|
|
"format": "eslint --fix src && prettier --write src",
|
|
"prepare": "husky"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"dependencies": {
|
|
"@nextcloud/axios": "^2.5.1",
|
|
"@nextcloud/l10n": "^3.3.0",
|
|
"@nextcloud/router": "^3.0.1",
|
|
"@nextcloud/vite-config": "^2.3.5",
|
|
"@nextcloud/vue": "9.0.0-rc.2",
|
|
"date-fns": "^4.1.0",
|
|
"linkifyjs": "^4.3.1",
|
|
"vue": "^3.5.16"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.28.0",
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
|
"@nextcloud/eslint-config": "^8.4.2",
|
|
"@nextcloud/stylelint-config": "^3.1.0",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"eslint": "^9.28.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.1.0",
|
|
"prettier-plugin-vue": "^1.1.6",
|
|
"sass": "^1.89.1",
|
|
"sass-embedded": "^1.89.1",
|
|
"typescript": "5.8.3",
|
|
"typescript-eslint": "^8.33.1",
|
|
"vite": "^6.3.5",
|
|
"vue-router": "^4.5.1",
|
|
"vue-tsc": "^2.2.10"
|
|
}
|
|
}
|