-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.9 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
48
49
50
51
52
53
54
55
56
{
"name": "easy-custom-sidebars",
"version": "2.0.0",
"description": "Replace any sidebar/widget area in any WordPress theme (no coding required).",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"dev": "yarn setup && yarn start",
"start": "wp-scripts start --output-path=src/dist",
"prestart": "rm -rf src/dist",
"build": "wp-scripts build --output-path=src/dist",
"prebuild": "rm -rf src/dist",
"test": "wp-scripts test-unit-js --watch",
"test-unit-js": "wp-scripts test-unit-js",
"test-unit-php": "wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/easy-custom-sidebars/phpunit.xml.dist --verbose --colors=always'",
"test-unit-php-multisite": "wp-env run phpunit 'WP_MULTISITE=1 phpunit -c /var/www/html/wp-content/plugins/easy-custom-sidebars/phpunit.xml.dist --verbose'",
"presetup": "yarn install && composer install",
"setup": "wp-env start",
"destroy": "wp-env destroy",
"wp-env": "wp-env"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SunnyJohal/easy-custom-sidebars.git"
},
"keywords": [
"custom sidebars",
"replace theme sidebars",
"unlimited sidebars",
"wordpress sidebar manager",
"wordpress"
],
"author": "Titanium Themes <support@titaniumthemes.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SunnyJohal/easy-custom-sidebars/issues"
},
"homepage": "https://github.com/SunnyJohal/easy-custom-sidebars#readme",
"devDependencies": {
"@wordpress/env": "^2.0.0",
"@wordpress/scripts": "^12.2.0"
},
"dependencies": {
"bootstrap": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lodash.uniqwith": "^4.5.0",
"react-beautiful-dnd": "^13.0.0",
"react-beforeunload": "^2.2.4",
"react-loading-skeleton": "^2.1.1",
"react-router-dom": "^5.2.0",
"react-toast-notifications": "^2.4.0",
"use-debounce": "^5.0.1"
}
}