aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-06-20 08:13:07 +0200
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 09:42:15 +0100
commit337c6ae29cf58605c3c6c92f27324a17cc80e634 (patch)
tree65aff3bf28e762b2ef01792dea934f4c8891724e /package.json
parent577649504775349936391330a8bdf3fd58464a67 (diff)
FUNCT Added first visual version
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4c9065a..37bd01b 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,9 @@
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.1.0",
+ "file-loader": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
+ "image-webpack-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
@@ -33,6 +35,7 @@
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
+ "@iconfu/svg-inject": "^1.2.3",
"bootstrap": "^4.3.1"
}
}