mirror of
https://github.com/chenasraf/nextcloud-autocurrency.git
synced 2026-05-17 17:28:06 +00:00
55 lines
1.4 KiB
JSON
55 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": "vite build",
|
|
"lint": "eslint src",
|
|
"format": "eslint --fix src && prettier --write {vite.config.ts,src/,README.md}",
|
|
"prepare": "husky",
|
|
"gen": "simple-scaffold -c . -k"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"dependencies": {
|
|
"@nextcloud/axios": "^2.5.2",
|
|
"@nextcloud/l10n": "^3.4.1",
|
|
"@nextcloud/router": "^3.1.0",
|
|
"@nextcloud/vue": "^9.4.0",
|
|
"chart.js": "^4.5.1",
|
|
"date-fns": "^4.1.0",
|
|
"linkifyjs": "^4.3.2",
|
|
"vue": "^3.5.27",
|
|
"vue-material-design-icons": "^5.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"@nextcloud/browserslist-config": "^3.1.2",
|
|
"@nextcloud/eslint-config": "^8.4.2",
|
|
"@nextcloud/stylelint-config": "^3.2.0",
|
|
"@nextcloud/vite-config": "2.3.5",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"eslint": "^9.39.2",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.2.7",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-vue": "^1.1.6",
|
|
"rollup-plugin-visualizer": "^6.0.5",
|
|
"sass": "^1.97.3",
|
|
"sass-embedded": "^1.97.3",
|
|
"typescript": "5.9.2",
|
|
"typescript-eslint": "^8.53.1",
|
|
"vite": "^6.4.1",
|
|
"vite-plugin-checker": "^0.12.0",
|
|
"vue-router": "^4.6.4",
|
|
"vue-tsc": "^2.2.12"
|
|
}
|
|
}
|