{
  "name": "zarm-mobile",
  "version": "0.0.0",
  "scripts": {
    "start": "npm run deploy && npm run dev",
    "clean": "rm -rf lib && rm -rf dist",
    "dev": "node devServer.js",
    "pro": "rm -rf assets && webpack --config webpack.config.pro.js",
    "lint:js": "eslint components --ext '.js,.jsx'",
    "lint:style": "stylelint styles/**/*.scss --syntax scss",
    "lint": "npm run lint:js && npm run lint:style",
    "test": "exit 0",
    "build:lib": "babel components --out-dir lib --presets=es2015,react,stage-0",
    "build:umd": "webpack --config webpack.config.umd.js && WEBPACK_ENV=production webpack --config webpack.config.umd.js",
    "build": "npm run clean && npm run build:lib && npm run build:umd"
  },
  "dependencies": {
    "autosize": "^3.0.21",
    "moment": "^2.18.0",
    "zscroller": "^0.2.5"
  },
  "devDependencies": {
    "autoprefixer": "^6.7.7",
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-loader": "^7.0.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-runtime": "^6.23.0",
    "classnames": "^2.2.5",
    "css-loader": "^0.28.1",
    "cssnano": "^3.10.0",
    "eruda": "^1.2.4",
    "eslint": "^3.13.1",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.1.0",
    "extract-text-webpack-plugin": "^2.1.0",
    "fastclick": "^1.0.6",
    "file-loader": "^0.11.1",
    "html-webpack-plugin": "^2.28.0",
    "node-sass": "^4.5.2",
    "optimize-css-assets-webpack-plugin": "^1.3.1",
    "postcss-loader": "^1.3.3",
    "prop-types": "^15.5.10",
    "react": "15.4.0",
    "react-dom": "15.4.0",
    "react-router": "^2.5.0",
    "sass-loader": "^6.0.3",
    "stylelint": "^7.12.0",
    "stylelint-config-standard": "^16.0.0",
    "url-loader": "^0.5.8",
    "webpack": "^2.5.0",
    "webpack-dev-server": "1.16.2"
  },
  "tags": [
    "zarm",
    "zarm-ui",
    "react",
    "react-zarm",
    "zhongan"
  ],
  "keywords": [
    "react",
    "react-ui",
    "react-component",
    "zarm",
    "zarm-ui",
    "mobile"
  ],
  "description": "UI for react.js",
  "author": "Jerome.Lin <jerome.lin@zhongan.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/JeromeLin/zaxui"
  },
  "bugs": {
    "url": "https://github.com/JeromeLin/zaxui/issues"
  }
}
