mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-09 14:48:02 -05:00
21 lines
409 B
JSON
21 lines
409 B
JSON
{
|
|
"name": " ",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"keywords": [
|
|
""
|
|
],
|
|
"license": "",
|
|
"author": "",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "webpack-dev-server --open --port 8080"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.66.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"webpack-cli": "^4.9.1",
|
|
"webpack-dev-server": "^4.7.3"
|
|
}
|
|
}
|