Replace free-text brand_tone/brand_voice_notes with a single structured brand_voice_traits JSON column backed by the BrandVoiceTrait enum, exposed as choice-chip pills in the brand settings UI and autofillable from a site. Brand voice and visuals become per-automation toggles on the Generate node. Unify the image controls into one 0-10 picker (0 = text-only, 1 = single, 2+ = carousel) and feed the generator the most restrictive selected network so copy fits every platform. Pass that same platform context through the humanizer pass — extracted into a shared ResolvesPlatformCopyBudget trait — so the rewrite can no longer drift past the character cap the generator respected, in both the automation and manual creation flows. Persist the trigger node's schedule editor fields on save (they were silently dropped by validated() for lacking validation rules).
81 lines
2.8 KiB
JSON
81 lines
2.8 KiB
JSON
{
|
|
"$schema": "https://www.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"build:ssr": "vite build && vite build --ssr",
|
|
"dev": "vite",
|
|
"format": "prettier --write resources/",
|
|
"format:check": "prettier --check resources/",
|
|
"lint": "eslint . --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.19.0",
|
|
"@laravel/echo-vue": "^2.3.0",
|
|
"@laravel/vite-plugin-wayfinder": "^0.1.3",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@types/node": "^22.13.5",
|
|
"@unovis/ts": "^1.6.4",
|
|
"@unovis/vue": "^1.6.4",
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"@vue/eslint-config-typescript": "^14.3.0",
|
|
"chokidar": "^5.0.0",
|
|
"concurrently": "^9.0.1",
|
|
"eslint": "^9.17.0",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"laravel-echo": "^2.3.0",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"pusher-js": "^8.4.0",
|
|
"typescript": "^5.2.2",
|
|
"typescript-eslint": "^8.23.0",
|
|
"vite": "^7.0.4",
|
|
"vue-tsc": "^2.2.4"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/commands": "^6.10.3",
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
"@codemirror/state": "^6.5.4",
|
|
"@codemirror/view": "^6.39.17",
|
|
"@inertiajs/vue3": "^3.0.0",
|
|
"@tabler/icons-vue": "^3.36.1",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@vue-flow/background": "^1.3.2",
|
|
"@vue-flow/controls": "^1.1.3",
|
|
"@vue-flow/core": "^1.48.2",
|
|
"@vue-flow/minimap": "^1.5.4",
|
|
"@vueuse/core": "^12.8.2",
|
|
"axios": "^1.13.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"codemirror": "^6.0.2",
|
|
"dayjs": "^1.11.19",
|
|
"embla-carousel-vue": "^8.6.0",
|
|
"highlight.js": "^11.11.1",
|
|
"laravel-vite-plugin": "^2.0.0",
|
|
"laravel-vue-i18n": "^2.8.0",
|
|
"maska": "^3.2.0",
|
|
"posthog-js": "^1.364.2",
|
|
"reka-ui": "^2.9.10",
|
|
"tailwind-merge": "^3.2.0",
|
|
"tailwindcss": "^4.1.1",
|
|
"tw-animate-css": "^1.2.5",
|
|
"vaul-vue": "^0.4.1",
|
|
"vue": "^3.5.13",
|
|
"vue-input-otp": "^0.3.2",
|
|
"vue-sonner": "^2.0.9"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-linux-x64-gnu": "4.9.5",
|
|
"@rollup/rollup-win32-x64-msvc": "4.9.5",
|
|
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
|
|
"@tailwindcss/oxide-win32-x64-msvc": "^4.0.1",
|
|
"lightningcss-linux-x64-gnu": "^1.29.1",
|
|
"lightningcss-win32-x64-msvc": "^1.29.1"
|
|
}
|
|
}
|