UNPKG

formsy-react-bootstrap

Version:

Integration of formsy validation with bootstrap

57 lines (56 loc) 1.58 kB
{ "name": "formsy-react-bootstrap", "version": "1.5.6", "description": "Integration of formsy validation with bootstrap", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "babel --presets es2015,react -d dist/ src/", "prepublish": "npm run compile; npm run build", "build": "webpack", "start": "webpack-dev-server" }, "keywords": [ "Form", "Bootstrap", "Formsy", "Validation" ], "author": "Florian Ltx", "license": "ISC", "peerDependencies": { "formsy-react": "^0.18.1", "react": "^0.14.7", "react-bootstrap": "^0.30.2" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-core": "^6.3.15", "babel-loader": "^6.2.0", "babel-plugin-transform-es2015-destructuring": "^6.9.0", "babel-plugin-transform-object-rest-spread": "^6.8.0", "babel-preset-es2015": "^6.14.0", "babel-preset-react": "^6.3.13", "css-loader": "^0.26.1", "formsy-react": "^0.18.1", "html-webpack-plugin": "^2.22.0", "react-bootstrap": "^0.30.2", "react-dom": "^0.14.7", "react": "^0.14.7", "resolve-url-loader": "^1.6.0", "sass-loader": "^4.0.2", "style-loader": "^0.13.1", "webpack": "^1.13.2" }, "dependencies": { "bootstrap-loader": "^2.0.0-beta.12", "bootstrap-sass": "^3.3.7", "css-loader": "^0.25.0", "extract-text-webpack-plugin": "^1.0.1", "jquery": "^3.1.1", "moment": "^2.17.1", "node-sass": "^3.10.1", "react-datepicker": "^0.39.0", "url-loader": "^0.5.7" } }