{
"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/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",
"react": "^17.0.2",
"react-bootstrap-icons": "^1.5.0",
"react-dom": "^17.0.2",
"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"
}
}