PluginProbe
VdoCipher: Secure Video Player and Hosting / trunk
VdoCipher: Secure Video Player and Hosting vtrunk
trunk 1.10 1.11 1.12 1.13 1.14 1.15 1.17 1.18 1.19 1.20 1.21 1.22 1.23 1.24 1.25 1.26 1.27 1.28 1.29 1.3 1.30 1.4 1.5 1.6 All 28 releases
vdocipher / include / block / package.json

package.json in VdoCipher: Secure Video Player and Hosting trunk, at include/block/package.json

35 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "vdocipher-block",
3 "version": "0.5.0",
4 "description": "Add VdoCipher videos to your website using blocks in WordPress 5.0 or with Gutenberg plugin",
5 "scripts": {
6 "postinstall": "npm run build",
7 "build": "NODE_ENV=production webpack",
8 "build:dev": "NODE_ENV=development webpack"
9 },
10 "author": "VdoCipher",
11 "license": "GPL-2.0",
12 "devDependencies": {
13 "@babel/core": "^7.1.6",
14 "@babel/preset-env": "^7.1.6",
15 "@wordpress/eslint-plugin": "^1.0.0",
16 "babel-core": "^6.26.3",
17 "babel-loader": "^8.0.4",
18 "babel-plugin-add-module-exports": "^1.0.2",
19 "babel-plugin-transform-react-jsx": "^6.24.1",
20 "babel-preset-env": "^1.7.0",
21 "babel-preset-react": "^6.24.1",
22 "css-loader": "^1.0.1",
23 "eslint": "^5.10.0",
24 "eslint-config-google": "^0.11.0",
25 "eslint-plugin-react": "^7.11.1",
26 "extract-text-webpack-plugin": "^4.0.0-beta.0",
27 "node-sass": "^4.14.1",
28 "sass-loader": "^7.1.0",
29 "webpack": "^4.26.1",
30 "webpack-cli": "^3.3.12",
31 "webpack-dev-server": "^3.11.0"
32 },
33 "dependencies": {}
34 }
35