@unicef/material-ui-currency-textfield
Version:
Currency input textfield for react with Material-ui style
79 lines (78 loc) • 2.45 kB
JSON
{
"name": "@unicef/material-ui-currency-textfield",
"version": "0.8.6",
"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://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": "UNICEF",
"license": "MIT",
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"prop-types": "^15.7.2",
"@material-ui/core": ">= 4.3.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.8.3",
"@types/node": "^12.6.8",
"babel-core": "^6.23.0",
"babel-loader": "^8.0.5",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelrc-rollup": "^3.0.0",
"core-util-is": "^1.0.2",
"file-loader": "^4.1.0",
"gh-pages": "^2.1.1",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
"react-select": "^3.0.4",
"react-styleguidist": "^10.4.2",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-url": "^2.2.2",
"style-loader": "^0.23.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"autonumeric": "^4.5.4"
}
}