forked from EvanHerman/yikes-inc-easy-mailchimp-extender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.23 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
{
"name": "yikes-inc-easy-mailchimp-extender",
"version": "6.8.10",
"devDependencies": {
"@wordpress/scripts": "^26",
"braces": ">=2.3.1",
"css-loader": "^6.7.3",
"cssnano": "^5.1.15",
"grunt-cli": "^1.3.1",
"grunt-contrib-uglify": "^5.2.2",
"node-sass": "^8.0.0",
"postcss-loader": "^7.1.0",
"sass-loader": "^13.2.1",
"style-loader": "^3.3.2"
},
"license": "MIT",
"scripts": {
"build": "wp-scripts build --config ./blocks/easy-forms-block/webpack.config.js",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start --config ./blocks/easy-forms-block/webpack.config.js",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"dependencies": {
"@wordpress/hooks": "^3.29.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"grunt": "^1.0.4",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-pot": "^0.3.0",
"lodash": ">=4.17.13",
"macaddress": ">=0.2.9",
"mini-css-extract-plugin": "^2.7.5",
"randomatic": ">=3.0.0",
"react-recaptcha": "^2.3.10",
"uglify-es": "^3.3.9"
}
}