PluginProbe ʕ •ᴥ•ʔ
Presto Player / 4.2.2
Presto Player v4.2.2
4.3.0 4.2.4 4.2.3 4.2.2 4.2.0 4.2.1 trunk 1.10.0 1.10.1 1.10.2 1.11.0 1.12.0 1.13.0 1.14.0 1.14.1 1.5.10 1.5.11 1.5.12 1.5.13 1.5.14 1.5.15 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.10 1.6.11 1.6.12 1.6.13 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.9.0 1.9.1 1.9.10 1.9.11 1.9.12 1.9.13 1.9.14 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.2.0 2.2.1 2.2.2 2.2.3 2.2.3-beta1 2.3.0 2.3.1 2.3.2 2.3.3 3.0.0 3.0.0-beta1 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.1.0 3.1.1 3.1.2 3.1.3 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4
presto-player / package.json
presto-player Last commit date
dist 3 weeks ago img 1 month ago inc 1 month ago languages 3 weeks ago src 1 month ago templates 3 months ago vendor 3 weeks ago CLAUDE.md 1 month ago FORCE_UI_SETUP.md 1 month ago LICENSE 5 years ago TAILWIND_SETUP.md 1 month ago changelog.txt 3 weeks ago index.php 4 years ago package.json 3 weeks ago phpinsights.php 1 month ago presto-player.php 3 weeks ago readme.txt 3 weeks ago
package.json
135 lines
1 {
2 "name": "@presto-player/presto-player",
3 "version": "1.12.0",
4 "license": "GPL-3.0-or-later",
5 "private": true,
6 "workspaces": [
7 "packages/*"
8 ],
9 "files": [
10 "inc/**",
11 "src/**",
12 "img/**",
13 "languages/**",
14 "templates/**",
15 "vendor/**",
16 "dist/**",
17 "*.php",
18 "*.md",
19 "readme.txt",
20 "changelog.txt",
21 "layouts/**",
22 "!inc/Integrations/BeaverBuilder/ReusableVideoModule/node_modules",
23 "!inc/Integrations/Divi/node_modules",
24 "!.parcel-cache/*",
25 "LICENSE",
26 "*.css"
27 ],
28 "scripts": {
29 "bootstrap": "yarn workspace @presto-player/components build && yarn workspace @presto-player/components-react build",
30 "dev": "composer install && yarn start:workspace",
31 "start:workspace": "yarn workspaces foreach -pvi run watch",
32 "build:workspace": "yarn workspaces foreach -Rtvi run build",
33 "build": "wp-scripts build --experimental-modules",
34 "check-engines": "wp-scripts check-engines",
35 "check-licenses": "wp-scripts check-licenses",
36 "format": "wp-scripts format",
37 "lint:css": "wp-scripts lint-style",
38 "lint:js": "wp-scripts lint-js",
39 "lint:md:docs": "wp-scripts lint-md-docs",
40 "lint:pkg-json": "wp-scripts lint-pkg-json",
41 "packages-update": "wp-scripts packages-update",
42 "makepot": "./vendor/bin/wp i18n make-pot ./src languages/presto-player.pot --ignore-domain && ./vendor/bin/wp i18n make-pot ./inc languages/presto-player.pot --ignore-domain --merge && ./vendor/bin/wp i18n make-pot ./templates languages/presto-player.pot --ignore-domain --merge",
43 "plugin:release": "yarn && composer install && yarn makepot && composer install --no-dev && yarn build:workspace && yarn plugin-zip && yarn plugin-unzip",
44 "plugin-unzip": "node ./unzip.js",
45 "plugin-zip": "wp-scripts plugin-zip --no-root-folder",
46 "watch": "yarn start",
47 "start": "wp-scripts start --experimental-modules",
48 "test:php": "wp-env run tests-cli --env-cwd=wp-content/plugins/presto-player ./vendor/bin/phpunit -c phpunit.xml.dist --testdox",
49 "test:php:failing": "wp-env run tests-cli --env-cwd=wp-content/plugins/presto-player ./vendor/bin/phpunit -c phpunit.xml.dist --testdox --group=failing",
50 "test:e2e": "wp-scripts test-e2e",
51 "test:e2e:playwright": "WP_BASE_URL=\"${WP_BASE_URL:-http://localhost:3333}\" playwright test --reporter=list",
52 "test:e2e:playwright:ui": "WP_BASE_URL=\"${WP_BASE_URL:-http://localhost:3333}\" playwright test --ui",
53 "test:e2e:playwright:debug": "WP_BASE_URL=\"${WP_BASE_URL:-http://localhost:3333}\" playwright test --debug",
54 "test:e2e:playwright:trace": "WP_BASE_URL=\"${WP_BASE_URL:-http://localhost:3333}\" playwright test --trace on",
55 "test:unit": "wp-scripts test-unit-js"
56 },
57 "dependencies": {
58 "@bsf/force-ui": "git+https://github.com/brainstormforce/force-ui#1.7.5",
59 "@codemirror/lang-css": "^6.3.0",
60 "@emotion/babel-preset-css-prop": "^11.2.0",
61 "@presto-player/components-react": "0.0.2",
62 "@surecart/components-react": "^1.0.1",
63 "@uiw/react-codemirror": "^4.23.1",
64 "alpinejs": "^2.8.2",
65 "date-fns": "^2.30.0",
66 "debounce-promise": "^3.1.2",
67 "lucide-react": "^0.562.0",
68 "memoize-one": "^5.2.1",
69 "react-color": "^2.19.3",
70 "react-select": "^4.3.1"
71 },
72 "resolutions": {
73 "react": "17.0.2",
74 "react-dom": "17.0.2",
75 "eslint-plugin-jsdoc": "^37.4.2"
76 },
77 "devDependencies": {
78 "@babel/cli": "^7.12.1",
79 "@babel/core": "^7.14.3",
80 "@babel/preset-env": "^7.12.1",
81 "@emotion/babel-plugin": "^11.3.0",
82 "@emotion/core": "^10.1.1",
83 "@emotion/css": "^10.0.22",
84 "@emotion/hash": "^0.8.0",
85 "@emotion/native": "^10.0.22",
86 "@emotion/styled": "^11.10.5",
87 "@playwright/test": "^1.38.0",
88 "@tailwindcss/forms": "^0.5.10",
89 "@tailwindcss/typography": "^0.5.16",
90 "@testing-library/jest-dom": "5.17.0",
91 "@testing-library/react": "12.1.5",
92 "@testing-library/react-hooks": "8.0.1",
93 "@types/react": "^17.0.0",
94 "@wordpress/api-fetch": "^3.20.0",
95 "@wordpress/babel-preset-default": "^7.6.0",
96 "@wordpress/components": "^11.1.1",
97 "@wordpress/deprecated": "^3.22.0",
98 "@wordpress/e2e-test-utils": "^5.4.1",
99 "@wordpress/e2e-test-utils-playwright": "^0.25.0",
100 "@wordpress/element": "^4.20.0",
101 "@wordpress/env": "^9.9.0",
102 "@wordpress/i18n": "^4.25.0",
103 "@wordpress/icons": "^10",
104 "@wordpress/scripts": "^30.14.1",
105 "@wordpress/url": "^3.23.0",
106 "@yarnpkg/plugin-workspace-tools": "^4.0.0-rc.30",
107 "adm-zip": "^0.5.9",
108 "apexcharts": "^3.22.2",
109 "autoprefixer": "^10.4.21",
110 "babel-plugin-lodash": "^3.3.4",
111 "babel-plugin-transform-runtime": "^6.23.0",
112 "classnames": "^2.3.1",
113 "copy-webpack-plugin": "6",
114 "cssnano": "^4.1.10",
115 "history": "^5.0.0",
116 "husky": "^7.0.0",
117 "litepicker": "^2.0.11",
118 "lodash": "^4.17.20",
119 "path": "^0.12.7",
120 "path-to-regexp": "^6.2.0",
121 "postcss": "^8.4.5",
122 "querystringify": "^2.2.0",
123 "react": "17.0.2",
124 "react-apexcharts": "^1.3.7",
125 "react-dom": "17.0.2",
126 "react-test-renderer": "17.0.2",
127 "regenerator-runtime": "^0.13.9",
128 "sass": "^1.45.1",
129 "semver": "^7.3.5",
130 "tailwindcss": "^3.4.17",
131 "workbox-build": "^4.3.1"
132 },
133 "packageManager": "yarn@3.3.0"
134 }
135