You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
426 B
JSON
19 lines
426 B
JSON
{
|
|
"name": "lesson-decentralized-microblog-in-ruby",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@rails/actioncable": "^6.0.0",
|
|
"@rails/activestorage": "^6.0.0",
|
|
"@rails/ujs": "^6.0.0",
|
|
"@rails/webpacker": "5.2.1",
|
|
"bootstrap": "^4.6.0",
|
|
"jquery": "^3.6.0",
|
|
"popper.js": "^1.16.1",
|
|
"turbolinks": "^5.2.0"
|
|
},
|
|
"version": "0.1.0",
|
|
"devDependencies": {
|
|
"webpack-dev-server": "^3.11.2"
|
|
}
|
|
}
|