mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-09 16:08:01 -05:00
22 lines
430 B
JSON
22 lines
430 B
JSON
{
|
|
"name": " ",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"private": true,
|
|
"keywords": [
|
|
""
|
|
],
|
|
"license": "",
|
|
"author": "",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "webpack-dev-server --open --port 8080"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.74.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-dev-server": "^4.11.1"
|
|
}
|
|
}
|