-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1.51 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
{
"name": "lzb-select-dynamic",
"title": "Lazy Blocks: Select Dynamic Control",
"version": "2.9.0",
"description": "lazy-blocks custom control to offer a dynamic select containing wordpress posts or categories",
"license": "GPL-2.0",
"author": "Jan Widmer <https://github.com/janwidmer>",
"scripts": {
"build": "wpeg --build --zip",
"dev": "wpeg --build --watch",
"production": "npm run make-pot && npm run make-json && wpeg --build --zip",
"make-pot": "composer wp -- i18n make-pot ./src ./src/languages/lzb-select-dynamic.pot --skip-audit --exclude=vendor,vendors,node_modules --domain=@@text_domain --headers='{\"Last-Translator\":\"janwidmer\",\"Report-Msgid-Bugs-To\":\"https://github.com/janwidmer/lzb-select-dynamic/issues\"}'",
"make-json": "po2json ./src/languages/lzb-select-dynamic.pot ./src/languages/lzb-select-dynamic.json --format=jed1.x --pretty --domain=@@text_domain",
"update:packages": "npm i -g npm-check-updates && npm-check-updates -u && npm install",
"postinstall": "composer install"
},
"devDependencies": {
"@babel/cli": "7.11.6",
"@babel/core": "^7.14.5",
"@babel/node": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "7.10.4",
"@babel/register": "^7.14.5",
"babel-loader": "8.1.0",
"classnames": "^2.2.6",
"eslint": "7.11.0",
"json-file": "0.1.0",
"po2json": "~0.4.5",
"wpeg": "1.2.6"
}
}