html-webpack-template-react
Version:
A template with more features than the default html-webpack-plugin template and more specific to react
18 lines (17 loc) • 368 B
JSON
{
"name": "examples",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"html-webpack-plugin": "^2.3.0",
"webpack": "^1.12.10",
"webpack-dev-server": "^1.14.0"
}
}