This commit is contained in:
Jeremy Rangel
2025-02-06 09:05:18 -08:00
commit 60006e6188
11 changed files with 20590 additions and 0 deletions

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "lcp-paywall",
"version": "1.0.0",
"description": "LCP Paywall WordPress Plugin",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"check-engines": "wp-scripts check-engines"
},
"dependencies": {
"@wordpress/scripts": "^26.0.0",
"@wordpress/components": "^25.0.0",
"@wordpress/element": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1"
}
}