mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-10-31 22:38:49 +00:00
79 lines
2.2 KiB
JSON
79 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 --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": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
|
"@kyvg/vue3-notification": "^3.1.3",
|
|
"@vueuse/core": "^10.7.2",
|
|
"ansi_up": "^6.0.2",
|
|
"dayjs": "^1.11.10",
|
|
"fuse.js": "^7.0.0",
|
|
"js-base64": "^3.7.6",
|
|
"lodash": "^4.17.21",
|
|
"node-emoji": "^2.1.3",
|
|
"pinia": "^2.1.7",
|
|
"prismjs": "^1.29.0",
|
|
"semver": "^7.5.4",
|
|
"vue": "^3.4.15",
|
|
"vue-i18n": "^9.9.0",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^2.2.171",
|
|
"@types/lodash": "^4.14.202",
|
|
"@types/node": "^20.11.5",
|
|
"@types/node-emoji": "^2.0.0",
|
|
"@types/prismjs": "^1.26.3",
|
|
"@types/semver": "^7.5.6",
|
|
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
"@typescript-eslint/parser": "^7.0.0",
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"@vue/compiler-sfc": "^3.4.15",
|
|
"@vue/test-utils": "^2.4.5",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-simple-import-sort": "^12.0.0",
|
|
"eslint-plugin-vue": "^9.20.1",
|
|
"eslint-plugin-vue-scoped-css": "^2.7.2",
|
|
"jsdom": "^24.0.0",
|
|
"prettier": "^3.2.4",
|
|
"replace-in-file": "^7.1.0",
|
|
"tinycolor2": "^1.6.0",
|
|
"typescript": "5.4.5",
|
|
"unplugin-icons": "^0.18.2",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.0.12",
|
|
"vite-plugin-prismjs": "^0.0.11",
|
|
"vite-plugin-windicss": "^1.9.3",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vitest": "^1.5.0",
|
|
"vue-eslint-parser": "^9.4.0",
|
|
"vue-tsc": "^2.0.0",
|
|
"windicss": "^3.5.6"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"semver@<7.5.2": ">=7.5.2"
|
|
}
|
|
}
|
|
}
|