{
"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",
"fmt": "prettier --write ."
},
"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",
"prettier": "2.4.1",
"sass": "^1.39.2",
"serve": "^12.0.1",
"typescript": "^4.4.2"
},
"dependencies": {
"@types/node": "^16.10.1",
"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-placeholder": "^4.1.0",
"react-router-dom": "^5.3.0",
"react-syntax-highlighter": "^15.4.4",
"remark-gfm": "^2.0.0",
"source-code-pro": "^2.38.0"
}
}