-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.84 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
{
"name": "importer",
"version": "1.0.0",
"description": "Importer add-on for the WordPress payment processing library.",
"repository": {
"type": "git",
"url": "https://github.com/wp-pay/importer"
},
"keywords": [
"wordpress",
"wp",
"pay",
"import",
"migrate",
"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/importer/issues"
},
"homepage": "https://www.wp-pay.org/addons/importer/",
"scripts": {
"babel": "babel ./js/src -d ./js/dist --source-maps",
"eslint": "eslint . --ext .json --ext .js",
"postcss": "postcss --use autoprefixer -o css/importer.css css/*.css\n",
"sass": "sass scss:css",
"sass-lint": "sass-lint --verbose",
"start": "wp-scripts start",
"build": "wp-scripts build"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@types/classnames": "^2.2.10",
"@wordpress/block-editor": "^3.11.0",
"@wordpress/blocks": "^6.16.0",
"@wordpress/components": "^9.6.0",
"@wordpress/data": "^4.18.0",
"@wordpress/element": "^2.14.0",
"@wordpress/i18n": "^3.12.0",
"@wordpress/icons": "^2.0.0",
"@wordpress/scripts": "9.0.0",
"autoprefixer": "^9.7.6",
"babel-loader": "^8.1.0",
"babel-plugin-inline-json-import": "^0.3.2",
"cssnano": "^4.1.10",
"eslint": "^7.0.0",
"eslint-plugin-json": "^2.1.1",
"postcss": "^7.0.30",
"postcss-cli": "^7.1.1",
"postcss-eol": "0.0.8",
"sass": "^1.26.5",
"sass-lint": "^1.13.1"
}
}