-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 894 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "wprun",
"version": "0.1.0",
"description": "Generic Webpack Config",
"author": "Djalma Jr. <[email protected]>",
"license": "UNLICENSED",
"main": "index.js",
"contributors": [],
"homepage": "https://github.com/djalmajr/wprun/tree/master#readme",
"bugs": {
"url": "https://github.com/djalmajr/wprun/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:djalmajr/wprun.git"
},
"bin": {
"run-build": "bin/build.sh",
"run-postversion": "bin/postversion.sh",
"run-start": "bin/start.sh"
},
"dependencies": {
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.0",
"html-webpack-externals-plugin": "^3.8.0",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1"
}
}