{
  "name": "@lupus-ai/mui-currency-textfield",
  "version": "1.0.3",
  "description": "Currency input textfield for react with Material-ui style",
  "keywords": [
    "material design",
    "material ui",
    "currency",
    "currency input",
    "currency textfield",
    "react"
  ],
  "main": "./dist/index.js",
  "homepage": "https://lupusai.github.io/mui-currency-textfield/",
  "scripts": {
    "build": "webpack",
    "start": "webpack serve",
    "styleguide": "styleguidist server",
    "predeploy": "styleguidist build",
    "deploy": "gh-pages -d styleguide",
    "transpile": "./node_modules/@babel/cli/bin/babel.js src/components/CurrencyTextField -d dist --copy-files",
    "prepublishOnly": "npm run transpile",
    "publish-demo": "npm run build && npm run deploy",
    "format": "prettier --write \"./src/**/*.{js,jsx}\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LupusAI/mui-currency-textfield.git"
  },
  "author": "LupusAI",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/core": "^7.20.7",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "babel-loader": "^9.1.0",
    "css-loader": "^6.7.3",
    "gh-pages": "^4.0.0",
    "prettier": "^2.8.1",
    "react-styleguidist": "^13.0.0",
    "style-loader": "^3.3.1",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1"
  },
  "dependencies": {
    "@emotion/react": "^11.10.5",
    "@emotion/styled": "^11.10.5",
    "@mui/material": "^5.11.1",
    "autonumeric": "^4.6.0",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "tss-react": "^4.5.0"
  }
}
