imported from hugo version, loading json with webpack

needs to rebuild the mythrille logic with new data set
This commit is contained in:
Bachir Soussi Chiadmi
2017-06-12 11:23:47 +02:00
commit 7c796168bf
276 changed files with 67101 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "ethica",
"version": "1.0.0",
"description": "ethica hugo theme",
"main": "js/main.js",
"author": "Bachir Soussi Chiadmi <bachir@g-u-i.me>",
"license": "GPL-3.0",
"devDependencies": {
"extract-text-webpack-plugin": "^2.1.0",
"webpack": "^2.3.3"
},
"dependencies": {
"css-loader": "^0.28.0",
"file-loader": "^0.11.1",
"mithril": "^1.1.1",
"node-sass": "^4.5.3",
"normalize.css": "^6.0.0",
"sass-loader": "^6.0.3"
}
}