-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 891 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 891 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
28
29
30
31
32
{
"name": "proxy-switch-plugin",
"version": "1.1.2",
"description": "help switch webpack devServer proxy without restart",
"main": "src/index.js",
"files": [
"src"
],
"author": "郑家豪",
"bugs": "https://github.com/Soundmark/proxy-switch-plugin/issues",
"homepage": "https://github.com/Soundmark/proxy-switch-plugin#readme",
"repository": "https://github.com/Soundmark/proxy-switch-plugin.git",
"license": "MIT",
"scripts": {
"test": "jest --coverage"
},
"devDependencies": {
"@types/jest": "^28.1.0",
"eslint": "^8.17.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^28.1.0",
"node-fetch": "^3.2.6",
"webpack": "^5.72.1",
"webpack-dev-server": "^4.9.0"
},
"dependencies": {
"chalk": "4.1.2",
"clear-module": "^4.1.2",
"webpack-chain": "^6.5.1",
"webpack-dev-server-v3": "npm:webpack-dev-server@3.11.2"
}
}