build
7 months ago
includes
7 months ago
multiple-blocks.php
3 years ago
package.json
3 years ago
webpack.config.js
3 years ago
package.json
20 lines
| 1 | { |
| 2 | "name": "fapi-member", |
| 3 | "version": "0.1.2", |
| 4 | "description": "FAPI Member block and extensions.", |
| 5 | "author": "FAPI Business s.r.o.", |
| 6 | "license": "GPL-2.0-or-later", |
| 7 | "main": "build/index.js", |
| 8 | "scripts": { |
| 9 | "build": "wp-scripts build", |
| 10 | "format": "wp-scripts format", |
| 11 | "lint:css": "wp-scripts lint-style", |
| 12 | "lint:js": "wp-scripts lint-js", |
| 13 | "start": "wp-scripts start", |
| 14 | "packages-update": "wp-scripts packages-update" |
| 15 | }, |
| 16 | "devDependencies": { |
| 17 | "@wordpress/scripts": "^23.4.0" |
| 18 | } |
| 19 | } |
| 20 |