2019-11-12 14:27:39 +01:00
|
|
|
{
|
2021-11-03 17:40:31 +01:00
|
|
|
"name": "woodpecker-ci",
|
|
|
|
|
"author": "Woodpecker CI",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"license": "Apache-2.0",
|
2024-06-06 15:16:59 +02:00
|
|
|
"type": "module",
|
2021-11-03 17:40:31 +01:00
|
|
|
"engines": {
|
2024-11-19 19:51:49 +01:00
|
|
|
"node": ">=20"
|
2019-11-12 14:27:39 +01:00
|
|
|
},
|
2021-11-03 17:40:31 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"start": "vite",
|
2023-08-07 16:05:18 +02:00
|
|
|
"build": "vite build --base=/BASE_PATH",
|
2021-11-03 17:40:31 +01:00
|
|
|
"serve": "vite preview",
|
2024-06-06 15:16:59 +02:00
|
|
|
"lint": "eslint --max-warnings 0 .",
|
2023-08-03 23:11:52 +02:00
|
|
|
"format": "prettier --write .",
|
|
|
|
|
"format:check": "prettier -c .",
|
2021-11-03 17:40:31 +01:00
|
|
|
"typecheck": "vue-tsc --noEmit",
|
2024-04-29 21:33:45 +02:00
|
|
|
"test": "vitest"
|
2019-11-12 14:27:39 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-12-24 09:52:28 +01:00
|
|
|
"@kyvg/vue3-notification": "^3.4.1",
|
2024-07-17 17:13:56 +02:00
|
|
|
"@mdi/js": "^7.4.47",
|
2025-01-07 08:52:44 +01:00
|
|
|
"@tailwindcss/typography": "^0.5.15",
|
2025-06-14 06:55:49 +02:00
|
|
|
"@tailwindcss/vite": "4.1.10",
|
2025-03-15 13:54:29 +02:00
|
|
|
"@vueuse/core": "^13.0.0",
|
2024-01-20 18:27:36 +01:00
|
|
|
"ansi_up": "^6.0.2",
|
2024-12-24 09:52:28 +01:00
|
|
|
"dompurify": "^3.2.3",
|
2023-10-28 21:31:34 +02:00
|
|
|
"fuse.js": "^7.0.0",
|
2024-06-06 15:16:59 +02:00
|
|
|
"js-base64": "^3.7.7",
|
2022-08-09 14:13:32 +02:00
|
|
|
"lodash": "^4.17.21",
|
2025-06-29 11:00:37 +02:00
|
|
|
"marked": "^16.0.0",
|
2024-12-24 09:52:28 +01:00
|
|
|
"node-emoji": "^2.2.0",
|
2025-02-16 08:14:38 +02:00
|
|
|
"pinia": "^3.0.0",
|
2025-02-14 09:12:16 +02:00
|
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
2022-09-27 11:05:00 +02:00
|
|
|
"prismjs": "^1.29.0",
|
2024-10-05 07:14:16 +02:00
|
|
|
"semver": "^7.6.3",
|
2025-06-01 14:00:55 +02:00
|
|
|
"simple-icons": "^15.0.0",
|
2025-02-14 09:12:16 +02:00
|
|
|
"tailwindcss": "^4.0.6",
|
2024-12-24 09:52:28 +01:00
|
|
|
"vue": "^3.5.13",
|
2025-01-07 08:52:44 +01:00
|
|
|
"vue-i18n": "^11.0.1",
|
2024-12-24 09:52:28 +01:00
|
|
|
"vue-router": "^4.5.0"
|
2019-11-12 14:27:39 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-01-25 20:26:55 +02:00
|
|
|
"@antfu/eslint-config": "^4.0.0",
|
2024-12-24 09:52:28 +01:00
|
|
|
"@eslint/js": "^9.17.0",
|
|
|
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
|
2025-04-25 20:38:15 +02:00
|
|
|
"@intlify/eslint-plugin-vue-i18n": "4.0.1",
|
2025-01-07 08:52:44 +01:00
|
|
|
"@intlify/unplugin-vue-i18n": "^6.0.3",
|
|
|
|
|
"@types/lodash": "^4.17.14",
|
|
|
|
|
"@types/node": "^22.10.5",
|
2024-12-24 09:52:28 +01:00
|
|
|
"@types/prismjs": "^1.26.5",
|
2024-06-06 15:16:59 +02:00
|
|
|
"@types/semver": "^7.5.8",
|
|
|
|
|
"@types/tinycolor2": "^1.4.6",
|
2025-06-29 08:30:00 +03:00
|
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
2024-12-24 09:52:28 +01:00
|
|
|
"@vue/compiler-sfc": "^3.5.13",
|
2024-06-06 15:16:59 +02:00
|
|
|
"@vue/test-utils": "^2.4.6",
|
2024-12-24 09:52:28 +01:00
|
|
|
"eslint": "^9.17.0",
|
|
|
|
|
"eslint-plugin-promise": "^7.2.1",
|
|
|
|
|
"eslint-plugin-vue-scoped-css": "^2.9.0",
|
2025-01-11 08:09:40 +02:00
|
|
|
"jsdom": "^26.0.0",
|
2024-12-24 09:52:28 +01:00
|
|
|
"prettier": "^3.4.2",
|
2023-08-02 09:09:12 +02:00
|
|
|
"tinycolor2": "^1.6.0",
|
2025-01-07 08:52:44 +01:00
|
|
|
"ts-node": "^10.9.2",
|
2025-04-25 20:38:15 +02:00
|
|
|
"typescript": "5.8.3",
|
2025-06-29 08:18:00 +03:00
|
|
|
"vite": "^7.0.0",
|
2024-01-25 07:25:15 +01:00
|
|
|
"vite-plugin-prismjs": "^0.0.11",
|
2024-01-20 18:27:36 +01:00
|
|
|
"vite-svg-loader": "^5.1.0",
|
2025-01-19 08:07:18 +02:00
|
|
|
"vitest": "^3.0.0",
|
2025-01-07 08:52:44 +01:00
|
|
|
"vue-tsc": "^2.2.0"
|
2023-07-03 07:52:25 +02:00
|
|
|
},
|
|
|
|
|
"pnpm": {
|
|
|
|
|
"overrides": {
|
|
|
|
|
"semver@<7.5.2": ">=7.5.2"
|
|
|
|
|
}
|
2019-11-12 14:27:39 +01:00
|
|
|
}
|
|
|
|
|
}
|