{ "name": "dashy", "version": "4.4.13", "license": "MIT", "main": "server", "author": "Alicia Sykes (https://aliciasykes.com)", "scripts": { "start": "node server", "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint \"src/**/*.{js,vue}\"", "validate-locales": "node tests/locales/check-locales.js", "typecheck": "vue-tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest run --coverage", "pm2-start": "npx pm2 start server.js", "validate-config": "node services/config-validator", "health-check": "node services/healthcheck", "dependency-audit": "npx improved-yarn-audit --ignore-dev-deps" }, "dependencies": { "@babel/plugin-transform-modules-systemjs": "^7.29.4", "@codemirror/autocomplete": "^6.20.3", "@codemirror/commands": "^6.10.4", "@codemirror/lang-yaml": "^6.1.3", "@codemirror/language": "^6.12.4", "@codemirror/lint": "^6.9.7", "@codemirror/search": "^6.7.1", "@codemirror/state": "^6.7.1", "@codemirror/view": "^6.43.6", "@jsonforms/core": "^3.8.0", "@jsonforms/vue": "^3.8.0", "@jsonforms/vue-vanilla": "^3.8.0", "@lezer/highlight": "^1.2.3", "@sentry/vue": "^10.66.0", "ajv": "^8.20.0", "ajv-formats": "^3.0.1", "crypto-js": "^4.2.0", "dompurify": "^3.4.12", "express": "^5.2.1", "express-basic-auth": "^1.2.1", "frappe-charts": "^1.6.2", "jose": "^6.2.4", "js-yaml": "^5.2.1", "keycloak-js": "^26.0.0", "oidc-client-ts": "^3.0.1", "pingman": "^2.2.0", "postcss": "^8.5.14", "rsup-progress": "^3.2.0", "serialize-javascript": "^7.0.3", "simple-icons": "^16.26.0", "sortablejs": "^1.15.7", "vue": "^3.5.40", "vue-i18n": "^11.4.7", "vue-router": "^5.2.0", "vue-select": "4.0.0-beta.6", "vuex": "^4.1.0", "yaml": "^2.9.0" }, "devDependencies": { "@eslint/js": "^10.0.1", "@vitejs/plugin-vue": "^6.0.8", "@vitest/ui": "^4.1.10", "@vue/compiler-sfc": "^3.5.0", "@vue/test-utils": "^2.4.11", "autoprefixer": "^10.5.4", "eslint": "^10.7.0", "eslint-plugin-import-x": "^4.17.1", "eslint-plugin-vue": "^10.9.2", "globals": "^17.7.0", "happy-dom": "^20.11.0", "sass": "^1.101.0", "supertest": "^7.2.2", "typescript": "^6.0.3", "vite": "^8.1.5", "vite-plugin-pwa": "^1.3.0", "vite-svg-loader": "^5.1.1", "vitest": "^4.1.10", "vue-eslint-parser": "^10.4.1", "vue-tsc": "^3.3.7" }, "engines": { "node": "^22.13.0 || >=24.0.0" }, "postcss": { "plugins": { "autoprefixer": {} } }, "browserslist": [ "> 1%", "last 2 versions" ], "resolutions": { "braces": "^3.0.3", "micromatch": "^4.0.8", "postcss": "^8.5.14", "serialize-javascript": "^7.0.3", "vite": "^8.1.5", "@babel/plugin-transform-modules-systemjs": "^7.29.4" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }