Use backbone for about me page
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user