| 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": "webpack --mode=production", |
| 8 |
"wp-start": "webpack --mode=development --watch" |
| 9 |
}, |
| 10 |
"repository": { |
| 11 |
"type": "git", |
| 12 |
"url": "https://github.com/foliovision/fv-wordpress-flowplayer" |
| 13 |
}, |
| 14 |
"author": "foliovision", |
| 15 |
"bugs": { |
| 16 |
"url": "https://github.com/foliovision/fv-wordpress-flowplayer/issues" |
| 17 |
}, |
| 18 |
"homepage": "https://github.com/foliovision/fv-wordpress-flowplayer#readme", |
| 19 |
"devDependencies": { |
| 20 |
"@babel/core": "^7.29.6", |
| 21 |
"@babel/preset-env": "^7.26.0", |
| 22 |
"@babel/preset-react": "^7.26.0", |
| 23 |
"@wordpress/dependency-extraction-webpack-plugin": "^6.43.0", |
| 24 |
"babel-loader": "^9.2.1", |
| 25 |
"gulp": "^5.0.1", |
| 26 |
"gulp-autoprefixer": "^8.0.0", |
| 27 |
"gulp-babel": "^8.0.0", |
| 28 |
"gulp-clean-css": "^4.3.0", |
| 29 |
"gulp-concat": "^2.6.1", |
| 30 |
"gulp-rename": "^2.0.0", |
| 31 |
"gulp-sort": "^2.0.0", |
| 32 |
"gulp-uglify": "^3.0.2", |
| 33 |
"gulp-wp-pot": "^2.5.0", |
| 34 |
"gulp-zip": "^5.1.0", |
| 35 |
"webpack": "^5.97.0", |
| 36 |
"webpack-cli": "^5.1.4" |
| 37 |
}, |
| 38 |
"browserslist": [ |
| 39 |
"last 2 versions", |
| 40 |
"> 5%", |
| 41 |
"Firefox ESR" |
| 42 |
] |
| 43 |
} |
| 44 |
|