-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 962 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "thirdweb-woocommerce-checkout",
"version": "1.1.0",
"description": "WooCommerce stablecoin checkout powered by thirdweb",
"packageManager": "pnpm@10.25.0",
"scripts": {
"build": "wp-scripts build src/checkout-block/index.tsx --output-path=build",
"start": "wp-scripts start src/checkout-block/index.tsx --output-path=build",
"package": "pnpm run build && bash scripts/package.sh",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"lint:js": "wp-scripts lint-js",
"lint:css": "wp-scripts lint-style",
"packages-update": "wp-scripts packages-update"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/wordpress__blocks": "^12.5.18",
"@wordpress/html-entities": "^4.36.0",
"@wordpress/scripts": "^31.1.0",
"typescript": "^5.9.3"
},
"dependencies": {},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}