Files
dashy/package.json
2026-05-02 11:41:59 +00:00

99 lines
2.8 KiB
JSON

{
"name": "dashy",
"version": "4.0.4",
"license": "MIT",
"main": "server",
"author": "Alicia Sykes <alicia@omg.lol> (https://aliciasykes.com)",
"scripts": {
"start": "node server",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint \"src/**/*.{js,vue}\"",
"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": {
"@codemirror/autocomplete": "^6.20.1",
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-yaml": "^6.1.3",
"@codemirror/language": "^6.12.3",
"@codemirror/lint": "^6.9.5",
"@codemirror/search": "^6.7.0",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.41.1",
"@jsonforms/core": "^3.7.0",
"@jsonforms/vue": "^3.7.0",
"@jsonforms/vue-vanilla": "^3.7.0",
"@lezer/highlight": "^1.2.3",
"@sentry/vue": "^9.0.0",
"ajv": "^8.20.0",
"ajv-formats": "^3.0.1",
"crypto-js": "^4.2.0",
"dompurify": "^3.4.1",
"express": "^4.21.0",
"express-basic-auth": "^1.2.1",
"frappe-charts": "^1.6.2",
"js-yaml": "^4.1.0",
"keycloak-js": "^26.0.0",
"oidc-client-ts": "^3.0.1",
"rsup-progress": "^3.2.0",
"simple-icons": "^16.18.0",
"vue": "^3.5.33",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.0",
"vue-select": "4.0.0-beta.6",
"vuex": "^4.1.0",
"yaml": "^2.8.3"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@vitejs/plugin-vue": "^5.0.0",
"@vitest/ui": "^4.1.5",
"@vue/compiler-sfc": "^3.5.0",
"@vue/test-utils": "^2.4.8",
"autoprefixer": "^10.4.27",
"eslint": "^10.2.1",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-vue": "^10.9.0",
"globals": "^17.5.0",
"happy-dom": "^20.8.9",
"sass": "^1.77.0",
"supertest": "^7.2.2",
"typescript": "^6.0.3",
"vite": "^6.2.0",
"vite-plugin-pwa": "^1.0.0",
"vite-svg-loader": "^5.1.0",
"vitest": "^4.1.5",
"vue-eslint-parser": "^10.0.0",
"vue-tsc": "^3.2.7"
},
"engines": {
"node": ">=18.0.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"resolutions": {
"braces": "^3.0.3",
"micromatch": "^4.0.8",
"postcss": "^8.4.31",
"serialize-javascript": "^7.0.3",
"vite": "^6.2.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}