{
  "name": "frontend",
  "version": "1.0.0",
  "description": "TIQI JS tutorial frontend",
  "main": "index.js",
  "scripts": {
    "start": "parcel start index.html",
    "build": "rm -rf build; parcel build index.html --out-dir build --no-source-maps --no-content-hash index.css index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Matt Grau",
  "license": "ISC",
  "dependencies": {
    "@popperjs/core": "^2.9.2",
    "axios": "^0.21.1",
    "bootstrap": "^5.0.2",
    "parcel-bundler": "^1.12.5",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  }
}