🏡 index : ~doyle/chartered.git

{
  "name": "chartered-frontend",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "parcel index.html --open",
    "build": "parcel build index.html"
  },
  "keywords": [],
  "author": "",
  "license": "0BSD",
  "devDependencies": {
    "@types/lodash": "^4.14.173",
    "@types/react": "^17.0.20",
    "@types/react-dom": "^17.0.9",
    "parcel-bundler": "^1.12.5",
    "sass": "^1.39.2",
    "serve": "^12.0.1",
    "typescript": "^4.4.2"
  },
  "dependencies": {
    "bootstrap": "^5.1.1",
    "lodash": "^4.17.21",
    "react": "^17.0.2",
    "react-bootstrap": "^2.0.0-beta.6",
    "react-bootstrap-icons": "^1.5.0",
    "react-bootstrap-typeahead": "^5.2.0",
    "react-dom": "^17.0.2",
    "react-human-time": "^1.2.0",
    "react-markdown": "^7.0.1",
    "react-router-dom": "^5.3.0",
    "react-syntax-highlighter": "^15.4.4",
    "remark-gfm": "^2.0.0",
    "source-code-pro": "^2.38.0"
  }
}