This commit is contained in:
mmacneil
2019-08-16 00:38:14 -03:00
parent 3ec5244aa3
commit 68365a96bc
9 changed files with 9472 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "devfolio",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"author": "Mark Macneil",
"license": "MIT",
"scripts": {
"build": "webpack --mode production"
},
"devDependencies": {
"bulma": "^0.7.5",
"css-loader": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.2.0",
"style-loader": "^1.0.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6"
}
}