74 lines
2.1 KiB
JSON
74 lines
2.1 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@hcaptcha/vue3-hcaptcha": "^1.3.0",
|
|
"@sentry/integrations": "^7.53.1",
|
|
"@sentry/tracing": "^6.11.0",
|
|
"@sentry/vue": "^6.11.0",
|
|
"@vue/compat": "^3.3.9",
|
|
"@vueuse/components": "^10.5.0",
|
|
"@vueuse/core": "^10.5.0",
|
|
"@vueuse/motion": "^2.0.0",
|
|
"axios": "^0.21.1",
|
|
"chart.js": "^4.4.0",
|
|
"clone-deep": "^4.0.1",
|
|
"date-fns": "^2.28.0",
|
|
"debounce": "^1.2.1",
|
|
"fuse.js": "^6.4.6",
|
|
"js-cookie": "^2.2.1",
|
|
"js-sha256": "^0.9.0",
|
|
"libphonenumber-js": "^1.10.44",
|
|
"pinia": "^2.1.7",
|
|
"prismjs": "^1.24.1",
|
|
"qrcode": "^1.5.1",
|
|
"query-builder-vue-3": "^1.0.1",
|
|
"tinymotion": "^0.2.0",
|
|
"vform": "^2.1.1",
|
|
"vue": "^3.2.13",
|
|
"vue-chartjs": "^5.2.0",
|
|
"vue-codemirror": "^4.0.6",
|
|
"vue-confetti": "^2.3.0",
|
|
"vue-country-flag-next": "^2.3.2",
|
|
"vue-i18n": "^8.25.0",
|
|
"vue-meta": "^3.0.0-alpha.2",
|
|
"vue-notion": "^3.0.0-beta.1",
|
|
"vue-router": "^4.2.5",
|
|
"vue-signature-pad": "^3.0.2",
|
|
"vue3-editor": "^0.1.1",
|
|
"vue3-vt-notifications": "^1.0.0",
|
|
"vuedraggable": "next"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.12",
|
|
"@babel/eslint-parser": "^7.15.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.15.0",
|
|
"@sentry/vite-plugin": "^2.8.0",
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@vitejs/plugin-vue": "^4.4.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"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",
|
|
"laravel-vite-plugin": "^0.7.3",
|
|
"postcss": "^8.4.21",
|
|
"resolve-url-loader": "^3.1.5",
|
|
"sass": "^1.57.1",
|
|
"sass-loader": "^10.2.0",
|
|
"tailwindcss": "^3.2.4",
|
|
"vite": "^4.0.4",
|
|
"vue-loader": "^16.8.3"
|
|
}
|
|
}
|