UNPKG

acnpgrv

Version:

my build of react-advanced-form-addons but with inputmask and others.

79 lines (78 loc) 2.22 kB
{ "name": "acnpgrv", "version": "2.0.0", "description": "my build of react-advanced-form-addons but with inputmask and others.", "module": "src/index.js", "main": "lib/index.js", "scripts": { "start": "start-storybook -p 6008", "test": "mocha --require babel-core/register --require babel-polyfill --exit", "build": "NODE_ENV=production BABEL_ENV=production webpack", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "" }, "keywords": [ "form", "react-form", "react-advanced-form", "raf", "raf-addons", "addon", "addons" ], "author": "Andres Castillo <andres@gravity.cr>", "license": "MIT", "homepage": "", "peerDependencies": { "react": "^15.0.0", "react-advanced-form": "^1.0.0" }, "devDependencies": { "@storybook/addon-actions": "^3.4.3", "@storybook/addon-links": "^3.4.3", "@storybook/react": "^3.4.3", "babel-core": "^6.26.3", "babel-eslint": "^8.2.3", "babel-loader": "^7.1.4", "babel-minify-webpack-plugin": "^0.3.1", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-export-extensions": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "chai": "^4.1.2", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "eslint": "^4.19.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-import-resolver-webpack": "^0.9.0", "eslint-loader": "^2.0.0", "eslint-plugin-import": "^2.11.0", "eslint-plugin-mocha": "^5.0.0", "eslint-plugin-react": "^7.7.0", "immutable": "^3.8.2", "jsdom": "^11.10.0", "mocha": "^5.1.1", "react": "^16.3.2", "react-advanced-form": "^1.3.2", "react-dom": "^16.3.2", "storybook": "^1.0.0", "styled-components": "^3.2.6", "webpack": "^3.10.0" }, "dependencies": { "feather-icons": "^4.7.0", "react-currency-masked-input": "^2.3.1", "react-dates": "^20.2.4", "react-maskinput": "^1.0.1", "react-number-format": "^4.0.8" }, "directories": { "lib": "lib", "test": "test" } }