UNPKG

form-tool

Version:

Create quickly and robustly with form hooks

89 lines (88 loc) 2.76 kB
{ "name": "form-tool", "version": "2.0.6", "description": "Create quickly and robustly with form hooks", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "start-storybook -p 6006", "build-storybook": "build-storybook", "build": "rollup -c" }, "repository": { "type": "git", "url": "git+https://gitlab.com/niulwinrios87/form-tool.git" }, "keywords": [ "form-tool", "tool", "hook", "hook-form", "hook-tool" ], "author": "wowdesarrollos", "license": "ISC", "bugs": { "url": "https://github.com/wowdesarrollo/form-tool/issues" }, "homepage": "https://github.com/wowdesarrollo/form-tool#readme", "devDependencies": { "@babel/core": "^7.12.10", "@babel/preset-react": "^7.12.10", "@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/react-fontawesome": "^0.1.15", "@rollup/plugin-node-resolve": "^11.1.1", "@storybook/addon-actions": "^6.3.8", "@storybook/addon-essentials": "^6.3.8", "@storybook/addon-links": "^6.3.8", "@storybook/cli": "^6.3.8", "@storybook/react": "^6.3.8", "@types/lodash": "^4.14.172", "@types/react": "^17.0.19", "@types/react-custom-scrollbars": "^4.0.8", "@types/react-dom": "^17.0.9", "@types/react-select": "^4.0.17", "@types/react-virtualized": "^9.21.13", "@types/styled-components": "^5.1.13", "@typescript-eslint/eslint-plugin": "^4.30.0", "@typescript-eslint/parser": "^4.30.0", "babel-core": "^6.26.3", "babel-loader": "^8.2.2", "babel-runtime": "^6.26.0", "eslint": "^7.32.0", "eslint-plugin-react": "^7.25.1", "npm": "^7.21.0", "react": "^17.0.2", "react-custom-scrollbars": "^4.2.1", "react-dom": "^17.0.2", "react-virtualized": "^9.22.3", "rollup": "^2.56.3", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.30.0", "styled-components": "^5.3.1", "typedoc": "^0.21.7", "typescript": "^4.4.2" }, "peerDependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.36", "@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/react-fontawesome": "^0.1.15", "react": "^17.0.2", "react-custom-scrollbars": "^4.2.1", "react-datepicker": "^4.2.1", "react-dom": "^17.0.2", "react-select": "^4.3.1", "react-virtualized": "^9.22.3", "styled-components": "^5.3.1" }, "dependencies": { "lodash": "^4.17.21", "react-select": "^4.3.1" }, "files": [ "dist" ] }