| 1 |
{ |
| 2 |
"name": "fv-wordpress-flowplayer", |
| 3 |
"version": "1.0.0", |
| 4 |
"license": "GPL-3.0", |
| 5 |
"description": "FV Player - Wordpress's most reliable, easy to use and feature-rich video player.", |
| 6 |
"scripts": { |
| 7 |
"wp-build": "wp-scripts build", |
| 8 |
"wp-check-engines": "wp-scripts check-engines", |
| 9 |
"wp-check-licenses": "wp-scripts check-licenses", |
| 10 |
"wp-format": "wp-scripts format", |
| 11 |
"wp-lint:css": "wp-scripts lint-style", |
| 12 |
"wp-lint:js": "wp-scripts lint-js", |
| 13 |
"wp-lint:md:docs": "wp-scripts lint-md-docs", |
| 14 |
"wp-lint:md:js": "wp-scripts lint-md-js", |
| 15 |
"wp-lint:pkg-json": "wp-scripts lint-pkg-json", |
| 16 |
"wp-packages-update": "wp-scripts packages-update", |
| 17 |
"wp-start": "wp-scripts start", |
| 18 |
"wp-test:e2e": "wp-scripts test-e2e", |
| 19 |
"wp-test:unit": "wp-scripts test-unit-js", |
| 20 |
"wp-plugin-zip": "wp-scripts plugin-zip", |
| 21 |
"preinstall": "npx npm-force-resolutions" |
| 22 |
}, |
| 23 |
"repository": { |
| 24 |
"type": "git", |
| 25 |
"url": "https://github.com/foliovision/fv-wordpress-flowplayer" |
| 26 |
}, |
| 27 |
"author": "foliovision", |
| 28 |
"bugs": { |
| 29 |
"url": "https://github.com/foliovision/fv-wordpress-flowplayer/issues" |
| 30 |
}, |
| 31 |
"homepage": "https://github.com/foliovision/fv-wordpress-flowplayer#readme", |
| 32 |
"devDependencies": { |
| 33 |
"@babel/core": "^7.17.9", |
| 34 |
"@babel/preset-env": "^7.16.11", |
| 35 |
"@wordpress/scripts": "^30.18.0", |
| 36 |
"gulp": "^4.0.2", |
| 37 |
"gulp-autoprefixer": "^8.0.0", |
| 38 |
"gulp-babel": "^8.0.0", |
| 39 |
"gulp-clean-css": "^4.3.0", |
| 40 |
"gulp-concat": "^2.6.1", |
| 41 |
"gulp-rename": "^2.0.0", |
| 42 |
"gulp-sort": "^2.0.0", |
| 43 |
"gulp-sourcemaps": "^3.0.0", |
| 44 |
"gulp-uglify": "^3.0.2", |
| 45 |
"gulp-wp-pot": "^2.5.0", |
| 46 |
"gulp-zip": "^5.1.0" |
| 47 |
}, |
| 48 |
"browserslist": [ |
| 49 |
"last 2 versions", |
| 50 |
"> 5%", |
| 51 |
"Firefox ESR" |
| 52 |
], |
| 53 |
"resolutions": { |
| 54 |
"glob-parent": "6.0.1" |
| 55 |
}, |
| 56 |
"dependencies": { |
| 57 |
"@wordpress/server-side-render": "^4.15.0" |
| 58 |
} |
| 59 |
} |
| 60 |
|