| 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:pro", |
| 11 |
"build": "gulp build:pro && npm run translate", |
| 12 |
"build:free": "gulp build:free && npm run translate", |
| 13 |
"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", |
| 14 |
"gulp": "gulp", |
| 15 |
"test": "", |
| 16 |
"lint:js": "wp-scripts lint-js", |
| 17 |
"lint:css": "wp-scripts lint-style", |
| 18 |
"composer:install:win": "wp-env run composer \"composer install\"", |
| 19 |
"composer:install:mac": "wp-env run composer 'composer install'", |
| 20 |
"phpunit:win": "wp-env run phpunit \"phpunit -c /var/www/html/wp-content/plugins/vk-blocks-pro/phpunit.xml.dist --verbose\"", |
| 21 |
"phpunit:mac": "wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/vk-blocks-pro/phpunit.xml.dist --verbose'" |
| 22 |
}, |
| 23 |
"author": "", |
| 24 |
"license": "MIT", |
| 25 |
"browserslist": [ |
| 26 |
"last 2 version", |
| 27 |
"> 5%" |
| 28 |
], |
| 29 |
"devDependencies": { |
| 30 |
"@babel/core": "^7.12.10", |
| 31 |
"@babel/plugin-transform-react-jsx": "^7.12.10", |
| 32 |
"@babel/preset-env": "^7.12.10", |
| 33 |
"@wordpress/babel-plugin-makepot": "^3.9.0", |
| 34 |
"@wordpress/env": "^2.1.0", |
| 35 |
"@wordpress/eslint-plugin": "^7.3.0", |
| 36 |
"@wordpress/scripts": "^12.5.0", |
| 37 |
"autoprefixer": "^10.1.0", |
| 38 |
"babel-loader": "^8.2.2", |
| 39 |
"classnames": "^2.2.6", |
| 40 |
"css-loader": "^5.0.1", |
| 41 |
"eslint": "^7.15.0", |
| 42 |
"gulp": "^4.0.2", |
| 43 |
"gulp-autoprefixer": "^7.0.1", |
| 44 |
"gulp-clean-css": "^4.3.0", |
| 45 |
"gulp-concat": "^2.6.1", |
| 46 |
"gulp-load-plugins": "^2.0.6", |
| 47 |
"gulp-notify": "^3.2.0", |
| 48 |
"gulp-plumber": "^1.2.1", |
| 49 |
"gulp-replace": "^1.0.0", |
| 50 |
"gulp-sass": "^4.1.0", |
| 51 |
"gulp-sourcemaps": "^3.0", |
| 52 |
"memize": "^1.1.0", |
| 53 |
"npm-check-updates": "^10.2.5", |
| 54 |
"postcss-loader": "^4.1.0", |
| 55 |
"react-html-parser": "^2.0.2", |
| 56 |
"run-sequence": "^2.2.1", |
| 57 |
"sass-loader": "^10.1.0", |
| 58 |
"style-loader": "^2.0.0", |
| 59 |
"svg-react-loader": "^0.4.6", |
| 60 |
"url-loader": "^4.1.1", |
| 61 |
"vinyl-named": "^1.1.0", |
| 62 |
"webpack": "^5.10.1", |
| 63 |
"webpack-cli": "^4.2.0", |
| 64 |
"webpack-merge": "^5.7.0", |
| 65 |
"webpack-stream": "^6.1.1" |
| 66 |
}, |
| 67 |
"dependencies": { |
| 68 |
"@wordpress/components": "^11.1.3", |
| 69 |
"@wordpress/data": "^4.25.0", |
| 70 |
"@wordpress/edit-post": "^3.25.6", |
| 71 |
"@wordpress/element": "^2.18.0", |
| 72 |
"@wordpress/hooks": "^2.10.0", |
| 73 |
"@wordpress/i18n": "^3.16.0", |
| 74 |
"@wordpress/icons": "^2.8.0", |
| 75 |
"@wordpress/list-reusable-blocks": "^1.24.3", |
| 76 |
"@wordpress/plugins": "^2.23.0", |
| 77 |
"@wordpress/viewport": "^2.24.0", |
| 78 |
"compare-versions": "^3.6.0", |
| 79 |
"gulp-jsmin": "^0.1.5", |
| 80 |
"gulp-rename": "^2.0.0", |
| 81 |
"lodash": "^4.17.20", |
| 82 |
"node-sass": "^5.0.0", |
| 83 |
"po2json": "^1.0.0-beta-3", |
| 84 |
"react": "^17.0.1", |
| 85 |
"react-dom": "^17.0.1", |
| 86 |
"react-image": "^4.0.3", |
| 87 |
"react-inline-script": "^1.2.0", |
| 88 |
"react-responsive": "^8.2.0" |
| 89 |
} |
| 90 |
} |
| 91 |
|