{
  "name": "test",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "parcel ./public/index.html NODE_ENV='development'",
    "tsc": "tsc -noEmit",
    "reset": "rm -rf node_modules package-lock.json && npm install"
  },
  "alias": {
    "styled-components": "../node_modules/styled-components",
    "styled-system": "../node_modules/styled-system",
    "@styled-system/css": "../node_modules/@styled-system/css",
    "formik": "../node_modules/formik",
    "react": "../node_modules/react"
  },
  "author": "Gavin Atkinson",
  "license": "MIT",
  "devDependencies": {
    "@types/react-dom": "^16.9.8",
    "@types/yup": "^0.29.5",
    "parcel": "^1.12.4",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "@tlon/indigo-light": "^1.0.7",
    "local-indigo-react": "file:..",
    "react-dom": "^16.13.1",
    "styled-components": "^5.1.1",
    "styled-system": "^5.1.5",
    "yup": "^0.29.3"
  }
}
