PluginProbe
WP VR – 360 Panorama and Virtual Tour Builder / 8.5.78
WP VR – 360 Panorama and Virtual Tour Builder v8.5.78
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 8.5.40 All 220 releases
wpvr / package.json

package.json in WP VR – 360 Panorama and Virtual Tour Builder 8.5.78, at package.json

66 lines 2.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "wpvr",
3 "version": "8.5.78",
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 "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"
25 },
26 "keywords": [
27 "wpvr"
28 ],
29 "author": "Rextheme",
30 "license": "ISC",
31 "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"
53 },
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"
65 }
66