-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.58 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "webpack-livereload-plugin",
"version": "3.0.1",
"description": "Livereload for webpack",
"main": "index.js",
"scripts": {
"test": "node test.js | faucet",
"release": "standard-version"
},
"engines": {
"node": ">= 10.18.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/statianzo/webpack-livereload-plugin.git"
},
"keywords": [
"webpack",
"livereload"
],
"author": "Jason Staten",
"license": "ISC",
"bugs": {
"url": "https://github.com/statianzo/webpack-livereload-plugin/issues"
},
"homepage": "https://github.com/statianzo/webpack-livereload-plugin#readme",
"devDependencies": {
"faucet": "^0.0.1",
"standard-version": "^9.1.1",
"tape": "^5.2.0",
"webpack": "^5.23.0",
"webpack-cli": "^4.5.0",
"babel-cli": "^6.9.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-regenerator": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"eslint": "^2.11.1",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"express": "^4.1.1",
"gaze": "^1.1.2",
"mocha": "^2.3.3",
"npm-watch": "^0.1.6",
"standard-version": "^2.2.1",
"supertest": "^1.2.0"
},
"dependencies": {
"anymatch": "^3.1.1",
"portfinder": "^1.0.17",
"schema-utils": ">1.0.0",
"body": "^5.1.0",
"debug": "^3.1.0",
"faye-websocket": "^0.11.3",
"livereload-js": "^3.3.1",
"object-assign": "^4.1.0",
"qs": "^6.4.0"
},
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0"
}
}