2022-09-20 19:59:52 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2023-01-21 11:57:37 +00:00
|
|
|
"dev": "vite",
|
2023-12-01 21:40:54 +00:00
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview"
|
2022-09-20 19:59:52 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-14 15:31:30 +00:00
|
|
|
"@hcaptcha/vue3-hcaptcha": "^1.3.0",
|
2023-10-13 09:31:56 +00:00
|
|
|
"@sentry/integrations": "^7.53.1",
|
2022-09-20 19:59:52 +00:00
|
|
|
"@sentry/tracing": "^6.11.0",
|
|
|
|
"@sentry/vue": "^6.11.0",
|
2023-12-01 21:40:54 +00:00
|
|
|
"@vue/compat": "^3.3.9",
|
2023-10-14 15:31:30 +00:00
|
|
|
"@vueuse/components": "^10.5.0",
|
|
|
|
"@vueuse/core": "^10.5.0",
|
2023-12-08 18:21:04 +00:00
|
|
|
"@vueuse/motion": "^2.0.0",
|
2022-09-20 19:59:52 +00:00
|
|
|
"axios": "^0.21.1",
|
2023-12-07 13:31:56 +00:00
|
|
|
"chart.js": "^4.4.0",
|
2022-09-20 19:59:52 +00:00
|
|
|
"clone-deep": "^4.0.1",
|
2023-12-09 15:33:56 +00:00
|
|
|
"crisp-sdk-web": "^1.0.21",
|
2022-09-20 19:59:52 +00:00
|
|
|
"date-fns": "^2.28.0",
|
|
|
|
"debounce": "^1.2.1",
|
|
|
|
"fuse.js": "^6.4.6",
|
|
|
|
"js-sha256": "^0.9.0",
|
2023-09-18 13:12:05 +00:00
|
|
|
"libphonenumber-js": "^1.10.44",
|
2023-12-01 17:57:14 +00:00
|
|
|
"pinia": "^2.1.7",
|
2022-09-20 19:59:52 +00:00
|
|
|
"prismjs": "^1.24.1",
|
2023-04-12 11:17:39 +00:00
|
|
|
"qrcode": "^1.5.1",
|
2023-12-01 21:40:54 +00:00
|
|
|
"query-builder-vue-3": "^1.0.1",
|
2022-09-20 19:59:52 +00:00
|
|
|
"tinymotion": "^0.2.0",
|
|
|
|
"vform": "^2.1.1",
|
2023-10-14 15:31:30 +00:00
|
|
|
"vue": "^3.2.13",
|
2023-12-07 13:31:56 +00:00
|
|
|
"vue-chartjs": "^5.2.0",
|
2023-08-30 07:58:29 +00:00
|
|
|
"vue-codemirror": "^4.0.6",
|
2023-04-12 11:17:05 +00:00
|
|
|
"vue-confetti": "^2.3.0",
|
2023-10-14 08:22:08 +00:00
|
|
|
"vue-country-flag-next": "^2.3.2",
|
2022-09-20 19:59:52 +00:00
|
|
|
"vue-i18n": "^8.25.0",
|
2023-10-19 08:46:04 +00:00
|
|
|
"vue-meta": "^3.0.0-alpha.2",
|
2023-12-09 14:47:03 +00:00
|
|
|
"vue-notion": "^3.0.0-beta.1",
|
2023-12-09 15:33:56 +00:00
|
|
|
"vue-router": "^4.2.5",
|
2023-11-28 07:47:40 +00:00
|
|
|
"vue-signature-pad": "^3.0.2",
|
2023-11-28 08:24:57 +00:00
|
|
|
"vue3-editor": "^0.1.1",
|
2023-10-14 15:31:30 +00:00
|
|
|
"vue3-vt-notifications": "^1.0.0",
|
2023-12-01 20:24:38 +00:00
|
|
|
"vuedraggable": "next"
|
2022-09-20 19:59:52 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-21 11:57:37 +00:00
|
|
|
"@babel/core": "^7.20.12",
|
2022-09-20 19:59:52 +00:00
|
|
|
"@babel/eslint-parser": "^7.15.0",
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
|
|
"@babel/preset-env": "^7.15.0",
|
2023-10-13 09:31:56 +00:00
|
|
|
"@sentry/vite-plugin": "^2.8.0",
|
2023-01-10 13:52:14 +00:00
|
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
2023-10-14 15:31:30 +00:00
|
|
|
"@vitejs/plugin-vue": "^4.4.0",
|
2023-01-21 11:57:37 +00:00
|
|
|
"autoprefixer": "^10.4.13",
|
2022-09-20 19:59:52 +00:00
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-config-standard": "^16.0.3",
|
2023-01-21 11:57:37 +00:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2022-09-20 19:59:52 +00:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
"eslint-plugin-promise": "^4.3.1",
|
|
|
|
"eslint-plugin-standard": "^4.1.0",
|
|
|
|
"eslint-plugin-vue": "^7.16.0",
|
|
|
|
"imagemin-webpack-plugin": "^2.4.2",
|
2023-01-21 11:57:37 +00:00
|
|
|
"laravel-vite-plugin": "^0.7.3",
|
|
|
|
"postcss": "^8.4.21",
|
|
|
|
"resolve-url-loader": "^3.1.5",
|
|
|
|
"sass": "^1.57.1",
|
2022-09-20 19:59:52 +00:00
|
|
|
"sass-loader": "^10.2.0",
|
2023-01-21 11:57:37 +00:00
|
|
|
"tailwindcss": "^3.2.4",
|
|
|
|
"vite": "^4.0.4",
|
2023-12-01 21:40:54 +00:00
|
|
|
"vue-loader": "^16.8.3"
|
2022-09-20 19:59:52 +00:00
|
|
|
}
|
|
|
|
}
|