-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.07 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.07 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
{
"name": "texty",
"version": "1.1.5",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"clean": "rm -rf ./dist",
"build": "wp-scripts build",
"start": "wp-scripts start",
"makepot": "wp i18n make-pot --exclude='dist,node_modules,vendors' . --headers='{\"Last-Translator\":\"support@wedevs.com\",\"Report-Msgid-Bugs-To\":\"https://github.com/weDevsOfficial/texty/issues\"}' --file-comment=\"Copyright (c) $(date +'%Y') weDevs Pte. Ltd. All Rights Reserved.\" languages/texty.pot",
"pot2json": "po2json languages/texty.pot languages/texty.json --format jed --pretty",
"readme": "wp-readme-to-md"
},
"dependencies": {
"classnames": "^2.2.6",
"react-phone-input-2": "^2.13.9",
"react-router-dom": "^5.2.0",
"react-select": "^5.8.0",
"react-toastify": "^6.2.0"
},
"devDependencies": {
"@wordpress/components": "^28.0.0",
"@wordpress/scripts": "^30.12.0",
"po2json": "^0.4.5",
"prettier": "^2.2.1",
"sass": "^1.83.4",
"wp-readme-to-markdown": "^1.0.1"
}
}