-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 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
34
35
{
"name": "easy-text-to-speech",
"version": "1.0.3",
"scripts": {
"start": "composer install && npm run watch",
"watchhot": "10up-toolkit watch --port=5010 --hot",
"watch": "10up-toolkit watch",
"build": "10up-toolkit build",
"format-js": "10up-toolkit format-js",
"lint-js": "10up-toolkit lint-js",
"lint-style": "10up-toolkit lint-style",
"test": "10up-toolkit test-unit-jest",
"clean-dist": "rm -rf ./dist",
"make-pot": "wp i18n make-pot . languages/easy-text-to-speech.pot --domain='easy-text-to-speech'",
"build-release": "npm install --production=false && composer install --no-dev && npm run build && npm run make-pot"
},
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {
"@wpmudev/shared-ui": "2.12.24",
"10up-toolkit": "^6.2"
},
"dependencies": {
"@wordpress/icons": "^9.26.0",
"prop-types": "^15.7.2"
},
"10up-toolkit": {
"entry": {
"admin": "./assets/js/admin/admin.js",
"editor": "./assets/js/admin/editor.js"
},
"wpDependencyExternals": true
}
}