-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 964 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
34
35
36
37
38
39
40
41
42
{
"name": "block-fast-refresh",
"version": "1.0.10",
"description": "Enable Fast Refreshing (HMR) for WordPress block editor plugin development.",
"author": "leeshadle",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"plugin",
"block",
"framework",
"scaffold"
],
"homepage": "https://github.com/blockhandbook/block-fast-refresh",
"repository": {
"type": "git",
"url": "https://github.com/blockhandbook/block-fast-refresh.git"
},
"bugs": {
"url": "https://github.com/blockhandbook/block-fast-refresh"
},
"main": "index.js",
"scripts": {
"lerna:version": "lerna version",
"lerna:publish": "lerna publish"
},
"dependencies": {
"browser-sync": "^2.26.13",
"node-sass": "^6.0.1",
"nodemon": "^2.0.6",
"style-loader": "^1.1.3",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"lerna": "^4.0.0"
}
}