{
  "name": "quillsmtp",
  "version": "1.0.0",
  "description": "",
  "main": "src",
  "scripts": {
    "dev": "npm run dev-client & npm run dev-config",
    "build": "npm run build-client & npm run build-config",
    "dev-client": "wp-scripts start src/client/index.tsx --output-path=build/client",
    "build-client": "wp-scripts build src/client/index.tsx --output-path=build/client",
    "dev-config": "wp-scripts start src/config/index.ts --output-path=build/config",
    "build-config": "wp-scripts build src/config/index.ts --output-path=build/config"
  },
  "types": "build-types",
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@babel/plugin-proposal-async-generator-functions": "^7.20.7",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@babel/plugin-transform-react-jsx": "^7.22.15",
    "@babel/plugin-transform-runtime": "^7.22.15",
    "@mui/icons-material": "^5.14.9",
    "@mui/lab": "^5.0.0-alpha.145",
    "@mui/material": "^5.14.10",
    "@mui/styled-engine-sc": "^5.14.10",
    "@tsparticles/react": "^3.0.0",
    "@tsparticles/slim": "^3.3.0",
    "@types/react": "^18.2.22",
    "@types/react-dom": "^18.2.7",
    "@woocommerce/navigation": "^7.0.0",
    "@woocommerce/settings": "^1.0.0",
    "@wordpress/api-fetch": "^6.38.0",
    "@wordpress/components": "^25.7.0",
    "@wordpress/core-data": "^6.18.0",
    "@wordpress/data": "^9.11.0",
    "@wordpress/element": "^5.18.0",
    "@wordpress/hooks": "^3.41.0",
    "@wordpress/i18n": "^4.41.0",
    "@wordpress/notices": "^4.9.0",
    "@wordpress/scripts": "^26.12.0",
    "chart.js": "^4.4.1",
    "classnames": "^2.3.2",
    "css-loader": "^6.8.1",
    "emotion": "^11.0.0",
    "framer-motion": "^10.16.4",
    "lodash": "^4.17.21",
    "mini-css-extract-plugin": "^2.7.6",
    "qs": "^6.11.2",
    "react-chartjs-2": "^5.2.0",
    "react-date-range": "^1.4.0",
    "react-dnd": "^15.1.2",
    "react-loader-spinner": "^5.4.5",
    "react-router-dom": "^5.2.0",
    "react-router-navigation-prompt": "^1.8.13",
    "rememo": "^4.0.2",
    "rtlcss-webpack-plugin": "^4.0.7",
    "styled-components": "^5.3.11",
    "utility-types": "^3.10.0"
  },
  "peerDependencies": {
    "react": "^16.8.5 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.8.5 || ^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.22.20",
    "@babel/preset-env": "^7.22.20",
    "@babel/preset-react": "^7.22.15",
    "@babel/preset-typescript": "^7.22.15",
    "@wordpress/babel-preset-default": "^7.25.0",
    "@wordpress/browserslist-config": "^5.24.0",
    "@wordpress/prettier-config": "^2.24.0",
    "babel-loader": "^9.1.3",
    "prettier": "^3.0.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "ts-loader": "^9.4.4",
    "typescript": "^5.2.2"
  }
}
