-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.75 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
{
"name": "pluginui",
"version": "1.0.0",
"description": "",
"author": "Erik Golinelli <erik@codekraft.it>",
"files": [
"engine/*",
"backend/*",
"build/*",
"frontend/*",
"functions/*",
"rest/*",
"README.txt",
"product-importer.php",
"uninstall.php"
],
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style ./assets/src/styles",
"lint:js": "wp-scripts lint-js ./assets/src",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"postinstall": "npm run build"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@wordpress/babel-preset-default": "^6.12.0",
"@wordpress/block-editor": "^9.3.0",
"@wordpress/blocks": "^11.10.0",
"@wordpress/components": "^22.1.0",
"@wordpress/element": "^4.20.0",
"@wordpress/eslint-plugin": "^12.5.0",
"@wordpress/i18n": "^4.22.0",
"@wordpress/scripts": "^23.2.0"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.9.0 <7"
},
"eslintConfig": {
"extends": [
"plugin:@wordpress/eslint-plugin/recommended"
]
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"dependencies": {
"@wordpress/api-fetch": "^6.19.0",
"@wordpress/date": "^4.22.0",
"chart.js": "^4.0.1"
}
}