Created
July 9, 2019 20:02
-
-
Save codespore/2118c11abc51cc22767c235857d70b16 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "helloworld", | |
"private": true, | |
"dependencies": { | |
"@rails/actioncable": "^6.0.0-alpha", | |
"@rails/activestorage": "^6.0.0-alpha", | |
"@rails/ujs": "^6.0.0-alpha", | |
"@rails/webpacker": "^4.0.7", | |
"bootstrap": "^4.3.1", | |
"jquery": "^3.4.1", | |
"popper.js": "^1.15.0", | |
"turbolinks": "^5.2.0" | |
}, | |
"version": "0.1.0", | |
"devDependencies": { | |
"webpack-dev-server": "^3.7.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment