18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"name": "checkout-datetime",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@shopify/ui-extensions": "^2025.7.3",
|
|
"@shopify/ui-extensions-react": "^2025.7.3",
|
|
"react": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^7.0.2"
|
|
}
|
|
}
|