-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathpackage.json
72 lines (72 loc) · 1.78 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
63
64
65
66
67
68
69
70
71
72
{
"name": "divi-dev-utils",
"version": "1.0.2-alpha.0",
"description": "Webpack utilities used by Create Divi Extension",
"repository": "elegantthemes/create-divi-extension",
"license": "MIT",
"bugs": {
"url": "https://github.com/elegantthemes/create-divi-extension/issues"
},
"engines": {
"node": ">=6"
},
"files": [
"browsersHelper.js",
"checkRequiredFiles.js",
"clearConsole.js",
"crossSpawn.js",
"errorOverlayMiddleware.js",
"eslintFormatter.js",
"FileSizeReporter.js",
"formatWebpackMessages.js",
"getProcessForPort.js",
"glob.js",
"ignoredFiles.js",
"inquirer.js",
"InterpolateHtmlPlugin.js",
"launchEditor.js",
"launchEditorEndpoint.js",
"ModuleScopePlugin.js",
"noopServiceWorkerMiddleware.js",
"openBrowser.js",
"openChrome.applescript",
"printBuildError.js",
"printHostingInstructions.js",
"WatchMissingNodeModulesPlugin.js",
"WebpackDevServerUtils.js",
"webpackHotDevClient.js",
"workspaceUtils.js",
"WPConfig.js"
],
"dependencies": {
"@babel/code-frame": "7.0.0-beta.42",
"address": "1.0.3",
"browserslist": "2.11.3",
"chalk": "2.3.0",
"cross-spawn": "7.0.5",
"detect-port-alt": "1.1.5",
"divi-error-overlay": "^1.0.0",
"escape-string-regexp": "1.0.5",
"filesize": "3.5.11",
"find-config": "1.0",
"find-pkg": "1.0.0",
"global-modules": "1.0.0",
"globby": "7.1.1",
"gzip-size": "4.1.0",
"inquirer": "5.0.0",
"is-root": "1.0.0",
"opn": "5.2.0",
"pkg-up": "2.0.0",
"recursive-readdir": "2.2.1",
"shell-quote": "1.6.1",
"sockjs-client": "1.1.4",
"strip-ansi": "4.0.0",
"text-table": "0.2.0"
},
"devDependencies": {
"jest": "22.1.2"
},
"scripts": {
"test": "jest"
}
}