-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.12 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
37
38
39
{
"name": "donation-blocks-for-stripe",
"version": "1.3.0",
"description": "A beautiful donation form block for Stripe by GiveWP. Accept donations in minutes.",
"author": "GiveWP",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"dev": "NODE_ENV=\"development\" npm run build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update"
},
"dependencies": {
"@wordpress/block-editor": "^8.0.13",
"@wordpress/blocks": "^11.1.5",
"@wordpress/dom-ready": "^3.3.0",
"@wordpress/i18n": "^4.2.4",
"aphrodite": "^2.4.0",
"axios": "^0.26.0",
"classnames": "^2.3.1",
"color": "^4.2.0",
"lottie-web": "^5.8.1",
"react-currency-input-field": "^3.6.4",
"react-google-recaptcha": "^2.1.0",
"react-page-visibility": "^6.4.0"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@wordpress/components": "^19.3.0",
"@wordpress/data": "^6.2.0",
"@wordpress/element": "^4.1.0",
"@wordpress/scripts": "^19.2.3",
"prettier": "2.5.1"
}
}