@kylebeikirch/material-ui-currency-textfield
Version:
Currency input textfield for react with Material-ui style
41 lines (40 loc) • 1.01 kB
JSON
{
"name": "@unicef/material-ui-currency-textfield-example",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@unicef/material-ui-currency-textfield": "link:..",
"gh-pages": "^3.2.3",
"prop-types": "^15.7.2",
"react": "link:..\\node_modules\\react",
"react-dom": "link:..\\node_modules\\react-dom",
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}