зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-08-28 15:36:17 +03:00
- Switch to ActiveAdmin 4 beta with Tailwind CSS - Replace Sprockets with Propshaft for Rails 8 - Migrate from jQuery to vanilla JavaScript - Implement proper module initialization without setTimeout hacks - Add esbuild for JavaScript bundling with clean import aliases - Configure Tailwind CSS build process with ActiveAdmin plugin - Update engine configuration for both Propshaft and Sprockets - Add comprehensive documentation for AA4 gem updates - Maintain backward compatibility with legacy AA versions 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
21 строка
573 B
JSON
21 строка
573 B
JSON
{
|
|
"name": "activeadmin-quill-editor-test-app",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build:js": "node esbuild.config.js",
|
|
"build:css": "bundle exec rake active_admin:build",
|
|
"build": "npm run build:js && npm run build:css",
|
|
"watch:js": "node esbuild.config.js --watch",
|
|
"watch:css": "bundle exec rake active_admin:watch"
|
|
},
|
|
"dependencies": {
|
|
"@activeadmin/activeadmin": "^4.0.0-beta16",
|
|
"@rails/ujs": "^7.1.3",
|
|
"quill": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.19.5",
|
|
"tailwindcss": "^3.4.1"
|
|
}
|
|
} |