-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "fv-wordpress-flowplayer",
"version": "1.0.0",
"license": "GPL-3.0",
"description": "FV Player - Wordpress's most reliable, easy to use and feature-rich video player.",
"scripts": {
"wp-build": "webpack --mode=production",
"wp-start": "webpack --mode=development --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/foliovision/fv-wordpress-flowplayer"
},
"author": "foliovision",
"bugs": {
"url": "https://github.com/foliovision/fv-wordpress-flowplayer/issues"
},
"homepage": "https://github.com/foliovision/fv-wordpress-flowplayer#readme",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.0",
"@wordpress/dependency-extraction-webpack-plugin": "^6.43.0",
"babel-loader": "^9.2.1",
"gulp": "^5.0.1",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-sort": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.1.0",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4"
},
"browserslist": [
"last 2 versions",
"> 5%",
"Firefox ESR"
]
}