first commit

This commit is contained in:
O K
2026-05-20 17:32:11 +03:00
commit c92aee86a2
33 changed files with 11584 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "fiscal-proxy-app",
"version": "1.0.0",
"private": true,
"scripts": {
"shopify": "shopify",
"build": "shopify app build",
"dev": "shopify app dev",
"info": "shopify app info",
"generate": "shopify app generate",
"deploy": "shopify app deploy"
},
"devDependencies": {
"@shopify/app": "^3.58.2",
"@shopify/cli": "^3.93.2"
},
"dependencies": {
"@shopify/ui-extensions": "2025.10.x",
"@preact/signals": "^2.3.x",
"preact": "^10.29.1"
},
"workspaces": [
"extensions/*"
]
}