vk-blocks
Last commit date
components
6 years ago
editor-css
5 years ago
inc
5 years ago
lib
5 years ago
src
5 years ago
.node-version
6 years ago
README.md
6 years ago
composer.json
5 years ago
composer.lock
5 years ago
gulpfile.js
5 years ago
gulpfile_free.js
6 years ago
package-lock.json
5 years ago
package.json
5 years ago
readme.txt
5 years ago
screenshot-1.png
7 years ago
screenshot-2.png
7 years ago
vk-blocks-pro.code-workspace
5 years ago
vk-blocks.php
5 years ago
webpack.common.js
5 years ago
webpack.config.js
6 years ago
webpack.dev.js
6 years ago
webpack.prod.js
6 years ago
package.json
84 lines
| 1 | { |
| 2 | "name": "vk-block", |
| 3 | "version": "1.0.0", |
| 4 | "description": "", |
| 5 | "main": "gulpfile.js", |
| 6 | "scripts": { |
| 7 | "start": "npx wp-env start", |
| 8 | "stop": "npx wp-env stop", |
| 9 | "watch": "gulp watch", |
| 10 | "build-dev": "gulp build-dev", |
| 11 | "build": "gulp build && npm run translate", |
| 12 | "translate": "./node_modules/.bin/po2json ./inc/vk-blocks/build/languages/vk-blocks-ja.po ./inc/vk-blocks/build/languages/vk-blocks-ja-vk-blocks-build-js.json -f jed", |
| 13 | "gulp": "gulp", |
| 14 | "test": "", |
| 15 | "lint:js": "wp-scripts lint-js", |
| 16 | "lint:css": "wp-scripts lint-style" |
| 17 | }, |
| 18 | "author": "", |
| 19 | "license": "MIT", |
| 20 | "browserslist": [ |
| 21 | "last 2 version", |
| 22 | "> 5%" |
| 23 | ], |
| 24 | "devDependencies": { |
| 25 | "@babel/core": "^7.7.2", |
| 26 | "@babel/plugin-transform-react-jsx": "^7.7.0", |
| 27 | "@babel/preset-env": "^7.7.1", |
| 28 | "@wordpress/babel-plugin-makepot": "^3.3.0", |
| 29 | "@wordpress/env": "^1.0.1", |
| 30 | "@wordpress/eslint-plugin": "^3.3.0", |
| 31 | "@wordpress/scripts": "^12.1.1", |
| 32 | "autoprefixer": "^9.7.1", |
| 33 | "babel-loader": "^8.0.6", |
| 34 | "classnames": "^2.2.6", |
| 35 | "css-loader": "^3.2.0", |
| 36 | "eslint": "^6.8.0", |
| 37 | "gulp": "^4.0.2", |
| 38 | "gulp-autoprefixer": "^7.0.1", |
| 39 | "gulp-clean-css": "^4.2.0", |
| 40 | "gulp-concat": "^2.6.1", |
| 41 | "gulp-load-plugins": "^2.0", |
| 42 | "gulp-notify": "^3.2.0", |
| 43 | "gulp-plumber": "^1.2.1", |
| 44 | "gulp-replace": "^1.0.0", |
| 45 | "gulp-sass": "^4.0.2", |
| 46 | "gulp-sourcemaps": "^2.6", |
| 47 | "memize": "^1.0.5", |
| 48 | "npm-check-updates": "^3.2.1", |
| 49 | "postcss-loader": "^3.0.0", |
| 50 | "react-html-parser": "^2.0.2", |
| 51 | "run-sequence": "^2.2.1", |
| 52 | "sass-loader": "^8.0.0", |
| 53 | "style-loader": "^1.0.0", |
| 54 | "svg-react-loader": "^0.4.6", |
| 55 | "url-loader": "^4.1.0", |
| 56 | "vinyl-named": "^1.1.0", |
| 57 | "webpack": "^4.41.2", |
| 58 | "webpack-cli": "^3.3.10", |
| 59 | "webpack-merge": "^4.2.2", |
| 60 | "webpack-stream": "^5.2.1" |
| 61 | }, |
| 62 | "dependencies": { |
| 63 | "@wordpress/components": "^9.0.0", |
| 64 | "@wordpress/data": "^4.9.2", |
| 65 | "@wordpress/edit-post": "^3.11.0", |
| 66 | "@wordpress/element": "^2.10.0", |
| 67 | "@wordpress/hooks": "^2.6.0", |
| 68 | "@wordpress/i18n": "^3.6.1", |
| 69 | "@wordpress/icons": "^1.1.0", |
| 70 | "@wordpress/list-reusable-blocks": "^1.11.0", |
| 71 | "@wordpress/plugins": "^2.10.0", |
| 72 | "@wordpress/viewport": "^2.14.0", |
| 73 | "gulp-jsmin": "^0.1.5", |
| 74 | "lodash": "^4.17.19", |
| 75 | "node-sass": "^4.14.1", |
| 76 | "po2json": "^1.0.0-alpha", |
| 77 | "react": "^16.11.0", |
| 78 | "react-dom": "^16.11.0", |
| 79 | "react-image": "^2.2.2", |
| 80 | "react-inline-script": "^1.2.0", |
| 81 | "react-responsive": "^8.0.1" |
| 82 | } |
| 83 | } |
| 84 |