-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 788 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 788 Bytes
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
{
"name": "simple-dev-server",
"version": "4.0.18",
"description": "A webpack optional dev server with proxies and mocking that requires almost no configuration.",
"main": "index.mjs",
"bin": "bin.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Stu Kabakoff <sakabako@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/compstak/simple-dev-server.git"
},
"license": "MIT",
"dependencies": {
"express": "^4.13.3",
"http-proxy": "^1.12.0",
"send": "^0.13.0",
"supports-color": "^3.1.2",
"webpack": "^5.28.0",
"webpack-dev-middleware": "^4.1.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-hot-server-middleware": "^0.6.1"
},
"packageManager": "yarn@3.2.4"
}