@kylebeikirch/material-ui-currency-textfield
Version:
Currency input textfield for react with Material-ui style
102 lines (101 loc) • 3.55 kB
JSON
{
"name": "@kylebeikirch/material-ui-currency-textfield",
"version": "1.0.12",
"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",
"typings": "./dist/index.d.ts",
"homepage": "https://unicef.github.io/material-ui-currency-textfield",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"styleguide": "styleguidist server",
"styleguide:build": "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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unicef/material-ui-currency-textfield.git"
},
"author": "kylebeikirch",
"license": "MIT",
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.15.4",
"@babel/plugin-proposal-do-expressions": "^7.14.5",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-proposal-function-bind": "^7.14.5",
"@babel/plugin-proposal-function-sent": "^7.14.5",
"@babel/plugin-proposal-json-strings": "^7.14.5",
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-proposal-pipeline-operator": "^7.15.0",
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-url": "^6.1.0",
"@types/node": "^16.9.2",
"@types/react": "^17.0.21",
"babel-loader": "^8.2.2",
"babelrc-rollup": "^3.0.0",
"core-util-is": "^1.0.3",
"file-loader": "^6.2.0",
"gh-pages": "^3.2.3",
"node-sass": "^6.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"react-select": "^4.3.1",
"react-styleguidist": "^11.1.7",
"rollup": "^2.56.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"style-loader": "^3.2.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/styles": "^4.11.4",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.0",
"autonumeric": "^4.6.0"
},
"bugs": {
"url": "https://github.com/unicef/material-ui-currency-textfield/issues"
},
"directories": {
"example": "example"
}
}