forked from getdave/standalone-block-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.52 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
{
"name": "getdave-sbe",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md": "wp-scripts lint-md",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"wp-env": "wp-env"
},
"devDependencies": {
"@wordpress/env": "^2.0.0",
"@wordpress/eslint-plugin": "^7.2.0",
"@wordpress/scripts": "^12.2.0",
"autoprefixer": "^9.8.6",
"css-loader": "^4.3.0",
"eslint": "^7.9.0",
"mini-css-extract-plugin": "^0.11.2",
"node-sass": "^4.14.1",
"postcss-loader": "^4.0.1",
"sass-loader": "^10.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.44.1"
},
"dependencies": {
"@wordpress/base-styles": "^2.1.0",
"@wordpress/block-editor": "^4.4.0",
"@wordpress/block-library": "^2.23.0",
"@wordpress/blocks": "^6.21.0",
"@wordpress/components": "^10.1.0",
"@wordpress/core-data": "^2.21.0",
"@wordpress/data": "^4.23.0",
"@wordpress/dom-ready": "^2.10.0",
"@wordpress/editor": "^9.21.0",
"@wordpress/element": "^2.17.0",
"@wordpress/format-library": "^1.23.0",
"@wordpress/i18n": "^3.15.0",
"@wordpress/interface": "^0.8.0",
"@wordpress/media-utils": "^1.16.0"
}
}