PluginProbe
Passster – Password Protect Pages and Content / 4.2.10
Passster – Password Protect Pages and Content v4.2.10
4.3.15 4.3.14 4.3.12 4.3.13 4.3.11 4.3.10 4.3.9 4.3.8 4.3.7 4.3.6 4.3.5 trunk 3.5.4 3.5.5.2 3.5.5.8 3.5.5.9 4.0 4.1.4 4.2.10 4.2.11 4.2.12 4.2.13 4.2.14 4.2.15 4.2.16 All 47 releases
content-protector / inc / admin / package.json

package.json in Passster – Password Protect Pages and Content 4.2.10, at inc/admin/package.json

29 lines 914 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "passster-settings",
3 "version": "4.0.0",
4 "description": "",
5 "main": "build/index.js",
6 "scripts": {
7 "build": "wp-scripts build",
8 "start": "wp-scripts start",
9 "build:upsells": "wp-scripts build src/upsells/Upsells.js --output-path=./upsells",
10 "start:upsells": "wp-scripts start src/upsells/Upsells.js --output-path=./upsells",
11 "packages-update": "wp-scripts packages-update"
12 },
13 "author": "",
14 "license": "GPL-3.0-or-later",
15 "devDependencies": {
16 "@wordpress/api-fetch": "^7.11.0",
17 "@wordpress/components": "^28.11.0",
18 "@wordpress/data": "^10.11.0",
19 "@wordpress/element": "^6.11.0",
20 "@wordpress/scripts": "^30.4.0"
21 },
22 "dependencies": {
23 "@codeamp/block-components": "^0.0.1-beta.13",
24 "@ramonak/react-progress-bar": "^5.3.0",
25 "js-generate-password": "^0.1.7",
26 "react-data-table-component": "^7.6.2"
27 }
28 }
29