-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.96 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.96 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "protected-video",
"version": "2.0.4",
"description": "YouTube/Vimeo player that prevents easy sharing of the video.",
"author": "Alec Rust (https://www.alecrust.com/)",
"license": "GPL-2.0-or-later",
"homepage": "https://protected-video.alecrust.com/",
"repository": "https://github.com/AlecRust/protected-video",
"packageManager": "npm@11.12.1",
"main": "build/index.js",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"env": "wp-env",
"start:demo": "webpack serve --mode development -c src/demo/webpack.config.js",
"build:demo": "webpack -c src/demo/webpack.config.js",
"lint": "wp-scripts lint-js && wp-scripts lint-style \"src/**/*.{css,scss}\" && prettier --check \"**/*.{js,jsx,json,ts,tsx,yml,yaml}\" && ./vendor/bin/grumphp run",
"format": "wp-scripts format && wp-scripts lint-js --fix && wp-scripts lint-style --fix \"src/**/*.{css,scss}\"",
"release": "GITHUB_TOKEN=${GITHUB_TOKEN:-$(gh auth token)} release-it --ci",
"prepare": "husky"
},
"dependencies": {
"get-video-id": "^4.2.0",
"plyr": "^3.8.4"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@release-it/bumper": "^7.0.5",
"@wordpress/babel-preset-default": "^8.44.0",
"@wordpress/block-editor": "^15.17.0",
"@wordpress/blocks": "^15.17.0",
"@wordpress/components": "^32.6.0",
"@wordpress/env": "^11.4.0",
"@wordpress/i18n": "^6.17.0",
"@wordpress/prettier-config": "^4.44.0",
"@wordpress/scripts": "^32.0.0",
"babel-loader": "^10.1.1",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.6.7",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"mini-css-extract-plugin": "^2.10.2",
"normalize.css": "^8.0.1",
"prettier": "npm:wp-prettier@3.0.3",
"release-it": "^20.0.0",
"sass": "^1.99.0",
"sass-loader": "^16.0.7",
"terser-webpack-plugin": "^5.4.0",
"webpack": "^5.106.2",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.3"
}
}