37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"name": "@symfony/ux-turbo",
|
|
"description": "Hotwire Turbo integration for Symfony",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"main": "dist/turbo_controller.js",
|
|
"types": "dist/turbo_controller.d.ts",
|
|
"symfony": {
|
|
"controllers": {
|
|
"turbo-core": {
|
|
"main": "dist/turbo_controller.js",
|
|
"webpackMode": "eager",
|
|
"fetch": "eager",
|
|
"enabled": true
|
|
},
|
|
"mercure-turbo-stream": {
|
|
"main": "dist/turbo_stream_controller.js",
|
|
"fetch": "eager",
|
|
"enabled": false
|
|
}
|
|
},
|
|
"importmap": {
|
|
"@hotwired/turbo": "^7.1.0 || ^8.0",
|
|
"@hotwired/stimulus": "^3.0.0"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"@hotwired/turbo": "^7.1.1 || ^8.0",
|
|
"@hotwired/stimulus": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@hotwired/turbo": "^7.1.0 || ^8.0",
|
|
"@hotwired/stimulus": "^3.0.0"
|
|
}
|
|
}
|