opnform/package.json

76 lines
2.2 KiB
JSON
Raw Normal View History

2022-09-20 19:59:52 +00:00
{
"private": true,
"scripts": {
"dev": "mix",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
2022-10-17 12:20:13 +00:00
"hot": "mix watch --hot --https",
2022-09-20 19:59:52 +00:00
"prod": "mix --production",
"production": "mix --production",
"lint": "eslint --fix --ext .js,.vue resources/js"
},
"dependencies": {
"@hcaptcha/vue-hcaptcha": "^0.3.2",
"@sentry/tracing": "^6.11.0",
"@sentry/vue": "^6.11.0",
"axios": "^0.21.1",
"chart.js": "^3.7.1",
2022-12-14 08:55:17 +00:00
"cleave.js": "^1.6.0",
2022-09-20 19:59:52 +00:00
"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",
"portal-vue": "^2.1.7",
"prismjs": "^1.24.1",
"query-builder-vue": "^1.2.0",
"tinymotion": "^0.2.0",
"vform": "^2.1.1",
"vt-notifications": "^0.4.1",
2022-09-20 19:59:52 +00:00
"vue": "^2.6.14",
"vue-chartjs": "^4.1.0",
"vue-clickaway": "^2.2.2",
"vue-i18n": "^8.25.0",
"vue-meta": "^2.4.0",
"vue-notion": "^0.4.0",
"vue-plugin-load-script": "^1.3.2",
"vue-prism-editor": "^1.2.2",
"vue-router": "^3.5.2",
"vue-signature-pad": "^2.0.5",
2022-09-20 19:59:52 +00:00
"vue-tailwind": "^2.5.0",
"vue2-editor": "^2.10.3",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.15.0",
2022-10-17 11:35:54 +00:00
"autoprefixer": "^10.4.12",
2022-09-20 19:59:52 +00:00
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
2022-11-29 10:06:31 +00:00
"@tailwindcss/aspect-ratio": "^0.4.2",
2022-09-20 19:59:52 +00:00
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.0",
"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-mix": "^6.0.27",
"laravel-mix-bundle-analyzer": "^1.0.5",
"laravel-mix-versionhash": "2.0.1",
2022-10-17 11:35:54 +00:00
"postcss": "^8.4.18",
2022-09-20 19:59:52 +00:00
"resolve-url-loader": "^3.1.4",
"sass": "^1.37.5",
"sass-loader": "^10.2.0",
"tailwindcss": "^3.2.0",
2022-09-20 19:59:52 +00:00
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14"
}
}