Spaces:
Paused
Paused
| { | |
| "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.3.2", | |
| "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": "^5.0.0" | |
| }, | |
| "devDependencies": { | |
| "@antfu/eslint-config": "^7.0.0", | |
| "@eslint/js": "^10.0.0", | |
| "@ianvs/prettier-plugin-sort-imports": "^4.5.1", | |
| "@intlify/eslint-plugin-vue-i18n": "4.3.0", | |
| "@intlify/unplugin-vue-i18n": "^11.0.0", | |
| "@tailwindcss/typography": "^0.5.16", | |
| "@tailwindcss/vite": "4.2.1", | |
| "@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": "^10.0.0", | |
| "eslint-plugin-promise": "^7.2.1", | |
| "eslint-plugin-vue-scoped-css": "^3.0.0", | |
| "jsdom": "^29.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": "^8.0.0", | |
| "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" | |
| } | |
| } | |
| } | |