UNPKG

hm-react-cli

Version:

Create a Huimei React project by module

70 lines (69 loc) 1.6 kB
{ "name": "rc-calendar", "version": "5.6.2", "description": "React Calendar", "keywords": [ "react", "react-calendar", "react-component", "calendar", "ui component", "ui", "component" ], "files": [ "lib", "assets/*.css" ], "main": "lib/index", "homepage": "http://github.com/react-component/calendar", "author": "yiminghe@gmail.com", "repository": { "type": "git", "url": "git@github.com:react-component/calendar.git" }, "bugs": { "url": "http://github.com/react-component/calendar/issues" }, "licenses": "MIT", "config": { "port": 8001 }, "scripts": { "build": "rc-tools run build", "gh-pages": "rc-tools run gh-pages", "start": "rc-tools run server", "pub": "rc-tools run pub", "lint": "rc-tools run lint", "karma": "rc-tools run karma", "saucelabs": "rc-tools run saucelabs", "test": "rc-tools run test", "chrome-test": "rc-tools run chrome-test", "coverage": "rc-tools run coverage" }, "devDependencies": { "async": "~0.9.0", "bootstrap": "~3.3.2", "expect.js": "~0.3.1", "jquery": "~1.11.3", "object-assign": "4.x", "pre-commit": "1.x", "rc-dialog": "^6.0.1", "rc-select": "^6.0.6", "rc-time-picker": "^1.1.4", "rc-tools": "^5.3.4", "react": "15.x", "react-addons-test-utils": "15.x", "react-dom": "15.x" }, "pre-commit": [ "lint" ], "dependencies": { "classnames": "2.x", "gregorian-calendar": "4.x", "gregorian-calendar-format": "4.x", "rc-trigger": "1.x", "rc-util": "3.x" } }