Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-08-26 18:56:00 +0300
committerRobin Appelman <robin@icewind.nl>2017-08-26 18:56:00 +0300
commit89602d6949de3fe3880515183242ab306922468d (patch)
tree7ee7365a48041f46e384fa7300c49fe9a828cc89 /package.json
parent7514c06ee927d4fd642dd647789db05d75be59d4 (diff)
use bundler for css
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index 827e321..4de5ec0 100644
--- a/package.json
+++ b/package.json
@@ -18,10 +18,16 @@
"@types/markdown-it": "0.0.3",
"@types/markdown-it-anchor": "^4.0.1",
"@types/underscore": "^1.8.2",
+ "@types/webpack": "^3.0.10",
+ "@types/webpack-env": "^1.13.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"browserify": "^14.4.0",
+ "css-loader": "^0.28.5",
+ "extract-text-webpack-plugin": "^3.0.0",
+ "file-loader": "^0.11.2",
+ "style-loader": "^0.18.2",
"ts-loader": "^2.3.4",
"typescript": "^2.4.2",
"webpack": "^3.5.5"