-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.94 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "fundraising",
"version": "3.2.5",
"description": "Fundraising add-on for the WordPress payment processing library.",
"repository": {
"type": "git",
"url": "https://github.com/wp-pay/fundraising"
},
"keywords": [
"wordpress",
"wp",
"pay",
"fundraising",
"crowdfunding",
"donations",
"progress",
"target",
"addon",
"pronamic"
],
"author": {
"name": "Pronamic",
"email": "[email protected]",
"url": "https://www.pronamic.nl/"
},
"contributors": [
{
"name": "Remco Tolsma",
"email": "[email protected]",
"url": "https://www.remcotolsma.nl/"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/wp-pay/fundraising/issues"
},
"homepage": "https://www.wp-pay.org/addons/fundraising/",
"scripts": {
"eslint": "eslint . --ext .json --ext .js",
"postcss": "postcss css/*.css --use autoprefixer --dir css; postcss css/fundraising.css -o css/fundraising.min.css",
"sass": "sass scss:css",
"sass-lint": "sass-lint --verbose",
"start": "wp-scripts start",
"build": "npm-run-all build-*",
"build-wp-scripts": "wp-scripts build",
"build-blocks-json": "rsync -a --prune-empty-dirs --include '*/' --include 'block.json' --exclude '*' js/src/ js/dist/blocks/"
},
"devDependencies": {
"@wordpress/block-editor": "^12.0.0",
"@wordpress/blocks": "^12.9.0",
"@wordpress/components": "^23.9.0",
"@wordpress/data": "^9.2.0",
"@wordpress/element": "^5.9.0",
"@wordpress/env": "^6.0.0",
"@wordpress/i18n": "^4.32.0",
"@wordpress/icons": "^9.23.0",
"@wordpress/scripts": "26.3.0",
"autoprefixer": "^10.4.14",
"classnames": "^2.3.2",
"cssnano": "^6.0.1",
"eslint": "^8.40.0",
"eslint-plugin-json": "^3.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0",
"postcss-eol": "0.0.8",
"sass": "^1.62.1",
"sass-lint": "^1.13.1"
}
}