Initial
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user