opnform-host-nginx/client/package.json

85 lines
2.5 KiB
JSON
Raw Normal View History

2023-12-09 15:47:03 +01:00
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
2024-01-06 00:31:28 +01:00
"build": "nuxt build",
"dev": "export NODE_TLS_REJECT_UNAUTHORIZED=0; nuxt dev",
"docker-dev": "export NODE_TLS_REJECT_UNAUTHORIZED=0; nuxt dev --host 0.0.0.0",
2024-01-02 18:31:31 +01:00
"generate": "export NODE_TLS_REJECT_UNAUTHORIZED=0; nuxt generate",
2023-12-09 15:47:03 +01:00
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .js,.vue .",
"lint:fix": "eslint . --fix --ext .js,.vue"
2023-12-09 15:47:03 +01:00
},
"devDependencies": {
"@iconify-json/clarity": "^1.2.1",
"@iconify-json/ic": "^1.2.1",
"@iconify-json/octicon": "^1.2.1",
2024-11-20 17:00:12 +01:00
"@nuxt/devtools": "^1.6.1",
"@nuxt/eslint-config": "^0.2.0",
2024-11-20 18:41:56 +01:00
"@nuxt/icon": "^1.8.2",
"@nuxtjs/i18n": "^9.0.0",
2024-10-30 09:17:58 +01:00
"@nuxtjs/sitemap": "^6.1.3",
2024-06-06 18:03:41 +02:00
"@zadigetvoltaire/nuxt-gtm": "^0.0.13",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
2024-11-20 18:41:56 +01:00
"nuxt": "^3.14.1592",
"nuxt-utm": "^0.2.2",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"sass": "^1.80.2",
2024-11-20 18:41:56 +01:00
"vue": "^3.5.13",
"vue-router": "^4.4.5"
2023-12-09 15:47:03 +01:00
},
"dependencies": {
"@codemirror/lang-html": "^6.4.9",
2023-12-09 15:47:03 +01:00
"@hcaptcha/vue3-hcaptcha": "^1.3.0",
"@iconify-json/material-symbols": "^1.2.4",
2024-11-20 18:41:56 +01:00
"@nuxt/ui": "^2.19.2",
"@pinia/nuxt": "^0.5.5",
"@popperjs/core": "^2.11.8",
"@sentry/vite-plugin": "^2.22.6",
"@sentry/vue": "^7.119.2",
"@vueuse/components": "^11.2.0",
"@vueuse/core": "^11.2.0",
"@vueuse/integrations": "^11.2.0",
"@vueuse/motion": "^2.2.6",
"@vueuse/nuxt": "^11.2.0",
2023-12-09 15:47:03 +01:00
"amplitude-js": "^8.21.9",
"chart.js": "^4.4.5",
2023-12-09 15:47:03 +01:00
"clone-deep": "^4.0.1",
"codemirror": "^6.0.1",
"crisp-sdk-web": "^1.0.25",
"date-fns": "^2.30.0",
"debounce": "^1.2.1",
"esbuild": "^0.23.1",
"fuse.js": "^7.0.0",
"js-sha256": "^0.10.1",
"libphonenumber-js": "^1.11.12",
2023-12-14 16:53:05 +01:00
"object-to-formdata": "^4.5.1",
"pinia": "^2.2.4",
"prismjs": "^1.29.0",
"qrcode": "^1.5.4",
2023-12-09 15:47:03 +01:00
"query-builder-vue-3": "^1.0.1",
"quill": "^2.0.2",
"tailwind-merge": "^2.5.4",
2023-12-09 15:47:03 +01:00
"tinymotion": "^0.2.0",
2024-10-30 10:14:28 +01:00
"v-calendar": "3.0.1",
"vue-chartjs": "^5.3.2",
2024-01-16 12:20:05 +01:00
"vue-codemirror": "^6.1.1",
2023-12-09 15:47:03 +01:00
"vue-confetti": "^2.3.0",
"vue-country-flag-next": "^2.3.2",
Notification & Integrations refactoring (#346) * Integrations Refactoring - WIP * integrations list & edit - WIP * Fix integration store binding issue * integrations refactor - WIP * Form integration - WIP * Form integration Edit - WIP * Integration Refactor - Slack - WIP * Integration Refactor - Discord - WIP * Integration Refactor - Webhook - WIP * Integration Refactor - Send Submission Confirmation - WIP * Integration Refactor - Backend handler - WIP * Form Integration Status field * Integration Refactor - Backend SubmissionConfirmation - WIP * IntegrationMigration Command * skip confirmation email test case * Small refactoring * FormIntegration status active/inactive * formIntegrationData to integrationData * Rename file name with Integration suffix for integration realted files * Loader on form integrations * WIP * form integration test case * WIP * Added Integration card - working on refactoring * change location for IntegrationCard and update package file * Form Integration Create/Edit in single Modal * Remove integration extra pages * crisp_help_page_slug for integration json * integration logic as collapse * UI improvements * WIP * Trying to debug vue devtools * WIP for integrations * getIntegrationHandler change namespace name * useForm for integration fields + validation structure * Integration Test case & apply validation rules * Apply useform changes to integration other files * validation rules for FormNotificationsMessageActions fields * Zapier integration as coming soon * Update FormCleaner * set default settings for confirmation integration * WIP * Finish validation for all integrations * Updated purify, added integration formatData * Fix testcase * Ran pint; working on integration errors * Handle integration events * command for Delete Old Integration Events * Display Past Events in Modal * on Integration event create with status error send email to form creator * Polish styling * Minor improvements * Finish badge and integration status * Fix tests and add an integration event test * Lint --------- Co-authored-by: Julien Nahum <julien@nahum.net>
2024-03-28 18:14:30 +01:00
"vue-json-pretty": "^2.4.0",
"vue-notion": "^3.0.0",
2023-12-09 15:47:03 +01:00
"vue-signature-pad": "^3.0.2",
"vuedraggable": "next",
"webcam-easy": "^1.1.1"
},
"eslintIgnore": [
"/lib/jaro-winkler.js"
]
2023-12-09 15:47:03 +01:00
}