-
Renovate Bot authoredRenovate Bot authored
This project manages its dependencies using npm.
Learn more
package.json 1.46 KiB
{
"name": "@open-xchange/guidedtours",
"version": "8.6.6",
"description": "OX App Suite UI plugin shipping guided tours for core (ui-) applications.",
"repository": "https://gitlab.open-xchange.com/appsuite/web-apps/guidedtours",
"author": "Julian Bäume <julian.baeume@open-xchange.com>",
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"msgmerge": "for i in src/i18n/*.po; do msgmerge -Us --previous --backup=none \"$i\" dist/ox.pot; done",
"test": "echo VGhpcyBpcyBmaW5lLi4u8J+UpQo= | base64 -d && true",
"lint": "eslint src e2e --cache",
"release": "pnpm dlx @open-xchange/create-release",
"prepare": "husky"
},
"devDependencies": {
"@open-xchange/lint": "^0.1.0",
"@open-xchange/rollup-plugin-po2json": "^0.9.0",
"@open-xchange/vite-plugin-ox-externals": "^0.7.0",
"@open-xchange/vite-plugin-ox-manifests": "^0.7.0",
"@open-xchange/vite-plugin-proxy": "^0.9.0",
"chai": "^5.1.0",
"dotenv": "^16.4.5",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"vite": "^5.2.11"
},
"lint-staged": {
"*.{js,cjs,mjs}": "eslint src e2e --cache --fix"
},
"resolutions": {
"semver": "^7.5.2",
"debug": "^4.3.4",
"json5": "^2.2.2"
},
"packageManager": "pnpm@9.7.0",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"eslint": "9",
"eslint-plugin-n": "17"
}
}
}
}