-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "hizzle-forms",
"version": "1.0.0",
"private": true,
"description": "WordPress Forms Plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/hizzle-co/hizzle-pay.git"
},
"keywords": [
"forms"
],
"author": "picocodes",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/hizzle-co/hizzle-forms/issues"
},
"homepage": "https://github.com/hizzle-co/hizzle-forms#readme",
"scripts": {
"start": "wp-scripts start --webpack-copy-php --webpack-copy-css --webpack-src-dir=blocks/src --output-path=blocks/build",
"build": "wp-scripts build --webpack-copy-php --webpack-copy-css --webpack-src-dir=blocks/src --output-path=blocks/build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses --production --webpack-src-dir=blocks/src",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"devDependencies": {
"@wordpress/scripts": "^27.0.0"
},
"dependencies": {
"@wordpress/api-fetch": "^6.29.0",
"@wordpress/dom-ready": "^3.32.0",
"classnames": "^2.3.2",
"email-validator": "^2.0.4"
}
}