{ "name": "nuxt-app", "private": true, "type": "module", "scripts": { "build": "node --max-old-space-size=3072 node_modules/.bin/nuxt build", "dev": "nuxt dev", "generate": "nuxt generate", "preview": "nuxt preview", "postinstall": "nuxt prepare" }, "devDependencies": { "@creativebulma/bulma-badge": "^1.0.1", "@creativebulma/bulma-tooltip": "^1.2.0", "@nuxt/devtools": "^1.0.0", "alga-css": "^1.0.0-beta-48", "alga-js": "^0.1.0-beta-16", "bulma-extensions": "^6.2.7", "bulma-toast": "^2.4.4", "canvas": "^3.0.1", "canvg": "^4.0.2", "dompurify": "^3.1.6", "html2canvas": "^1.4.1", "jsbarcode": "^3.11.6", "jspdf": "^3.0.2", "nuxt": "^3.17.4", "sass": "^1.72.0", "sass-loader": "^14.1.1", "tedir-calendar": "^0.0.1-beta-4", "tedir-dropzone": "^0.0.1-alpha-3", "tedir-select": "^0.0.1-beta-19", "tedir-table": "^0.0.1-beta-3", "vue": "^3.5.16" }, "dependencies": { "@ag-grid-community/core": "^31.3.2", "@amcharts/amcharts5": "^5.9.12", "@elastic/elasticsearch": "^8.15.0", "@iconify-json/mdi": "^1.1.66", "@nuxt/image": "^1.11.0", "@nuxt/ui": "^3.1.3", "@nuxt/ui-pro": "^3.1.3", "@tato30/vue-pdf": "^1.9.4", "ag-grid-enterprise": "^33.1.1", "ag-grid-vue3": "^33.1.1", "bulma": "^1.0.4", "bulma-responsive-tables": "^1.2.5", "form-data": "^4.0.1", "node-sass": "^9.0.0", "nuxt-lazy-load": "^3.0.4", "sqlite3": "^5.1.7" }, "packageManager": "npm@9.8.1" }