react-currency-formatter-v2
Version:
react currency formatter Component
76 lines (75 loc) • 2.03 kB
JSON
{
"name": "react-currency-formatter-v2",
"version": "1.1.3",
"description": "react currency formatter Component",
"keywords": [
"currency",
"formatter",
"react-component"
],
"license": "MIT",
"author": "Jose Miguel Bejarano",
"files": [
"dist"
],
"main": "dist/react-currency-formatter-v2.cjs.js",
"module": "dist/react-currency-formatter-v2.esm.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ezergil/react-currency-formatter.git"
},
"scripts": {
"build": "rimraf dist && rollup -c",
"build-storybook": "build-storybook",
"dev": "rollup -c -w",
"storybook": "start-storybook -p 6006",
"pretest": "npm run build",
"test": "jest",
"test:watch": "jest --watch"
},
"browser": "dist/react-currency-formatter-v2.umd.js",
"dependencies": {
"prop-types": "^15.6.0"
},
"devDependencies": {
"@storybook/addon-actions": "^3.3.3",
"@storybook/addon-info": "^3.3.3",
"@storybook/addon-knobs": "^3.3.3",
"@storybook/addon-links": "^3.3.3",
"@storybook/react": "^3.3.3",
"babel-core": "^6.26.0",
"babel-jest": "^22.0.4",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"jest": "^22.0.4",
"lodash.values": "^4.3.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"regenerator-runtime": "^0.11.1",
"rimraf": "^2.6.2",
"rollup": "^0.53.2",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0"
},
"peerDependencies": {
"react": "16.x"
},
"jest": {
"moduleFileExtensions": [
"jsx",
"js",
"json"
],
"testPathIgnorePatterns": [
"<rootDir>/(dist|docs|node_modules)/"
]
},
"bugs": {
"url": "https://github.com/ezergil/react-currency-formatter/issues"
},
"homepage": "https://github.com/ezergil/react-currency-formatter#readme"
}