rewrite with webpack

This commit is contained in:
2018-05-16 16:55:11 +03:00
parent f52068b291
commit 628adddb60
10 changed files with 6655 additions and 74 deletions

31
package.json Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "vladfaust.github.io",
"version": "1.0.0",
"description": "Vlad Faust's personal page",
"private": true,
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vladfaust/vladfaust.github.io.git"
},
"author": "Vlad Faust <mail@vladfaust.com>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/vladfaust/vladfaust.github.io/issues"
},
"homepage": "https://github.com/vladfaust/vladfaust.github.io#readme",
"devDependencies": {
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.9.0",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3"
}
}