UNPKG

rmc-date-picker

Version:

React Mobile DatePicker Component for web and react-native

85 lines (84 loc) 2.23 kB
{ "name": "rmc-date-picker", "version": "6.0.10", "description": "React Mobile DatePicker Component for web and react-native", "keywords": [ "react", "react-component", "react-mobile-date-picker", "date-picker" ], "homepage": "https://github.com/react-component/m-date-picker", "repository": { "type": "git", "url": "https://github.com/react-component/m-date-picker.git" }, "bugs": { "url": "https://github.com/react-component/m-date-picker/issues" }, "files": [ "lib", "es", "assets/*.css" ], "license": "MIT", "main": "./lib/index", "module": "./es/index", "config": { "port": 8007 }, "scripts": { "watch-tsc": "rc-tools run watch-tsc", "compile": "rc-tools run compile --babel-runtime", "build": "rc-tools run build", "gh-pages": "rc-tools run gh-pages", "start": "rc-tools run server --babel-runtime", "prepublish": "rc-tools run guard", "prepare": "rc-tools run guard", "prepublishOnly": "rc-tools run guard", "pub": "rc-tools run pub --babel-runtime", "lint": "rc-tools run lint --no-js-lint", "test": "jest", "coverage": "jest --coverage", "rn-start": "node node_modules/react-native/local-cli/cli.js start", "rn-init": "rc-tools run react-native-init" }, "jest": { "moduleFileExtensions": [ "tsx", "js" ], "collectCoverageFrom": [ "src/**/*" ], "transform": { "\\.tsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js", "\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js" } }, "devDependencies": { "@types/jest": "^19.2.4", "@types/react": "^15.5.0", "@types/react-dom": "^15.5.0", "@types/react-native": "^0.46.9", "enzyme": "^2.6.0", "enzyme-to-json": "^1.4.5", "fastclick": "^1.0.6", "jest": "^20.0.0", "pre-commit": "1.x", "rc-tools": "6.x", "react": "^15.5.0", "react-dom": "^15.5.0", "react-native": "~0.42.0", "react-native-index-page": "~0.2.0", "react-test-renderer": "^15.5.0" }, "typings": "./lib/index.d.ts", "pre-commit": [ "lint" ], "dependencies": { "babel-runtime": "6.x", "rmc-picker": "~5.0.0" } }