-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 2.26 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.5",
"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-legal/issues"
},
"homepage": "https://github.com/RRZE-Webteam/rrze-legal#readme",
"devDependencies": {
"@babel/core": "^7.14",
"@babel/preset-env": "^7.14",
"@types/uuid": "^10.0.0",
"@types/wordpress__block-editor": "^11.5.14",
"@types/wordpress__blocks": "^12.5.14",
"@wordpress/api-fetch": "^6.33.0",
"@wordpress/babel-plugin-makepot": "^5.20.0",
"@wordpress/eslint-plugin": "^14.11.0",
"@wordpress/i18n": "^4.36.0",
"@wordpress/icons": "^9.26.0",
"@wordpress/scripts": "^27.01.0",
"@wordpress/server-side-render": "^4.35.0",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"mini-css-extract-plugin": "^2.1.0",
"postcss-loader": "^6.1.1",
"prettier": "^2.7.1",
"sass": "^1.49.9",
"sass-loader": "^12.1.0",
"semver": "^7.3.5",
"style-loader": "^3.2.1",
"terser-webpack-plugin": "^5.1.4",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@types/wordpress__editor": "^13.6.8",
"@vidstack/react": "^1.12.9",
"hls.js": "^1.5.15",
"vidstack": "^1.12.9"
}
}