diff options
author | Max Magorsch <max@magorsch.de> | 2020-01-03 06:27:13 +0100 |
---|---|---|
committer | Max Magorsch <max@magorsch.de> | 2020-01-03 06:27:13 +0100 |
commit | ae9b9907f234c6578b26ecf466756453f3115b2c (patch) | |
tree | 9087675e866c08274f4d511da682aa4d72013849 /package.json | |
parent | Add the yarnpkg dependency to the README (diff) | |
download | packages-5-ae9b9907f234c6578b26ecf466756453f3115b2c.tar.gz packages-5-ae9b9907f234c6578b26ecf466756453f3115b2c.tar.bz2 packages-5-ae9b9907f234c6578b26ecf466756453f3115b2c.zip |
Update to Bootstrap 4
Update the project to Bootstrap 4, which is a major rewrite of the
entire project. So far, a Tyrian version that is based on Bootstrap 4
is included for that reason. However, in future, it may be retrieved
from the CDN or installed as node module.
Webpacker is bundeling all of the javascript code and stylesheets.
Signed-off-by: Max Magorsch <max@magorsch.de>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 685326b..77426bb 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "dependencies": { "@rails/webpacker": "^4.2.2", + "bootstrap": "4.3.1", "coffeescript": "^2.5.0", "jquery": "^3.4.1", "jquery-ujs": "^1.2.2", + "popper.js": "^1.16.0", + "resolve-url-loader": "^3.1.1", "turbolinks": "^5.2.0" }, "devDependencies": { |