Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
137 changes: 69 additions & 68 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,70 +1,71 @@
{
"name": "plausible-analytics",
"version": "2.4.2",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm install && npm run watch",
"dev": "cross-env NODE_ENV=development webpack",
"production": "cross-env NODE_ENV=production webpack",
"build": "npm run production",
"lint:php": "./vendor/bin/phpcs --colors --standard=phpcs.ruleset.xml",
"lint:php:fix": "./vendor/bin/phpcbf --colors --standard=phpcs.ruleset.xml",
"lint:textdomain": "node ./wp-textdomain.js",
"lint:css": "stylelint assets/src/**/*.css",
"artifact": "mkdir release && mkdir release/plausible-analytics && rsync -rc --exclude-from=\"./.distignore\" \"./\" release/plausible-analytics/ --delete --delete-excluded && cd release && zip -r ../plausible-analytics.zip * && cd .. && rm -rf release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plausible/wordpress.git"
},
"author": "PlausibleHQ",
"license": "ISC",
"bugs": {
"url": "https://github.com/plausible/wordpress/issues"
},
"homepage": "https://github.com/plausible/wordpress#readme",
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.22.20",
"@babel/runtime": "^7.18.9",
"@openapitools/openapi-generator-cli": "*",
"@prettier/plugin-php": "^0.18.9",
"@tailwindcss/forms": "^0.5.7",
"@wordpress/stylelint-config": "^20.0.2",
"autoprefixer": "^10.4.16",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.2.2",
"cssnano": "^5.1.13",
"cssnano-preset-advanced": "^5.3.8",
"expose-loader": "^4.0.0",
"file-loader": "^6.2.0",
"husky": "^4.3.5",
"imagemin-webpack-plugin": "*",
"lint-staged": "^9.5.0",
"mini-css-extract-plugin": "^1.6.2",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"prettier": "^2.7.1",
"script-loader": "^0.7.2",
"style-loader": "^3.3.1",
"stylelint": "^14.11.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^4.2.0",
"tailwindcss": "^3.3.5",
"webpack": "^5.88.2",
"webpack-cli": "^4.10.0",
"webpack-rtl-plugin": "^2.0.0",
"wp-pot": "^1.10.2",
"wp-textdomain": "^1.0.1"
}
"name": "plausible-analytics",
"version": "2.4.2",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm install && npm run watch",
"dev": "cross-env NODE_ENV=development webpack",
"production": "cross-env NODE_ENV=production webpack",
"build": "npm run production",
"watch": "cross-env webpack --watch",
"lint:php": "./vendor/bin/phpcs --colors --standard=phpcs.ruleset.xml",
"lint:php:fix": "./vendor/bin/phpcbf --colors --standard=phpcs.ruleset.xml",
"lint:textdomain": "node ./wp-textdomain.js",
"lint:css": "stylelint assets/src/**/*.css",
"artifact": "mkdir release && mkdir release/plausible-analytics && rsync -rc --exclude-from=\"./.distignore\" \"./\" release/plausible-analytics/ --delete --delete-excluded && cd release && zip -r ../plausible-analytics.zip * && cd .. && rm -rf release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plausible/wordpress.git"
},
"author": "PlausibleHQ",
"license": "ISC",
"bugs": {
"url": "https://github.com/plausible/wordpress/issues"
},
"homepage": "https://github.com/plausible/wordpress#readme",
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.22.20",
"@babel/runtime": "^7.18.9",
"@openapitools/openapi-generator-cli": "*",
"@prettier/plugin-php": "^0.18.9",
"@tailwindcss/forms": "^0.5.7",
"@wordpress/stylelint-config": "^20.0.2",
"autoprefixer": "^10.4.16",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.2.2",
"cssnano": "^5.1.13",
"cssnano-preset-advanced": "^5.3.8",
"expose-loader": "^4.0.0",
"file-loader": "^6.2.0",
"husky": "^4.3.5",
"imagemin-webpack-plugin": "*",
"lint-staged": "^9.5.0",
"mini-css-extract-plugin": "^1.6.2",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"prettier": "^2.7.1",
"script-loader": "^0.7.2",
"style-loader": "^3.3.1",
"stylelint": "^14.11.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^4.2.0",
"tailwindcss": "^3.3.5",
"webpack": "^5.88.2",
"webpack-cli": "^4.10.0",
"webpack-rtl-plugin": "^2.0.0",
"wp-pot": "^1.10.2",
"wp-textdomain": "^1.0.1"
}
}
Loading
Loading