| 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 |
|