IMP: task crud (#6)

This commit is contained in:
Matthew Ryan Dillon 2020-06-21 16:09:24 -07:00 committed by GitHub
parent 2b8a6a1927
commit 673d096f53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 260 additions and 33 deletions

View file

@ -1,2 +1 @@
@import "bulma/bulma.sass";

View file

@ -3,6 +3,8 @@
// its own CSS file.
import "../css/app.scss"
import '@fortawesome/fontawesome-free/js/all'
// webpack automatically bundles all modules in your
// entry points. Those entry points can be configured
// in "webpack.config.js".

View file

@ -962,6 +962,11 @@
"to-fast-properties": "^2.0.0"
}
},
"@fortawesome/fontawesome-free": {
"version": "5.13.1",
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.13.1.tgz",
"integrity": "sha512-D819f34FLHeBN/4xvw0HR0u7U2G7RqjPSggXqf7LktsxWQ48VAfGwvMrhcVuaZV2fF069c/619RdgCCms0DHhw=="
},
"@types/json-schema": {
"version": "7.0.5",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.5.tgz",

View file

@ -7,6 +7,7 @@
"watch": "webpack --mode development --watch"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.1",
"bulma": "^0.9.0",
"phoenix": "file:../deps/phoenix",
"phoenix_html": "file:../deps/phoenix_html",