mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-12-26 05:52:59 +00:00
78 lines
2.0 KiB
JSON
78 lines
2.0 KiB
JSON
{
|
|
"name": "woodpecker-ci",
|
|
"author": "Woodpecker CI",
|
|
"version": "0.0.0",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build --base=/BASE_PATH",
|
|
"serve": "vite preview",
|
|
"lint": "eslint --max-warnings 0 .",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier -c .",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@kyvg/vue3-notification": "^3.4.1",
|
|
"@mdi/js": "^7.4.47",
|
|
"@vueuse/core": "^14.0.0",
|
|
"ansi_up": "^6.0.6",
|
|
"dompurify": "^3.2.6",
|
|
"fuse.js": "^7.1.0",
|
|
"js-base64": "^3.7.7",
|
|
"lodash": "^4.17.21",
|
|
"marked": "^17.0.0",
|
|
"node-emoji": "^2.2.0",
|
|
"pinia": "^3.0.3",
|
|
"prismjs": "^1.30.0",
|
|
"semver": "^7.7.2",
|
|
"simple-icons": "^16.0.0",
|
|
"tailwindcss": "4",
|
|
"vue": "^3.5.18",
|
|
"vue-i18n": "^11.1.11",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^6.0.0",
|
|
"@eslint/js": "^9.17.0",
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.5.1",
|
|
"@intlify/eslint-plugin-vue-i18n": "4.1.0",
|
|
"@intlify/unplugin-vue-i18n": "^11.0.0",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tailwindcss/vite": "4.1.18",
|
|
"@types/lodash": "^4.17.20",
|
|
"@types/node": "^24.0.0",
|
|
"@types/prismjs": "^1.26.5",
|
|
"@types/semver": "^7.7.0",
|
|
"@types/tinycolor2": "^1.4.6",
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"@vue/compiler-sfc": "^3.5.18",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"dotenv": "^17.2.0",
|
|
"eslint": "^9.17.0",
|
|
"eslint-plugin-promise": "^7.2.1",
|
|
"eslint-plugin-vue-scoped-css": "^2.9.0",
|
|
"jsdom": "^27.0.0",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-tailwindcss": "^0.7.0",
|
|
"tinycolor2": "^1.6.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "5.9.3",
|
|
"vite": "^7.0.5",
|
|
"vite-plugin-prismjs": "^0.0.11",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vitest": "^4.0.0",
|
|
"vue-tsc": "^3.0.3"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"semver@<7.5.2": ">=7.5.2"
|
|
}
|
|
}
|
|
}
|