-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
33 lines (33 loc) · 1.05 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": "custom-fonts",
"version": "2.1.10",
"main": "Gruntfile.js",
"author": "Brainstorm Force",
"workspaces": [
"admin/dashboard"
],
"devDependencies": {
"@wordpress/scripts": "^23.7.2",
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-json2php": "^0.1.4",
"grunt-jsonlint": "^2.1.3",
"grunt-rtlcss": "^2.0.2",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "~2.0.1",
"minimist": "^1.2.8",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "cd admin/dashboard && npm install && wp-scripts build && cd ../..",
"build-package": "npm run build && grunt rtl",
"makepot": "wp i18n make-pot . --skip-audit --exclude='.dev,.github,.wordpress-org,docs,src,node_modules,vendor,wordpress' languages/custom-fonts.pot",
"release": "rm -rf custom-fonts && npm run build-package && npm run makepot && grunt release"
},
"dependencies": {
"request": "^2.88.2"
}
}