-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "@joanrodas/plubo",
"version": "0.4.5",
"author": "Joan Rodas <[email protected]>",
"homepage": "https://plubo.dev",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/joanrodas/plubo.git"
},
"bugs": {
"url": "https://github.com/joanrodas/plubo/issues"
},
"licenses": [
{
"type": "GPL-3.0+",
"url": "https://www.gnu.org/licenses/gpl-3.0"
}
],
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"translate": "yarn translate:pot && yarn translate:js",
"translate:pot": "wp i18n make-pot . ./languages/plugin-placeholder.pot --ignore-domain --include=\"react,resources\"",
"translate:js": "wp i18n make-json ./languages --pretty-print"
},
"devDependencies": {
"@wordpress/scripts": "latest",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "6.8.1",
"mini-css-extract-plugin": "2.7.6",
"postcss": "8.4.31",
"postcss-loader": "7.3.3",
"postcss-preset-env": "9.3.0",
"sass": "1.69.5",
"sass-loader": "13.3.2",
"ts-loader": "latest",
"typescript": "latest",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0"
}
}