vidhya 808a3b7001
Some checks failed
CI / Lint, Unit & Integration Tests (push) Has been cancelled
changes - UI Functionality
2026-09-08 19:53:02 +05:30

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"
}
}