-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
78 lines (78 loc) · 3.28 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
71
72
73
74
75
76
77
78
{
"name": "reseller-store",
"title": "GoDaddy Reseller Store",
"description": "Resell hosting, domains, and more right from your WordPress site.",
"version": "2.2.15",
"author": "GoDaddy",
"license": "GPL-2.0",
"repository": "godaddy/wp-reseller-store",
"homepage": "https://wordpress.org/plugins/reseller-store/",
"bugs": {
"url": "https://github.com/godaddy/wp-reseller-store/issues"
},
"engines": {
"node": ">= 7.5.0",
"php": ">= 5.4",
"wordpress": ">= 4.6"
},
"badges": [
"[![Build Status](https://travis-ci.org/<%= pkg.repository %>.svg?branch=master)](https://travis-ci.org/<%= pkg.repository %>)",
"[![Coverage Status](https://coveralls.io/repos/github/godaddy/wp-reseller-store/badge.svg?branch=master)](https://coveralls.io/github/godaddy/wp-reseller-store?branch=master)",
"[![devDependencies Status](https://david-dm.org/<%= pkg.repository %>/master/dev-status.svg)](https://david-dm.org/<%= pkg.repository %>/master?type=dev)",
"[![License](https://img.shields.io/badge/license-GPL--2.0-brightgreen.svg)](https://github.com/<%= pkg.repository %>/blob/master/license.txt)",
"[![PHP <%= pkg.engines.php %>](https://img.shields.io/badge/php-<% print(encodeURI(pkg.engines.php)) %>-8892bf.svg)](https://secure.php.net/supported-versions.php)",
"[![WordPress <%= pkg.engines.wordpress %>](https://img.shields.io/badge/wordpress-<% print(encodeURI(pkg.engines.wordpress)) %>-blue.svg)](https://wordpress.org/download/release-archive/)"
],
"scripts": {
"version": "grunt version && git add -A .",
"lint": "eslint --ext .js ./.dev/src/ ./assets/js --fix",
"prebuild": "webpack",
"build": "grunt build"
},
"dependencies": {
"domain-search": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"css-loader": "^6.7.4",
"eslint": "^8.41.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-wordpress": "git://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git#a650f73e2461ddae0faec900c0199b3c258cb5da",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-cssjanus": "^1.0.0",
"grunt-dev-update": "^2.2.0",
"grunt-potomo": "^3.5.0",
"grunt-sass": "^3.1.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-deploy": "^2.1.2",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.1.0",
"matchdep": "^2.0.0",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.0",
"raw-loader": "^4.0.2",
"sass": "^1.62.1",
"sass-loader": "^13.3.0",
"style-loader": "^3.3.3",
"webpack": "^5.83.1",
"webpack-cli": "^5.1.1"
}
}