{
	"name": "xm-ui",
	"version": "2.0.0",
	"main": "lib/index",
	"module": "module/index",
	"jsnext:main": "src/components/index",
	"repository": "git@git.coding.net:xmjk-fe/xmui.git",
	"license": "MIT",
	"scripts": {
		"start": "roadhog server",
		"build": "gulp compile",
		"build-doc": "gulp doc; roadhog build; gulp html; git add -A; git commit -m 'autobuild'; git push",
		"tags": "node tools/tag.js",
		"pull": "git pull origin master",
		"push": "bash ./tools/_run/push",
		"push-master": "bash ./tools/_run/push master",
		"cli-add": "gulp cli -add "
	},
	"dependencies": {
		"babel-plugin-add-module-exports": "^0.2.1",
		"babel-plugin-dev-expression": "^0.2.1",
		"babel-plugin-import": "^1.1.0",
		"babel-plugin-lodash": "^3.2.11",
		"babel-plugin-transform-decorators-legacy": "^1.3.4",
		"babel-plugin-transform-helper": "^0.0.6",
		"babel-plugin-transform-react-remove-prop-types": "^0.3.2",
		"babel-runtime": "^6.9.2",
		"dva": "^1.2.1",
		"gulp-define-module": "^0.1.5",
		"gulp-hb": "^6.0.2",
		"gulp-htmlmin": "^3.0.0",
		"gulp-rename": "^1.2.2",
		"gulp-rev-append": "^0.1.8",
		"handlebars": "^4.0.6",
		"jquery": "^3.1.1",
		"lodash": "^4.17.4",
		"merge2": "^1.0.3",
		"postcss-urlrewrite": "^0.2.1",
		"react": "15.1.0",
		"react-addons-create-fragment": "15.1.0",
		"react-addons-css-transition-group": "15.1.0",
		"react-dom": "15.1.0",
		"react-redux": "^5.0.1",
		"react-router": "^2.8.0",
		"react-tap-event-plugin": "1.0.0",
		"react-text-mask": "^0.19.0",
		"require-dir": "^0.3.1",
		"warning": "^3.0.0"
	},
	"devDependencies": {
		"babel-eslint": "^7.1.1",
		"babel-plugin-dva-hmr": "^0.3.2",
		"babel-plugin-transform-runtime": "^6.9.0",
		"browser-sync": "^2.18.8",
		"classnames": "^2.2.5",
		"colors": "^1.1.2",
		"del": "^2.2.2",
		"detector": "^2.5.0",
		"eslint": "^3.10.2",
		"eslint-config-airbnb": "^13.0.0",
		"eslint-find-rules": "^1.14.3",
		"eslint-plugin-babel": "^4.0.0",
		"eslint-plugin-import": "^2.2.0",
		"eslint-plugin-jsx-a11y": "^2.2.3",
		"eslint-plugin-mocha": "^4.7.0",
		"eslint-plugin-react": "^6.7.1",
		"expect": "^1.20.2",
		"fs-extra": "^2.0.0",
		"gulp": "^3.9.1",
		"gulp-babel": "^6.1.2",
		"gulp-marked-json": "^1.0.0",
		"gulp-nunjucks-render": "^2.0.0",
		"gulp-sass": "^3.1.0",
		"postcss": "^5.2.10",
		"postcss-pxtorem": "^4.0.0",
		"postcss-scss": "^0.4.0",
		"postcss-sorting": "^2.0.1",
		"redbox-react": "^1.3.2",
		"shelljs": "^0.7.5",
		"xm-cli": "^0.1.3",
		"xm-roadhog": "^0.1.8"
	},
	"files": [
		"lib",
		"src",
		"module"
	]
}
