-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.25 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
{
"name": "formello",
"version": "1.0.0",
"description": "Example block written with ESNext standard and JSX support – build step required.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --experimental-modules",
"build-blocks-manifest": "wp-scripts build-blocks-manifest",
"format": "wp-scripts format",
"format:src": "wp-scripts format ./src",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start --experimental-modules",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip"
},
"devDependencies": {
"@wordpress/base-styles": "^5.11.0",
"@wordpress/dependency-extraction-webpack-plugin": "^6.11.0",
"@wordpress/scripts": "^30.4.0",
"mini-css-extract-plugin": "^2.9.1"
},
"dependencies": {
"@tinymce/tinymce-react": "^4.3.2",
"@wordpress/dataviews": "^4.7.0",
"@wordpress/icons": "^10.11.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"history": "^5.3.0"
},
"files": [
"build/**",
"vendor/**",
"includes/**",
"formello.php",
"readme.txt"
]
}