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
← All changes | package.json +11 -57 8.5.789.1.2 View file →
@@ -1,65 +1,19 @@
1 1 {
2 2 "name": "wpvr",
3 - "version": "8.5.78",
3 + "version": "9.1.2",
4 4 "description": "WP VR - 360 Panorama and virtual tour creator is a customized panaroma & virtual builder tool for your website.",
5 - "main": "index.js",
6 5 "scripts": {
7 - "build": "webpack",
8 - "test": "echo \"Error: no test specified\" && exit 1",
9 - "cypress:open": "cypress open --config-file tests/cypress/config.json",
10 - "cypress:run": "cypress run --config-file tests/cypress/config.json",
11 - "env": "wp-env",
12 - "env:stop": "wp-env stop",
13 - "prepare": "husky install",
14 - "postenv:start": "./tests/bin/initialize.sh",
15 - "start": "node index.js",
16 - "env:start": "wp-env start",
17 - "test:e2e": "wp-scripts test-playwright --config tests/e2e/playwright.config.ts",
18 - "test:e2e:playwright-report": "wp-scripts test-playwright --config tests/e2e/playwright.config.ts --reporter=html",
19 - "test:e2e:playwright:ui": "wp-scripts test-playwright --ui --config tests/e2e/playwright.config.ts",
20 - "test:e2e:watch-browser": "wp-scripts test-playwright --config tests/e2e/playwright.config.ts -- --watch --browsers=chromium",
21 - "test:e2e:playwright": "npm run test:e2e",
22 - "test:e2e:watch": "npm run test:e2e -- --watch",
23 - "grunt:build": "grunt build",
24 - "grunt:zip": "grunt zip"
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"
25 13 },
26 - "keywords": [
27 - "wpvr"
28 - ],
29 - "author": "Rextheme",
30 - "license": "ISC",
31 14 "devDependencies": {
32 - "@10up/cypress-wp-utils": "github:10up/cypress-wp-utils#build",
33 - "@babel/core": "^7.19.0",
34 - "@babel/preset-env": "^7.19.0",
35 - "@babel/preset-react": "^7.18.6",
36 - "@playwright/test": "^1.44.1",
37 - "@wordpress/e2e-test-utils": "^10.29.0",
38 - "@wordpress/e2e-test-utils-playwright": "^0.26.0",
39 - "@wordpress/e2e-tests": "^7.29.0",
40 - "@wordpress/env": "^5.7.0",
41 - "babel-loader": "^8.2.5",
42 - "cypress": "^9.7.0",
43 - "grunt": "^1.6.1",
44 - "grunt-contrib-clean": "^2.0.1",
45 - "grunt-contrib-compress": "^1.6.0",
46 - "grunt-contrib-copy": "^1.0.0",
47 - "grunt-release": "^0.14.0",
48 - "grunt-run": "^0.8.1",
49 - "grunt-text-replace": "^0.4.0",
50 - "husky": "^9.0.11",
51 - "webpack": "^4.43.0",
52 - "webpack-cli": "^3.3.12"
15 + "@wordpress/scripts": "^30.0.0"
53 16 },
54 - "dependencies": {
55 - "axios": "^0.21.1"
56 - },
57 - "repository": {
58 - "type": "git",
59 - "url": "git+https://github.com/CODEREXLTD/WP-VR---360-Panorama-and-virtual-tour-for-WordPress.git"
60 - },
61 - "bugs": {
62 - "url": "https://github.com/CODEREXLTD/WP-VR---360-Panorama-and-virtual-tour-for-WordPress/issues"
63 - },
64 - "homepage": "https://github.com/CODEREXLTD/WP-VR---360-Panorama-and-virtual-tour-for-WordPress#readme"
17 + "author": "",
18 + "license": "GPL-2.0+"
65 19 }