mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
ad3cbc2452
If generate application without specified options,`actioncable` and `activestorage` loads by default.
11 lines
328 B
JSON
11 lines
328 B
JSON
{
|
|
"name": "dummy",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@rails/actioncable": "file:../../../../actioncable",
|
|
"@rails/activestorage": "file:../../../../activestorage",
|
|
"@rails/ujs": "file:../../../../actionview",
|
|
"@rails/webpacker": "https://github.com/rails/webpacker.git",
|
|
"turbolinks": "^5.2.0"
|
|
}
|
|
}
|