IMP: task crud (#6)
This commit is contained in:
parent
2b8a6a1927
commit
673d096f53
18 changed files with 260 additions and 33 deletions
|
@ -1,2 +1 @@
|
|||
@import "bulma/bulma.sass";
|
||||
|
||||
|
|
|
@ -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".
|
||||
|
|
5
assets/package-lock.json
generated
5
assets/package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue