| 1 |
{ |
| 2 |
"name": "@sliderberg/sliderberg", |
| 3 |
"version": "1.2.3", |
| 4 |
"description": "Sliderberg Slider Block - Free Version", |
| 5 |
"author": "DotCamp", |
| 6 |
"license": "GPL-2.0-or-later", |
| 7 |
"main": "build/index.js", |
| 8 |
"scripts": { |
| 9 |
"build": "wp-scripts build", |
| 10 |
"start": "wp-scripts start", |
| 11 |
"export": "wp-scripts build && wp-scripts plugin-zip", |
| 12 |
"format": "wp-scripts format", |
| 13 |
"test": "wp-scripts test-unit-js --passWithNoTests", |
| 14 |
"test:watch": "wp-scripts test-unit-js --watch", |
| 15 |
"test:coverage": "wp-scripts test-unit-js --coverage" |
| 16 |
}, |
| 17 |
"dependencies": { |
| 18 |
"@sliderberg/shared": "workspace:*", |
| 19 |
"@types/classnames": "^2.3.0", |
| 20 |
"@wordpress/icons": "^10.23.0", |
| 21 |
"classnames": "^2.5.1", |
| 22 |
"lodash": "^4.17.21", |
| 23 |
"react": "^18.2.0", |
| 24 |
"react-dom": "^18.2.0", |
| 25 |
"swiper": "^12.1.3" |
| 26 |
}, |
| 27 |
"peerDependencies": { |
| 28 |
"@wordpress/block-editor": "^14.0.0", |
| 29 |
"@wordpress/blocks": "^12.0.0", |
| 30 |
"@wordpress/components": "^29.0.0", |
| 31 |
"@wordpress/element": "^5.0.0", |
| 32 |
"@wordpress/i18n": "^4.0.0" |
| 33 |
}, |
| 34 |
"devDependencies": { |
| 35 |
"@testing-library/jest-dom": "^6.9.1", |
| 36 |
"@testing-library/react": "^16.3.0", |
| 37 |
"@types/jest": "^30.0.0", |
| 38 |
"@types/react": "^18.2.0", |
| 39 |
"@types/react-dom": "^18.2.0", |
| 40 |
"@types/wordpress__block-editor": "^11.5.16", |
| 41 |
"@types/wordpress__i18n": "^3.4.0", |
| 42 |
"@wordpress/block-editor": "^14.18.0", |
| 43 |
"@wordpress/blocks": "^12.25.0", |
| 44 |
"@wordpress/components": "^29.9.0", |
| 45 |
"@wordpress/element": "^5.24.0", |
| 46 |
"@wordpress/i18n": "^4.47.0", |
| 47 |
"@wordpress/scripts": "^30.26.0", |
| 48 |
"copy-webpack-plugin": "^10.2.4", |
| 49 |
"ts-jest": "^29.4.5", |
| 50 |
"typescript": "^5.3.3", |
| 51 |
"webpack-bundle-analyzer": "^5.0.1" |
| 52 |
} |
| 53 |
} |
| 54 |
|