{
  "name": "topcoder-app-r",
  "version": "1.0.21",
  "description": "Topcoder pages in React and Redux",
  "scripts": {
    "start": "webpack-dev-server --history-api-fallback --dev --hot --inline --progress --tc --port 3000",
    "build": "webpack --bail --progress --build --tc",
    "lint": "eslint --format table --ext .js,.jsx .",
    "test": "cross-env NODE_ENV=test mocha  --colors --reporter nyan --compilers js:babel-core/register --require ignore-styles --recursive \"./src/**/*.spec.js\"",
    "test:watch": "watch-run -i -p 'src/**/*' npm run test"
  },
  "devDependencies": {
    "appirio-tech-webpack-config": "^0.2.21",
    "babel-polyfill": "^6.6.1",
    "chai": "^3.5.0",
    "cheerio": "^0.20.0",
    "cross-env": "^1.0.7",
    "deep-freeze-node": "^1.1.2",
    "eslint": "^2.2.0",
    "eslint-plugin-react": "^4.1.0",
    "ignore-styles": "^1.2.0",
    "mocha": "^2.4.5",
    "mocha-jsdom": "^1.1.0",
    "nock": "^8.0.0",
    "react-hot-loader": "^1.3.0",
    "redux-logger": "^2.5.0",
    "redux-mock-store": "^1.0.2",
    "watch-run": "^1.2.4",
    "webpack": "^1.12.2",
    "webpack-dev-server": "^1.12.1"
  },
  "dependencies": {
    "appirio-styles": "0.x.x",
    "classnames": "^2.2.3",
    "history": "^1.17.0",
    "isomorphic-fetch": "^2.2.1",
    "moment": "^2.11.2",
    "react": "^0.14.6",
    "react-addons-css-transition-group": "^0.14.8",
    "react-dom": "^0.14.6",
    "react-dotdotdot": "^1.0.4",
    "react-redux": "^4.0.6",
    "react-router": "^2.0.0-rc6",
    "redux": "^3.3.1",
    "redux-form": "^4.2.0",
    "redux-thunk": "^1.0.3",
    "tc-ui": "^1.0.1"
  }
}
