mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-10 19:11:08 +00:00
65 lines
1.9 KiB
JSON
65 lines
1.9 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": {
|
|
"@kyvg/vue3-notification": "2.3.4",
|
|
"@meforma/vue-toaster": "1.2.2",
|
|
"ansi-to-html": "0.7.2",
|
|
"dayjs": "1.10.7",
|
|
"floating-vue": "2.0.0-beta.5",
|
|
"fuse.js": "6.4.6",
|
|
"humanize-duration": "3.27.0",
|
|
"javascript-time-ago": "2.3.10",
|
|
"lodash": "4.17.21",
|
|
"node-emoji": "1.11.0",
|
|
"pinia": "2.0.0",
|
|
"vue": "v3.2.20",
|
|
"vue-router": "4.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "1.1.421",
|
|
"@types/humanize-duration": "3.27.0",
|
|
"@types/javascript-time-ago": "2.0.3",
|
|
"@types/lodash": "4.14.179",
|
|
"@types/node": "16.11.6",
|
|
"@types/node-emoji": "1.8.1",
|
|
"@typescript-eslint/eslint-plugin": "5.6.0",
|
|
"@typescript-eslint/parser": "5.6.0",
|
|
"@vitejs/plugin-vue": "1.9.4",
|
|
"@vue/compiler-sfc": "3.2.20",
|
|
"eslint": "7.32.0",
|
|
"eslint-config-airbnb-base": "15.0.0",
|
|
"eslint-config-airbnb-typescript": "16.1.0",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-plugin-import": "2.25.3",
|
|
"eslint-plugin-prettier": "4.0.0",
|
|
"eslint-plugin-promise": "5.1.1",
|
|
"eslint-plugin-simple-import-sort": "7.0.0",
|
|
"eslint-plugin-vue": "7.18.0",
|
|
"eslint-plugin-vue-scoped-css": "1.3.0",
|
|
"prettier": "2.4.1",
|
|
"typescript": "4.4.4",
|
|
"unplugin-icons": "0.12.17",
|
|
"unplugin-vue-components": "0.17.0",
|
|
"vite": "2.6.13",
|
|
"vite-plugin-windicss": "1.4.12",
|
|
"vite-svg-loader": "3.0.0",
|
|
"vue-tsc": "0.28.10",
|
|
"windicss": "3.2.0"
|
|
}
|
|
}
|