-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 2.27 KB
/
package.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "rrze-video",
"version": "5.0.7",
"main": "webpack.config.js",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"clean": "rm -rf build/",
"test": "vendor/phpunit/phpunit/phpunit",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RRZE-Webteam/rrze-video.git"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/RRZE-Webteam/rrze-video/issues"
},
"homepage": "https://github.com/RRZE-Webteam/rrze-video#readme",
"devDependencies": {
"@babel/core": "^7.26",
"@babel/preset-env": "^7.26",
"@types/uuid": "^10.0.0",
"@types/wordpress__block-editor": "^11.5.16",
"@types/wordpress__blocks": "^12.5.17",
"@wordpress/api-fetch": "^7.18.0",
"@wordpress/babel-plugin-makepot": "^6.18.0",
"@wordpress/eslint-plugin": "^22.4.0",
"@wordpress/i18n": "^5.18.0",
"@wordpress/icons": "^10.18.0",
"@wordpress/scripts": "^30.11.0",
"@wordpress/server-side-render": "^5.18.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"mini-css-extract-plugin": "^2.9.2",
"postcss-loader": "^8.1.1",
"prettier": "^3.5.2",
"sass": "^1.85.1",
"sass-loader": "^16.0.5",
"semver": "^7.7.1",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.12",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@types/wordpress__editor": "^14.12.0",
"@vidstack/react": "^1.12.9",
"hls.js": "^1.5.20",
"vidstack": "^1.12.9"
}
}