woodpecker/web/package.json

78 lines
2.2 KiB
JSON
Raw Normal View History

2019-11-12 13:27:39 +00:00
{
"name": "woodpecker-ci",
"author": "Woodpecker CI",
"version": "0.0.0",
"license": "Apache-2.0",
"engines": {
"node": ">=14"
2019-11-12 13:27:39 +00:00
},
"scripts": {
"start": "vite",
"build": "vite build --base=/BASE_PATH",
"serve": "vite preview",
"lint": "eslint --max-warnings 0 --ext .js,.ts,.vue,.json .",
"format": "prettier --write .",
"format:check": "prettier -c .",
"typecheck": "vue-tsc --noEmit",
"test": "echo 'No tests configured' && exit 0"
2019-11-12 13:27:39 +00:00
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^1.0.0",
"@kyvg/vue3-notification": "^3.0.0",
"@vueuse/components": "^10.4.0",
"@vueuse/core": "^9.13.0",
"ansi_up": "^5.2.1",
"dayjs": "^1.11.9",
"fuse.js": "^6.6.2",
"humanize-duration": "^3.28.0",
"javascript-time-ago": "^2.5.9",
"lodash": "^4.17.21",
"node-emoji": "^1.11.0",
"pinia": "^2.1.4",
"prismjs": "^1.29.0",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.2"
2019-11-12 13:27:39 +00:00
},
"devDependencies": {
"@iconify/json": "^2.2.85",
"@types/humanize-duration": "^3.27.1",
"@types/javascript-time-ago": "^2.0.3",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.19",
2022-10-19 08:15:58 +00:00
"@types/node-emoji": "^1.8.2",
"@types/prismjs": "^1.26.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"eslint": "^8.44.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.15.1",
"eslint-plugin-vue-scoped-css": "^2.5.0",
"prettier": "^3.0.0",
Use consistent woodpecker color scheme (#2003) Fixes: https://github.com/woodpecker-ci/woodpecker/issues/1079 What do you think about using a consistent `woodpecker` color scheme? Right now, the `lime` color scheme from windicss is used that does not really fit the primary color used for the documentation website. I have used the primary color `#4CAF50` from the docs and created a color palette with https://palettte.app/: <details> <summary>JSON source</summary> ```Json [ { "paletteName": "New Palette", "swatches": [ { "name": "New Swatch", "color": "166E30" }, { "name": "New Swatch", "color": "248438" }, { "name": "New Swatch", "color": "369943" }, { "name": "New Swatch", "color": "4CAF50" }, { "name": "New Swatch", "color": "68C464" }, { "name": "New Swatch", "color": "8AD97F" } ] } ] ``` </details> ![image](https://github.com/woodpecker-ci/woodpecker/assets/3391958/a254f1e0-ce17-43a9-9e8b-72252296fd6f) I have added this color scheme to the windicss config and replaced the use of `lime` in the UI. While `woodpecker-300` would be the primary color that is used for the docs, I currently use `woodpecke-400` as primary color for the UI to fix some contrast issues. ![image](https://github.com/woodpecker-ci/woodpecker/assets/3391958/7bf751e1-f2a6-481c-bee7-a27d27cf8adb) ![image](https://github.com/woodpecker-ci/woodpecker/assets/3391958/e5673dc7-81c1-4fd4-bef9-14494bc5aa27) What do you think? If you would like to stay with the current colors, that's fine for me, I can just use the custom CSS feature in this case. --------- Co-authored-by: 6543 <6543@obermui.de>
2023-08-02 07:09:12 +00:00
"tinycolor2": "^1.6.0",
"typescript": "5.0.3",
chore(deps): update dependency unplugin-icons to ^0.17.0 (#2394) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [unplugin-icons](https://togithub.com/antfu/unplugin-icons) | [`^0.16.3` -> `^0.17.0`](https://renovatebot.com/diffs/npm/unplugin-icons/0.16.3/0.17.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/unplugin-icons/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/unplugin-icons/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/unplugin-icons/0.16.3/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unplugin-icons/0.16.3/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>antfu/unplugin-icons (unplugin-icons)</summary> ### [`v0.17.0`](https://togithub.com/unplugin/unplugin-icons/releases/tag/v0.17.0) [Compare Source](https://togithub.com/antfu/unplugin-icons/compare/v0.16.6...v0.17.0) #####    🚨 Breaking Changes - Add support for Svelte 4  -  by [@&#8203;userquin](https://togithub.com/userquin) in [https://github.com/unplugin/unplugin-icons/issues/297](https://togithub.com/unplugin/unplugin-icons/issues/297) [<samp>(263a9)</samp>](https://togithub.com/unplugin/unplugin-icons/commit/263a9ef) #####     [View changes on GitHub](https://togithub.com/unplugin/unplugin-icons/compare/v0.16.6...v0.17.0) ### [`v0.16.6`](https://togithub.com/unplugin/unplugin-icons/releases/tag/v0.16.6) [Compare Source](https://togithub.com/antfu/unplugin-icons/compare/v0.16.5...v0.16.6) #####    🐞 Bug Fixes - **compiler-solid**: Props replacement not working with multiline starttags  -  by [@&#8203;NathanHuisman](https://togithub.com/NathanHuisman) in [https://github.com/antfu/unplugin-icons/issues/301](https://togithub.com/antfu/unplugin-icons/issues/301) [<samp>(5668f)</samp>](https://togithub.com/antfu/unplugin-icons/commit/5668fbb) - **types**: Fix type errors  -  by [@&#8203;zyyv](https://togithub.com/zyyv) in [https://github.com/antfu/unplugin-icons/issues/299](https://togithub.com/antfu/unplugin-icons/issues/299) [<samp>(79412)</samp>](https://togithub.com/antfu/unplugin-icons/commit/7941238) #####     [View changes on GitHub](https://togithub.com/antfu/unplugin-icons/compare/v0.16.5...v0.16.6) ### [`v0.16.5`](https://togithub.com/unplugin/unplugin-icons/releases/tag/v0.16.5) [Compare Source](https://togithub.com/antfu/unplugin-icons/compare/v0.16.4...v0.16.5) #####    🐞 Bug Fixes - Explicit .cjs and .mjs extension  -  by [@&#8203;antfu](https://togithub.com/antfu) [<samp>(45bc0)</samp>](https://togithub.com/antfu/unplugin-icons/commit/45bc00d) #####     [View changes on GitHub](https://togithub.com/antfu/unplugin-icons/compare/v0.16.4...v0.16.5) ### [`v0.16.4`](https://togithub.com/unplugin/unplugin-icons/releases/tag/v0.16.4) [Compare Source](https://togithub.com/antfu/unplugin-icons/compare/v0.16.3...v0.16.4) #####    🐞 Bug Fixes - Update qwik support  -  by [@&#8203;michaelhthomas](https://togithub.com/michaelhthomas) in [https://github.com/antfu/unplugin-icons/issues/291](https://togithub.com/antfu/unplugin-icons/issues/291) [<samp>(d3a85)</samp>](https://togithub.com/antfu/unplugin-icons/commit/d3a852f) #####     [View changes on GitHub](https://togithub.com/antfu/unplugin-icons/compare/v0.16.3...v0.16.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/woodpecker-ci/woodpecker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2023-09-08 15:10:08 +00:00
"unplugin-icons": "^0.17.0",
"unplugin-vue-components": "^0.25.0",
"vite": "^4.3.9",
"vite-plugin-prismjs": "^0.0.8",
"vite-plugin-windicss": "^1.9.0",
"vite-svg-loader": "^4.0.0",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.3",
"windicss": "^3.5.6"
},
"pnpm": {
"overrides": {
"semver@<7.5.2": ">=7.5.2"
}
2019-11-12 13:27:39 +00:00
}
}