Use backbone for about me page

This commit is contained in:
2018-04-29 11:06:17 +03:00
parent 4e73b218bf
commit f01622b7a6
5 changed files with 96 additions and 39 deletions

View File

@@ -5,11 +5,14 @@
"version": "1.0.0",
"description": "Homepage",
"devDependencies": {
"backbone": "^1.3.3",
"css-loader": "^0.28.11",
"jquery": "^3.3.1",
"node-sass": "^4.9.0",
"prettier": "^1.12.1",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"underscore": "^1.9.0",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
},
@@ -17,5 +20,6 @@
"watch": "",
"build": "webpack --config webpack.config.js --progress",
"build-prod": "webpack --config webpack.config.js --env.production"
}
},
"dependencies": {}
}