about summary refs log tree commit diff
path: root/pkgs/development/tools/continuous-integration/woodpecker/woodpecker-package.json
blob: 3caa2f3cbf7f07607b5ed748ddd38ddb81efc2e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "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",
    "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",
    "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/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.9.13",
    "vite-plugin-windicss": "1.4.12",
    "vite-svg-loader": "3.0.0",
    "vue-tsc": "0.28.10",
    "windicss": "3.2.0"
  }
}