presto-player
Last commit date
dist
3 months ago
img
9 months ago
inc
3 months ago
languages
3 months ago
src
3 months ago
templates
3 months ago
vendor
3 months ago
CLAUDE.md
4 months ago
LICENSE
5 years ago
index.php
4 years ago
package.json
9 months ago
presto-player.php
3 months ago
readme.txt
3 months ago
package.json
119 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 | "layouts/**", |
| 21 | "!inc/Integrations/BeaverBuilder/ReusableVideoModule/node_modules", |
| 22 | "!inc/Integrations/Divi/node_modules", |
| 23 | "!.parcel-cache/*", |
| 24 | "LICENSE", |
| 25 | "*.css" |
| 26 | ], |
| 27 | "scripts": { |
| 28 | "bootstrap": "yarn workspace @presto-player/components build && yarn workspace @presto-player/components-react build", |
| 29 | "dev": "composer install && yarn start:workspace", |
| 30 | "start:workspace": "yarn workspaces foreach -pvi run watch", |
| 31 | "build:workspace": "yarn workspaces foreach -Rtvi run build", |
| 32 | "build": "wp-scripts build --experimental-modules", |
| 33 | "check-engines": "wp-scripts check-engines", |
| 34 | "check-licenses": "wp-scripts check-licenses", |
| 35 | "format": "wp-scripts format", |
| 36 | "lint:css": "wp-scripts lint-style", |
| 37 | "lint:js": "wp-scripts lint-js", |
| 38 | "lint:md:docs": "wp-scripts lint-md-docs", |
| 39 | "lint:pkg-json": "wp-scripts lint-pkg-json", |
| 40 | "packages-update": "wp-scripts packages-update", |
| 41 | "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", |
| 42 | "plugin:release": "yarn && composer install && yarn makepot && composer install --no-dev && yarn build:workspace && yarn plugin-zip && yarn plugin-unzip", |
| 43 | "plugin-unzip": "node ./unzip.js", |
| 44 | "plugin-zip": "wp-scripts plugin-zip --no-root-folder", |
| 45 | "watch": "yarn start", |
| 46 | "start": "wp-scripts start --experimental-modules", |
| 47 | "test:php": "wp-env run tests-cli --env-cwd=wp-content/plugins/presto-player ./vendor/bin/phpunit -c phpunit.xml.dist --testdox", |
| 48 | "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", |
| 49 | "test:e2e": "wp-scripts test-e2e", |
| 50 | "test:e2e:playwright": "playwright test --reporter=list", |
| 51 | "test:e2e:playwright:ui": "playwright test --ui", |
| 52 | "test:e2e:playwright:debug": "playwright test --debug", |
| 53 | "test:e2e:playwright:trace": "playwright test --trace on", |
| 54 | "test:unit": "wp-scripts test-unit-js" |
| 55 | }, |
| 56 | "dependencies": { |
| 57 | "@codemirror/lang-css": "^6.3.0", |
| 58 | "@emotion/babel-preset-css-prop": "^11.2.0", |
| 59 | "@presto-player/components-react": "0.0.2", |
| 60 | "@surecart/components-react": "^1.0.1", |
| 61 | "@uiw/react-codemirror": "^4.23.1", |
| 62 | "alpinejs": "^2.8.2", |
| 63 | "debounce-promise": "^3.1.2", |
| 64 | "memoize-one": "^5.2.1", |
| 65 | "react-select": "^4.3.1" |
| 66 | }, |
| 67 | "resolutions": { |
| 68 | "react": "17.0.2", |
| 69 | "react-dom": "17.0.2", |
| 70 | "eslint-plugin-jsdoc": "^37.4.2" |
| 71 | }, |
| 72 | "devDependencies": { |
| 73 | "@babel/cli": "^7.12.1", |
| 74 | "@babel/core": "^7.14.3", |
| 75 | "@babel/preset-env": "^7.12.1", |
| 76 | "@emotion/babel-plugin": "^11.3.0", |
| 77 | "@emotion/core": "^10.1.1", |
| 78 | "@emotion/css": "^10.0.22", |
| 79 | "@emotion/hash": "^0.8.0", |
| 80 | "@emotion/native": "^10.0.22", |
| 81 | "@emotion/styled": "^11.10.5", |
| 82 | "@playwright/test": "^1.38.0", |
| 83 | "@wordpress/api-fetch": "^3.20.0", |
| 84 | "@wordpress/babel-preset-default": "^7.6.0", |
| 85 | "@wordpress/components": "^11.1.1", |
| 86 | "@wordpress/deprecated": "^3.22.0", |
| 87 | "@wordpress/e2e-test-utils": "^5.4.1", |
| 88 | "@wordpress/e2e-test-utils-playwright": "^0.25.0", |
| 89 | "@wordpress/element": "^4.20.0", |
| 90 | "@wordpress/env": "^9.9.0", |
| 91 | "@wordpress/i18n": "^4.25.0", |
| 92 | "@wordpress/icons": "^10", |
| 93 | "@wordpress/scripts": "^30.6.2", |
| 94 | "@wordpress/url": "^3.23.0", |
| 95 | "@yarnpkg/plugin-workspace-tools": "^4.0.0-rc.30", |
| 96 | "adm-zip": "^0.5.9", |
| 97 | "apexcharts": "^3.22.2", |
| 98 | "babel-plugin-lodash": "^3.3.4", |
| 99 | "babel-plugin-transform-runtime": "^6.23.0", |
| 100 | "classnames": "^2.3.1", |
| 101 | "copy-webpack-plugin": "6", |
| 102 | "cssnano": "^4.1.10", |
| 103 | "history": "^5.0.0", |
| 104 | "husky": "^7.0.0", |
| 105 | "litepicker": "^2.0.11", |
| 106 | "lodash": "^4.17.20", |
| 107 | "path": "^0.12.7", |
| 108 | "path-to-regexp": "^6.2.0", |
| 109 | "postcss": "^8.4.5", |
| 110 | "querystringify": "^2.2.0", |
| 111 | "react-apexcharts": "^1.3.7", |
| 112 | "regenerator-runtime": "^0.13.9", |
| 113 | "sass": "^1.45.1", |
| 114 | "semver": "^7.3.5", |
| 115 | "workbox-build": "^4.3.1" |
| 116 | }, |
| 117 | "packageManager": "yarn@3.3.0" |
| 118 | } |
| 119 |