webpack config and package.json for yarn

This commit is contained in:
vitorsemeano
2019-04-28 11:38:30 +01:00
parent 0785e6b36c
commit ec387c5246
3 changed files with 365 additions and 3 deletions
+9
View File
@@ -5,7 +5,16 @@
"repository": "https://github.com/jellyfin/jellyfin-web",
"license": "GPL-2",
"devDependencies": {
"connect": "^3.6.6",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"serve-static": "^1.13.2",
"style-loader": "^0.23.1",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
},
"dependencies": {
"howler": "^2.1.1",
"jstree": "^3.3.7"
}
}