-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 934 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
{
"name": "timber-blocks",
"version": "1.9.1",
"description": "Wordpress block library plugin to replace some standard blocks",
"author": "kids-team Österreich",
"prettier": "@wordpress/prettier-config",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build src/index.js src/frontend.js",
"start": "wp-scripts start ./src/index.js ./src/frontend.js",
"make-pot": "wp i18n make-pot . languages/ctx-blocks.pot --slug=ctx-blocks --domain=ctx-blocks --exclude=node_modules,src",
"make-json": "wp i18n make-json languages/ --no-purge",
"packages-update": "wp-scripts packages-update"
},
"dependencies": {
"@wordpress/icons": "^9.41.0",
"colord": "^2.9.3",
"minimist": "^1.2.8"
},
"devDependencies": {
"@wordpress/prettier-config": "^1.1.1",
"@wordpress/scripts": "^27.1.0"
},
"browserslist": [
"> 1%",
"last 3 versions",
"not dead",
"not ie <= 11"
]
}