opnform-host-nginx/composer.json

118 lines
3.0 KiB
JSON
Raw Normal View History

2022-09-20 21:59:52 +02:00
{
2024-01-08 13:15:56 +01:00
"name": "jhumanj/opnform",
"description": "A beautiful open-source form builder ",
2022-09-20 21:59:52 +02:00
"keywords": [
"form",
"api",
"laravel",
"vue",
2024-01-08 13:15:56 +01:00
"nuxt",
2022-09-20 21:59:52 +02:00
"Tailwind"
],
"license": "MIT",
"type": "project",
"require": {
"php": "^8.2",
2022-09-20 21:59:52 +02:00
"ext-json": "*",
"aws/aws-sdk-php": "^3.183",
"doctrine/dbal": "^3.4",
"giggsey/libphonenumber-for-php": "^8.13",
"google/apiclient": "^2.15.0",
2022-09-20 21:59:52 +02:00
"guzzlehttp/guzzle": "^7.0.1",
"jhumanj/laravel-model-stats": "^0.4.0",
"laravel/cashier": "^13.4",
"laravel/framework": "^9.19.0",
2022-09-20 21:59:52 +02:00
"laravel/horizon": "^5.7",
"laravel/socialite": "^5.2",
"laravel/tinker": "^2.6",
"laravel/ui": "^3.2",
"laravel/vapor-cli": "^1.38",
"laravel/vapor-core": "^2.21",
"laravel/vapor-ui": "^1.5",
"league/flysystem-aws-s3-v3": "^3.0",
"maatwebsite/excel": "^3.1",
"openai-php/client": "^0.6.4",
"propaganistas/laravel-disposable-email": "^2.2",
2022-09-20 21:59:52 +02:00
"sentry/sentry-laravel": "^2.11.0",
"spatie/laravel-data": "^3.12",
2022-09-20 21:59:52 +02:00
"spatie/laravel-sitemap": "^6.0",
"spatie/laravel-sluggable": "^3.0",
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
"stevebauman/purify": "^v6.2.0",
"tymon/jwt-auth": "^1.0.2",
"vinkla/hashids": "^10.0"
2022-09-20 21:59:52 +02:00
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^2.12",
"fakerphp/faker": "^1.9.1",
"laravel/dusk": "^6.8",
2024-02-23 11:54:12 +01:00
"laravel/pint": "^1.14",
2023-01-27 18:55:02 +01:00
"laravel/sail": "^1.18",
2022-09-20 21:59:52 +02:00
"mockery/mockery": "^1.4.2",
"nunomaduro/collision": "^6.1",
"pestphp/pest": "^1.15",
"pestphp/pest-plugin-faker": "^1.0",
"pestphp/pest-plugin-laravel": "^1.1",
2023-02-23 19:05:17 +01:00
"pestphp/pest-plugin-parallel": "^1.2",
2022-09-20 21:59:52 +02:00
"phpunit/phpunit": "^9.3.3",
"spatie/laravel-ignition": "^1.0",
"spatie/laravel-ray": "^1.17"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"platform": {
"ext-pcntl": "8.0",
"ext-posix": "8.0"
},
"allow-plugins": {
"pestphp/pest-plugin": true,
"php-http/discovery": true
2022-09-20 21:59:52 +02:00
}
},
"extra": {
"laravel": {
"dont-discover": [
"laravel/dusk"
]
},
"google/apiclient-services": [
"Sheets"
]
2022-09-20 21:59:52 +02:00
},
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
},
"files": [
"app/helpers.php"
]
2022-09-20 21:59:52 +02:00
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"pre-autoload-dump": "Google\\Task\\Composer::cleanup",
2022-09-20 21:59:52 +02:00
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi",
"@php artisan jwt:secret --force --ansi"
],
"post-update-cmd": [
"@php artisan vapor-ui:publish --ansi"
]
}
}