UNPKG

react-numeric-component

Version:

react-component react currency input number number-format mask

105 lines (104 loc) 3.19 kB
{ "name": "react-numeric-component", "version": "1.0.7", "description": "react-component react currency input number number-format mask", "main": "dist/index.js", "files": [ "dist/**/*", "LICENSE", "README.md", "CHANGELOG.md" ], "types": "dist/index.d.ts", "scripts": { "test": "jest", "build:clean": "rimraf build", "build:rollup": "rollup -c", "build": "npm-run-all build:clean build:rollup", "lint:ts": "eslint ./src --ext .ts,.tsx --config .eslintrc --fix", "lint:styles": "stylelint \"**/*.css\" --fix", "lint": "npm-run-all lint:ts lint:styles", "format": "prettier --write .", "semantic-release": "semantic-release", "storybook": "start-storybook -p 6006" }, "keywords": [ "react", "react-component", "currency", "input", "number", "number-format", "mask", "format", "numeric", "numeric-format" ], "author": "Taonv", "license": "MIT", "devDependencies": { "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-node-resolve": "^13.0.4", "@rollup/plugin-typescript": "^8.2.5", "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^8.0.6", "@semantic-release/npm": "^9.0.1", "@semantic-release/release-notes-generator": "^10.0.3", "@storybook/addon-actions": "^7.6.17", "@storybook/addon-knobs": "^7.0.2", "@storybook/builder-webpack5": "^7.6.17", "@storybook/manager-webpack5": "^6.5.16", "@storybook/react": "^7.6.17", "@testing-library/react": "^14.2.1", "@types/jest": "^29.5.12", "@types/react": "^18.2.58", "@typescript-eslint/eslint-plugin": "^5.39.0", "@typescript-eslint/parser": "^5.39.0", "classnames": "^2.5.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-simple-import-sort": "^8.0.0", "jest": "^29.7.0", "jest-css-modules": "^2.1.0", "jest-environment-jsdom": "^29.7.0", "moment": "^2.30.1", "npm-run-all": "^4.1.5", "postcss": "^8.4.35", "prettier": "^3.2.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^14.0.5", "rimraf": "^3.0.2", "rollup": "^2.56.2", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.1", "rollup-plugin-terser": "^7.0.2", "sass": "^1.71.1", "sass-loader": "^14.1.1", "styled-components": "^6.1.8", "stylelint": "^16.2.1", "stylelint-config-idiomatic-order": "^10.0.0", "stylelint-config-prettier": "^9.0.5", "stylelint-config-standard": "^36.0.0", "stylelint-order": "^6.0.4", "stylelint-prettier": "^5.0.0", "ts-jest": "^29.1.2", "tslib": "^2.6.2", "typescript": "^5.3.3" }, "peerDependencies": { "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "repository": { "type": "git" }, "publishConfig": { "access": "public" }, "dependencies": {} }