UNPKG

x-date-picker

Version:
78 lines (77 loc) 2.41 kB
{ "name": "x-date-picker", "version": "0.0.1", "description": "react xui datepicker", "main": "./lib/index.js", "repository": { "type": "git", "url": "https://github.com/react-xui/x-date-picker.git" }, "homepage": "https://github.com/react-xui/x-date-picker", "bugs": "https://github.com/react-xui/x-date-picker/issues", "directories": { "example": "examples" }, "scripts": { "example": "npm-run-all prepublish exserver", "exserver": "node scripts/dev-examples", "start": "node scripts/dev-src", "build": "webpack --config webpack.dist.config.js", "lib": "babel src -d lib && webpack --config webpack.css.config.js", "prepublish": "npm-run-all lib build", "docs": "npm-run-all docs:*", "doc-dev": "npm-run-all docs:clean docs:prepare docs:build:watch", "docs:clean": "rimraf _book", "docs:prepare": "gitbook install", "docs:build": "gitbook build -g react-plugin/x-date-picker", "docs:build:watch": "gitbook serve", "docs:publish": "cd _book && git init && git checkout -b gh-pages && git add --all && git commit -am \"update book\" && git push git@github.com:react-plugin/x-date-picker gh-pages --force" }, "authors": [ "tianxiangbing" ], "license": "MIT", "devDependencies": { "babel-cli": "^6.23.0", "babel-core": "^6.7.4", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.4", "babel-plugin-transform-object-assign": "^6.22.0", "babel-preset-es2015": "^6.6.0", "babel-preset-latest": "^6.16.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-2": "^6.18.0", "css-loader": "^0.23.1", "extract-text-webpack-plugin": "^1.0.1", "gitbook-cli": "^2.3.0", "less": "^3.8.1", "less-loader": "^4.1.0", "npm-run-all": "^3.1.2", "react": "^15.0.0", "react-addons-test-utils": "^15.0.0", "react-dom": "^15.0.0", "rimraf": "^2.6.1", "style-loader": "^0.13.1", "uglify-js": "^2.6.0", "webpack": "^1.13.0", "webpack-dev-server": "^1.14.1" }, "dependencies": { "antd": "^3.16.3" }, "peerDependencies": { "react": "^0.14.0 || ^16.8.1", "react-dom": "^0.14.0 || ^15.6.1" }, "tags": [ "react", "plugin", "calendar" ], "keywords": [ "react", "react-component", "datepicker", "react-plugin" ] }