PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 9.1.2
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v9.1.2
9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 8.5.4 All 221 releases
wpvr / package.json

package.json in WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress 9.1.2, at package.json

20 lines 597 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "wpvr",
3 "version": "9.1.2",
4 "description": "WP VR - 360 Panorama and virtual tour creator is a customized panaroma & virtual builder tool for your website.",
5 "scripts": {
6 "build": "wp-scripts build",
7 "start": "wp-scripts start",
8 "build:legacy": "cd legacy && webpack",
9 "plugin:build": "bash ./bin/build_plugin.sh",
10 "plugin:zip": "bash ./bin/build_plugin.sh",
11 "env:start": "cd legacy && wp-env start",
12 "env:stop": "cd legacy && wp-env stop"
13 },
14 "devDependencies": {
15 "@wordpress/scripts": "^30.0.0"
16 },
17 "author": "",
18 "license": "GPL-2.0+"
19 }
20