File: /home/acnbijigo78q/public_html/wp-content/plugins/ultimate-cursor/package.json
{
"name": "ultimate-cursor",
"version": "0.2.0",
"description": "Ultimate Cursor is a WordPress plugin that allows you to add custom cursors to your website.",
"author": "WPXERO",
"license": "GPL-2.0-or-later",
"files": [
"assets",
"build",
"classes",
"includes",
"languages",
"ultimate-cursor.php",
"readme.txt",
"vendor/freemius"
],
"scripts": {
"dev": "wp-scripts start",
"build": "wp-scripts build",
"build:prod": "npm run make-pot && npm run make-json && npm run build && npm run plugin-zip",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:php": "composer run phpcs",
"make-pot": "composer wp -- i18n make-pot ./ ./languages/ultimate-cursor.pot --skip-audit --exclude=vendor,vendors,tests,node_modules,build,dist-zip --headers='{\"Last-Translator\":\"Lazy Blocks Team\",\"Report-Msgid-Bugs-To\":\"https://github.com/WPXERO/ultimate-cursor/issues\"}'",
"make-json": "po2json ./languages/ultimate-cursor.pot ./languages/ultimate-cursor.json --format=jed1.x --pretty --domain=ultimate-cursor",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip"
},
"devDependencies": {
"@wordpress/eslint-plugin": "^17.13.0",
"@wordpress/prettier-config": "^3.15.0",
"@wordpress/scripts": "^26.19.0",
"@wordpress/stylelint-config": "^21.41.0",
"po2json": "^0.4.5",
"prettier": "^3.5.3"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@react-spring/web": "^9.7.5",
"@svgr/webpack": "^8.1.0",
"@wordpress/icons": "^10.22.0",
"antd": "^5.12.8",
"clsx": "^2.1.1",
"emoji-picker-react": "^4.12.3",
"marked": "^10.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-transition-group": "^4.4.5",
"url-loader": "^4.1.1"
}
}