UNPKG

react-floating-label-paper-input

Version:
56 lines (55 loc) 1.66 kB
{ "name": "react-floating-label-paper-input", "description": "Material design floating label paper input", "version": "1.0.4", "license": "MIT", "author": "Dhaval Rajani <dhaval.rajani92@gmail.com>", "keywords": [ "react", "input", "floating", "material desgin", "react-floating-input", "react-input", "react-floating-label" ], "main": "dist/index.js", "dependencies": { "immutable": "^3.8.1", "react": "^15.5.4", "react-dom": "^15.5.4" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-jest": "^20.0.3", "babel-loader": "^7.1.2", "babel-plugin-transform-runtime": "^6.9.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "concurrently": "^3.0.0", "cross-env": "^5.0.5", "css-loader": "^0.28.4", "extract-text-webpack-plugin": "^3.0.0", "file-loader": "^0.11.2", "html-webpack-plugin": "^2.28.0", "node-sass": "^4.5.3", "resolve-url-loader": "^2.2.1", "sass-loader": "^6.0.6", "style-loader": "^0.18.2", "url-loader": "^0.5.9", "webpack": "^3.4.0", "webpack-dev-server": "^2.4.5", "webpack-hot-middleware": "^2.18.2" }, "repository": { "type": "git", "url": "https://github.com/dhavalrajani92/react-floating-label-paper-input" }, "scripts": { "clean": "rimraf dist", "start": "cross-env NODE_ENV=development webpack --watch --config build/webpack.config.js", "build": "npm run clean && NODE_ENV=production concurrently -c blue,cyan,magenta \"webpack --config build/webpack.config.js\"" } }