71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"name": "connector-mobilizon",
|
|
"version": "1.1.0-next",
|
|
"description": "Display Mobilizon events in WordPress.",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build-dev": "webpack --mode=development && gulp inject",
|
|
"build-prod": "rimraf -- build && ava && webpack --mode=production && gulp inject",
|
|
"clean": "rimraf -- build",
|
|
"coverage": "c8 --all --reporter=html --reporter=text --include=source/**/*.js ava",
|
|
"eslint": "npx eslint source/**/*.js",
|
|
"format": "npx prettier --write .",
|
|
"prepare": "husky",
|
|
"test": "ava && ./vendor/bin/phpunit"
|
|
},
|
|
"author": {
|
|
"name": "Daniel Waxweiler",
|
|
"url": "https://www.danielwaxweiler.net/"
|
|
},
|
|
"funding": {
|
|
"type": "individual",
|
|
"url": "https://paypal.me/dwaxweiler"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"graphql": "16.9.0",
|
|
"luxon": "3.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.24.9",
|
|
"@babel/eslint-parser": "7.24.8",
|
|
"@babel/preset-env": "7.24.8",
|
|
"@babel/preset-react": "7.24.7",
|
|
"@wordpress/eslint-plugin": "20.0.0",
|
|
"ava": "6.1.3",
|
|
"babel-loader": "9.1.3",
|
|
"browser-env": "3.3.0",
|
|
"c8": "10.1.2",
|
|
"copy-webpack-plugin": "12.0.2",
|
|
"eslint": "8.57.0",
|
|
"eslint-plugin-ava": "14.0.0",
|
|
"eslint-plugin-jsx": "0.1.0",
|
|
"eslint-plugin-react": "7.34.4",
|
|
"esm": "3.2.25",
|
|
"gulp": "5.0.0",
|
|
"gulp-replace": "1.1.4",
|
|
"husky": "9.1.1",
|
|
"lint-staged": "15.2.7",
|
|
"prettier": "3.3.3",
|
|
"rimraf": "5.0.9",
|
|
"webpack": "5.93.0",
|
|
"webpack-cli": "5.1.4"
|
|
},
|
|
"ava": {
|
|
"files": [
|
|
"./source/**/*test.js"
|
|
]
|
|
},
|
|
"additionalDetails": {
|
|
"niceName": "Connector for Mobilizon",
|
|
"phpMinimumVersion": 7.4,
|
|
"wordpressMinimumVersion": 5.6,
|
|
"wordpressTestedUpToVersion": "6.6"
|
|
},
|
|
"lint-staged": {
|
|
"source/**/*.js": "eslint",
|
|
"**/*": "prettier --write --ignore-unknown"
|
|
}
|
|
}
|