51 lines
1.8 KiB
JSON
51 lines
1.8 KiB
JSON
{
|
|
"name": "skape-payment-rules",
|
|
"version": "1.0.0",
|
|
"main": "web/server/src/index.js",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"private": true,
|
|
"workspaces": [
|
|
"web/client",
|
|
"web/server"
|
|
],
|
|
"scripts": {
|
|
"shopify": "shopify",
|
|
"build": "shopify app build",
|
|
"dev": "shopify app dev --tunnel-url=https://payment-rules-dev.skape.store:3010",
|
|
"dev:reset": "shopify app dev --reset",
|
|
"dev:webhook": "shopify app webhook trigger",
|
|
"info": "shopify app info",
|
|
"generate": "shopify app generate",
|
|
"deploy": "shopify app deploy",
|
|
"show:env": "shopify app env show",
|
|
"lint": "eslint web/**/src/**/*.{js,vue,ts} --fix --ignore-pattern .gitignore",
|
|
"lint:server": "eslint web/server/src/**/*.{js,ts} --fix --ignore-pattern .gitignore",
|
|
"lint:client": "eslint web/client/src/**/*.{js,vue,ts} --fix --ignore-pattern .gitignore",
|
|
"lint:extensions": "eslint extensions/**/*.{js,ts,liquid} --fix --ignore-pattern .gitignore",
|
|
"format:server": "prettier --write web/server/src/",
|
|
"format:client": "prettier --write web/client/src/",
|
|
"format:extensions": "prettier --write extensions/**/*.{js,ts,liquid}",
|
|
"client:install": "npm install --workspace web/client",
|
|
"client:uninstall": "npm uninstall --workspace web/client",
|
|
"server:install": "npm install --workspace web/server",
|
|
"server:uninstall": "npm uninstall --workspace web/server"
|
|
},
|
|
"optionalDependencies": {
|
|
"@shopify/cli": "^3.58.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.18.0",
|
|
"@shopify/prettier-plugin-liquid": "^1.8.0",
|
|
"@vue/eslint-config-prettier": "^10.1.0",
|
|
"cli-color": "^2.0.4",
|
|
"dotenv": "^16.4.7",
|
|
"eslint": "^9.18.0",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"prettier": "^3.5.1"
|
|
},
|
|
"dependencies": {
|
|
"@shopify/shopify-app-session-storage-postgresql": "^4.0.17"
|
|
}
|
|
}
|