GeekPark/gpk_account

View on GitHub
frontend/package.json

Summary

Maintainability
Test Coverage
{
  "name": "gpk_account",
  "version": "0.0.1",
  "description": "[![Build Status](https://travis-ci.org/GeekPark/gpk_account.svg?branch=master)](https://travis-ci.org/GeekPark/gpk_account) [![Code Climate](https://codeclimate.com/github/GeekPark/gpk_account/badges/gpa.svg)](https://codeclimate.com/github/GeekPark/gpk_account) [![Test Coverage](https://codeclimate.com/github/GeekPark/gpk_account/badges/coverage.svg)](https://codeclimate.com/github/GeekPark/gpk_account/coverage) [![Issue Count](https://codeclimate.com/github/GeekPark/gpk_account/badges/issue_count.svg)](https://codeclimate.com/github/GeekPark/gpk_account)",
  "main": "index.js",
  "scripts": {
    "start": "webpack-dev-server --inline --hot",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint src/ --ext .js,.jsx",
    "g": "npm run clean && NODE_ENV=production webpack -p --config webpack.config.prod.babel.js",
    "clean": "rm -f ../public/static/*",
    "analytic": "NODE_ENV=production webpack --json | webpack-bundle-size-analyzer",
    "ngrok": "ngrok http 8080",
    "reload": "livereload '../app/assets/stylesheets' -e 'scss'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GeekPark/gpk_account.git"
  },
  "author": "GeekPark",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/GeekPark/gpk_account/issues"
  },
  "homepage": "https://github.com/GeekPark/gpk_account#readme",
  "dependencies": {
    "antd": "^1.10.0",
    "click-at-outside": "^1.0.2",
    "crop-image": "^0.1.5",
    "deep-assign": "^2.0.0",
    "jquery-scroll": "^1.1.1",
    "mdetect": "^1.2.2",
    "moment": "^2.14.1",
    "rc-tooltip": "^3.3.2",
    "react": "^15.0.1",
    "react-china-city": "^1.0.6",
    "react-dom": "^15.0.1",
    "react-intl-universal": "^1.8.4",
    "react-modal": "^1.1.2",
    "react-motion": "^0.4.2",
    "react-redux": "^4.4.5",
    "react-router": "^2.3.0",
    "react-router-redux": "^4.0.2",
    "react-router-transition": "0.0.5",
    "redux": "^3.5.1",
    "redux-thunk": "^2.0.1",
    "validator": "^5.5.0"
  },
  "devDependencies": {
    "babel-eslint": "^6.0.3",
    "babel-jest": "^12.1.0",
    "babel-loader": "^6.2.4",
    "babel-plugin-syntax-async-functions": "^6.5.0",
    "babel-plugin-transform-class-properties": "^6.11.5",
    "babel-plugin-transform-function-bind": "^6.8.0",
    "babel-plugin-transform-object-rest-spread": "^6.8.0",
    "babel-polyfill": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "classnames": "^2.2.5",
    "css-loader": "^0.23.1",
    "deep-freeze": "0.0.1",
    "eslint": "^2.8.0",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.8.0",
    "eslint-plugin-jsx-a11y": "^1.2.2",
    "eslint-plugin-react": "^5.1.1",
    "file-loader": "^0.8.5",
    "jest-cli": "^12.1.0",
    "jquery": "^2.2.3",
    "react-addons-test-utils": "^15.0.1",
    "react-hot-loader": "^1.3.0",
    "style-loader": "^0.13.1",
    "url-loader": "^0.5.7",
    "webpack": "^1.13.0",
    "webpack-dev-server": "^1.14.1",
    "webpack-manifest-plugin": "^1.0.0"
  },
  "jest": {
    "unmockedModulePathPatterns": [
      "<rootDir>/node_modules/react",
      "<rootDir>/node_modules/react-dom",
      "<rootDir>/node_modules/moment"
    ]
  }
}