Install webpack and webpack-cli.
This commit is contained in:
parent
4bf3086d0d
commit
4857b73f16
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,4 +2,4 @@
|
||||
.swp
|
||||
.swo
|
||||
.bak
|
||||
|
||||
node_modules/
|
||||
|
13
package.json
Normal file
13
package.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "bovender",
|
||||
"version": "1.0.0",
|
||||
"description": "Daniel Kraus' personal homepage",
|
||||
"main": "index.js",
|
||||
"repository": "https://git.bovender.de/daniel/bovender",
|
||||
"author": "Daniel Kraus <bovender@bovender.de>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"webpack": "4",
|
||||
"webpack-cli": "^3.3.10"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user