Files
SoloFilters/package.json
T

25 lines
711 B
JSON

{
"name": "image-filters",
"version": "0.1.0",
"private": true,
"description": "Instagram-style CSS filters for WordPress images.",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"lint:js": "wp-scripts lint-js",
"lint:css": "wp-scripts lint-style",
"format": "wp-scripts format",
"test:unit": "wp-scripts test-unit-js",
"packages-update": "wp-scripts packages-update"
},
"devDependencies": {
"@playwright/test": "^1.62.1",
"@testing-library/jest-dom": "^7.0.0",
"@testing-library/react": "^16.3.2",
"@wordpress/components": "^29.12.0",
"@wordpress/scripts": "^27.0.0",
"axe-core": "^4.13.0",
"jsdom": "^29.1.1"
}
}