{
  "name": "simplified-circulation-patron-web",
  "version": "0.2.1",
  "description": "patron UI for Circulation Manager",
  "repository": {
    "type": "git",
    "url": "https://github.com/NYPL-Simplified/circulation-patron-web.git"
  },
  "author": "NYPL",
  "license": "Apache-2.0",
  "scripts": {
    "prepublish": "tsc && npm run build-prod",
    "lint": "tslint -c tslint.json src/*.ts src/*.tsx src/**/*.ts src/**/*.tsx src/**/**/*.ts src/**/**/*.tsx src/**/**/**/*.ts src/**/**/**/*/tsx && sass-lint -c .sass-lint.yml -v -q",
    "test": "npm run lint && tsc && cp -r src/stylesheets lib && mocha --require lib/testHelper.js lib/__tests__/*.js lib/**/__tests__/*.js lib/**/**/__tests__/*.js",
    "build-dev": "rm -rf dist && mkdir dist && cp node_modules/bootstrap/dist/css/* dist && cp -r src/stylesheets lib && UV_THREADPOOL_SIZE=128 webpack --watch --progress --display-modules --config webpack.dev.config",
    "build-prod": "rm -rf dist && mkdir dist && cp node_modules/bootstrap/dist/css/* dist && cp -r src/stylesheets lib && UV_THREADPOOL_SIZE=128 webpack -p --progress --display-modules --config webpack.prod.config",
    "start": "node lib/server/index.js",
    "prod": "tsc && npm run build-prod && npm run start",
    "dev": "tsc && npm run build-dev | npm run start"
  },
  "devDependencies": {
    "@types/mocha": "^5.2.6",
    "@types/node": "^11.13.8",
    "@types/react": "16.4.7",
    "chai": "^3.5.0",
    "css-loader": "^2.1.1",
    "enzyme": "^3.9.0",
    "enzyme-adapter-react-16": "^1.12.1",
    "fetch-mock": "^7.3.1",
    "file-loader": "^3.0.1",
    "mini-css-extract-plugin": "^0.5.0",
    "mocha": "^5.2.0",
    "node-sass": "4.11.0",
    "sass-lint": "^1.9.1",
    "sass-loader": "^7.1.0",
    "sinon": "^7.3.0",
    "style-loader": "^0.13.1",
    "ts-loader": "^4.3.1",
    "tslint": "^4.0.0",
    "tslint-react-a11y": "^1.0.0",
    "typescript": "2.7.2",
    "url-loader": "^0.5.7",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.3.0",
    "webpack-merge": "^4.2.1"
  },
  "dependencies": {
    "bootstrap": "^3.3.6",
    "express": "^4.14.0",
    "font-awesome": "^4.7.0",
    "isomorphic-fetch": "^2.2.1",
    "jsdom": "^9.4.1",
    "opds-feed-parser": "0.0.16",
    "opds-web-client": "0.2.4",
    "prop-types": "^15.7.2",
    "react": "^16.8.6",
    "react-bootstrap": "^0.32.4",
    "react-dom": "^16.8.6",
    "react-redux": "^5.0.6",
    "react-router": "^3.2.0",
    "redux": "^3.7.2",
    "redux-thunk": "^2.1.0",
    "tinycolor2": "^1.4.1",
    "universal-url": "^1.0.1"
  }
}
