-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.1 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.1 KB
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": "themesage",
"private": true,
"browserslist": [
"extends @roots/browserslist-config"
],
"engines": {
"node": ">=16.0.0"
},
"type": "module",
"scripts": {
"dev": "bud dev",
"build": "bud build",
"translate": "yarn translate:pot && yarn translate:update",
"translate:pot": "wp i18n make-pot . ./resources/lang/sage.pot --include=\"app,resources\"",
"translate:update": "wp i18n update-po ./resources/lang/sage.pot ./resources/lang/*.po",
"translate:compile": "yarn translate:mo && yarn translate:js",
"translate:js": "wp i18n make-json ./resources/lang --pretty-print",
"translate:mo": "wp i18n make-mo ./resources/lang ./resources/lang"
},
"devDependencies": {
"@iris.interactive/handcook": "^4.0.0",
"@roots/bud": "6.18.0",
"@roots/bud-imagemin": "6.18.0",
"@roots/bud-preset-recommend": "6.18.0",
"@roots/bud-preset-wordpress": "6.18.0",
"@roots/bud-sass": "6.18.0",
"@roots/bud-tailwindcss": "6.18.0",
"@roots/bud-typescript": "6.18.0",
"@roots/sage": "6.18.0"
},
"dependencies": {
"fantasticon": "^2.0.0"
}
}