mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-10 11:09:35 +00:00
efdad4a9fc
* Add option to turn on and off log automatic scrolling * Use vueuse storage helper
72 lines
2.2 KiB
JSON
72 lines
2.2 KiB
JSON
{
|
|
"name": "woodpecker-ci",
|
|
"author": "Woodpecker CI",
|
|
"version": "0.0.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"lint": "eslint --max-warnings 0 --ext .js,.ts,.vue,.json .",
|
|
"formatcheck": "prettier -c .",
|
|
"format:fix": "prettier --write .",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"test": "echo 'No tests configured' && exit 0"
|
|
},
|
|
"dependencies": {
|
|
"@intlify/vite-plugin-vue-i18n": "^6.0.0",
|
|
"@kyvg/vue3-notification": "^2.3.6",
|
|
"@meforma/vue-toaster": "^1.3.0",
|
|
"@vueuse/core": "^9.1.1",
|
|
"ansi_up": "^5.1.0",
|
|
"dayjs": "^1.11.4",
|
|
"floating-vue": "^2.0.0-beta.19",
|
|
"fuse.js": "^6.6.2",
|
|
"humanize-duration": "^3.27.2",
|
|
"javascript-time-ago": "^2.5.7",
|
|
"lodash": "^4.17.21",
|
|
"node-emoji": "^1.11.0",
|
|
"pinia": "^2.0.17",
|
|
"prismjs": "^1.28.0",
|
|
"vue": "^3.2.37",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^2.1.88",
|
|
"@types/humanize-duration": "^3.27.1",
|
|
"@types/javascript-time-ago": "^2.0.3",
|
|
"@types/lodash": "^4.14.182",
|
|
"@types/node": "^16.11.6",
|
|
"@types/node-emoji": "^1.8.1",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.33.0",
|
|
"@typescript-eslint/parser": "^5.33.0",
|
|
"@vitejs/plugin-vue": "^3.0.1",
|
|
"@vue/compiler-sfc": "^3.2.37",
|
|
"eslint": "^8.21.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
"eslint-plugin-vue-scoped-css": "^2.2.0",
|
|
"prettier": "^2.7.1",
|
|
"typescript": "4.4.4",
|
|
"unplugin-icons": "^0.14.8",
|
|
"unplugin-vue-components": "^0.22.3",
|
|
"vite": "^3.0.4",
|
|
"vite-plugin-prismjs": "^0.0.8",
|
|
"vite-plugin-windicss": "^1.8.7",
|
|
"vite-svg-loader": "^3.4.0",
|
|
"vue-eslint-parser": "^9.0.3",
|
|
"vue-tsc": "^0.39.5",
|
|
"windicss": "^3.5.6"
|
|
}
|
|
}
|