-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 891 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
{
"name": "wp-dexter",
"version": "1.1.0",
"description": "The handy encyclopedia in your WordPress site",
"scripts": {
"build": "10up-toolkit build"
},
"10up-toolkit": {
"entry": {
"block": "./js/blocks/index.js",
"frontend": "./css/wp-dexter-styles.css"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/oscarssanchez/wp-dexter.git"
},
"keywords": [
"dexter"
],
"author": "Oscar Sanchez",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/oscarssanchez/wp-dexter/issues"
},
"homepage": "https://github.com/oscarssanchez/wp-dexter#readme",
"devDependencies": {
"@wordpress/block-editor": "8.3.1",
"@wordpress/blocks": "^11.1.5",
"@wordpress/components": "^19.1.6",
"@wordpress/element": "4.2.1",
"@wordpress/i18n": "^4.19.0",
"10up-toolkit": "^4.3.0"
}
}