first commit
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal 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/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user