{
  "name": "mark-one",
  "version": "0.8.0",
  "description": "A UI component library for building React Apps",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*",
    "CONTRIBUTING.MD",
    "CODE_OF_CONDUCT.MD"
  ],
  "scripts": {
    "build": "styleguidist build",
    "codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "lint": "eslint --ext=ts,tsx,js ./src",
    "prepublishOnly": "tsc --project tsconfig.publish.json",
    "start": "styleguidist server",
    "test": "TS_NODE_TRANSPILE_ONLY=true nyc mocha",
    "test:watch": "TS_NODE_TRANSPILE_ONLY=true mocha --watch",
    "typecheck": "tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seas-computing/mark-one.git"
  },
  "keywords": [
    "React",
    "UI",
    "Harvard",
    "SEAS"
  ],
  "author": "Jonathan Seitz",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/seas-computing/mark-one/issues"
  },
  "homepage": "https://github.com/seas-computing/mark-one#readme",
  "devDependencies": {
    "@fortawesome/free-solid-svg-icons": "^5.12.0",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@testing-library/react": "^14.1.2",
    "@testing-library/user-event": "^10.0.0",
    "@types/color-convert": "^1.9.0",
    "@types/jsdom": "^21.1.6",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.11.1",
    "@types/react": "^18.2.48",
    "@types/react-dom": "^18.2.18",
    "@types/react-transition-group": "^4.2.4",
    "@types/sinon": "^7.5.0",
    "@types/webpack": "^4.39.3",
    "@typescript-eslint/eslint-plugin": "^3.6.1",
    "@typescript-eslint/parser": "^3.0.0",
    "acorn": "^6.3.0",
    "acorn-jsx": "^5.1.0",
    "codecov": "^3.8.3",
    "color-convert": "^2.0.1",
    "css-loader": "^3.2.0",
    "eslint": "^6.5.1",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-airbnb-typescript": "^8.0.2",
    "eslint-import-resolver-node": "^0.3.4",
    "eslint-import-resolver-webpack": "^0.12.2",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-jsx-a11y": "^6.3.0",
    "eslint-plugin-mocha": "^6.2.0",
    "eslint-plugin-react": "^7.20.0",
    "eslint-plugin-react-hooks": "^1.7.0",
    "eslint-plugin-testing-library": "^3.3.1",
    "file-loader": "^4.2.0",
    "ignore-styles": "^5.0.1",
    "jsdom": "^15.2.0",
    "jsdom-global": "^3.0.2",
    "mocha": "^6.2.1",
    "nyc": "^14.1.1",
    "raf": "^3.4.1",
    "react": "^18.2.0",
    "react-docgen-typescript": "^1.15.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.21.3",
    "react-styleguidist": "^11.2.0",
    "sinon": "^7.5.0",
    "style-loader": "^1.0.0",
    "styled-components": "^6.1.8",
    "ts-loader": "^6.2.0",
    "ts-node": "^8.4.1",
    "tsconfig-paths": "^3.9.0",
    "tsconfig-paths-webpack-plugin": "^3.2.0",
    "typescript": "^4.9.5",
    "webpack": "^4.46.0"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^1.2.26",
    "@openfonts/open-sans_all": "^1.43.0",
    "@openfonts/roboto-mono_all": "^1.43.0",
    "@testing-library/react-hooks": "^7.0.2",
    "csstype": "^3.1.3",
    "downshift": "^6.1.7",
    "polished": "^3.4.1",
    "react-transition-group": "^4.3.0"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.21.3",
    "styled-components": "^6.1.8"
  }
}
