Current File : /var/www/sitiomodelo__usr86/data/www/sitiomodelo.info/wp-content/plugins/presto-player/package.json |
{
"name": "@presto-player/presto-player",
"version": "1.12.0",
"license": "GPL-3.0-or-later",
"private": true,
"workspaces": [
"packages/*"
],
"files": [
"inc/**",
"src/**",
"img/**",
"languages/**",
"templates/**",
"vendor/**",
"dist/**",
"*.php",
"*.md",
"readme.txt",
"layouts/**",
"!inc/Integrations/BeaverBuilder/ReusableVideoModule/node_modules",
"!inc/Integrations/Divi/node_modules",
"!.parcel-cache/*",
"LICENSE",
"*.css"
],
"scripts": {
"bootstrap": "yarn workspace @presto-player/components build && yarn workspace @presto-player/components-react build",
"dev": "composer install && yarn start:workspace",
"start:workspace": "yarn workspaces foreach -pvi run watch",
"build:workspace": "yarn workspaces foreach -Rtvi run build",
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"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",
"plugin:release": "yarn && composer install && yarn makepot && composer install --no-dev && yarn build:workspace && yarn plugin-zip && yarn plugin-unzip",
"plugin-unzip": "node ./unzip.js",
"plugin-zip": "wp-scripts plugin-zip",
"watch": "yarn start",
"start": "wp-scripts start",
"test:php": "wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/presto-player/phpunit.xml.dist --testdox'",
"test:php:failing": "wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/presto-player/phpunit.xml.dist --testdox --group=failing'",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"dependencies": {
"@codemirror/lang-css": "^6.3.0",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@presto-player/components-react": "0.0.2",
"@surecart/components-react": "^1.0.1",
"@uiw/react-codemirror": "^4.23.1",
"alpinejs": "^2.8.2",
"debounce-promise": "^3.1.2",
"memoize-one": "^5.2.1",
"react-select": "^4.3.1"
},
"resolutions": {
"react": "17.0.2",
"react-dom": "17.0.2",
"eslint-plugin-jsdoc": "^37.4.2"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.12.1",
"@emotion/babel-plugin": "^11.3.0",
"@emotion/core": "^10.1.1",
"@emotion/css": "^10.0.22",
"@emotion/hash": "^0.8.0",
"@emotion/native": "^10.0.22",
"@emotion/styled": "^11.10.5",
"@wordpress/api-fetch": "^3.20.0",
"@wordpress/babel-preset-default": "^7.6.0",
"@wordpress/components": "^11.1.1",
"@wordpress/deprecated": "^3.22.0",
"@wordpress/e2e-test-utils": "^5.4.1",
"@wordpress/element": "^4.20.0",
"@wordpress/env": "^4.0.5",
"@wordpress/i18n": "^4.25.0",
"@wordpress/icons": "^10",
"@wordpress/scripts": "^24.6.0",
"@wordpress/url": "^3.23.0",
"@yarnpkg/plugin-workspace-tools": "^4.0.0-rc.30",
"adm-zip": "^0.5.9",
"apexcharts": "^3.22.2",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"classnames": "^2.3.1",
"copy-webpack-plugin": "6",
"cssnano": "^4.1.10",
"history": "^5.0.0",
"husky": "^7.0.0",
"litepicker": "^2.0.11",
"lodash": "^4.17.20",
"path": "^0.12.7",
"path-to-regexp": "^6.2.0",
"postcss": "^8.4.5",
"querystringify": "^2.2.0",
"react-apexcharts": "^1.3.7",
"regenerator-runtime": "^0.13.9",
"sass": "^1.45.1",
"semver": "^7.3.5",
"workbox-build": "^4.3.1"
},
"packageManager": "[email protected]"
}