{
  "name": "ests-custom-field",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "echo \"No build step required\"",
    "start": "rimraf es5 && babel src --out-dir es5 --copy-files && webpack --mode production && node es5/app.js && webpack-dev-server --mode development",
    "start:dev": "nodemon --exec babel-node src/app.js",
    "shopify": "shopify",
    "deploy": "shopify app deploy",
    "generate": "shopify app generate",
    "dev": "shopify app dev",
    "info": "shopify app info"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.27.2",
    "@babel/core": "^7.27.4",
    "@babel/node": "^7.20.7",
    "@babel/preset-env": "^7.27.2",
    "@babel/preset-react": "^7.16.7",
    "babel-loader": "^8.2.3",
    "css-loader": "^6.7.3",
    "nodemon": "^2.0.22",
    "rimraf": "^4.4.1",
    "style-loader": "^3.3.2",
    "webpack": "5.60",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.15.2"
  },
  "dependencies": {
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@shopify/app": "^3.50.0",
    "@shopify/app-bridge": "^3.7.4",
    "@shopify/app-bridge-react": "^3.7.5",
    "@shopify/cli": "^3.84.1",
    "@shopify/polaris": "^10.42.1",
    "@shopify/polaris-icons": "^6.12.0",
    "@shopify/react-i18n": "^7.7.2",
    "@shopify/shopify-api": "^6.2.0",
    "@shopify/ui-extensions": "2025.4.0",
    "@shopify/ui-extensions-react": "2025.4.0",
    "axios": "^1.3.5",
    "body-parser": "^1.20.2",
    "cookie-parser": "^1.4.6",
    "cors": "^2.8.5",
    "crypto": "^1.0.1",
    "dom-parser": "^0.1.6",
    "dotenv": "^16.0.3",
    "dotenv-webpack": "^8.0.1",
    "draft-js": "^0.11.7",
    "draftjs-to-html": "^0.9.1",
    "express": "^4.18.2",
    "express-session": "^1.17.3",
    "fs": "^0.0.1-security",
    "handlebars": "^4.7.7",
    "html-to-draftjs": "^1.5.0",
    "mysql2": "^3.2.4",
    "nodemailer": "^6.9.3",
    "parse": "^4.1.0",
    "path": "^0.12.7",
    "raw-body": "^2.5.2",
    "react": "^18.0.2",
    "react-audio-player": "^0.17.0",
    "react-dom": "^18.0.2",
    "react-draft-wysiwyg": "^1.15.0",
    "react-icons": "^4.9.0",
    "react-paginate": "^8.2.0",
    "react-reconciler": "0.29.0",
    "styled-component": "^2.8.0",
    "url": "^0.11.1",
    "winston": "^3.8.2",
    "xml-js": "^1.6.11",
    "xml2js": "^0.6.0"
  }
}
