{
  "name": "@make-software/cra-template-csprclick-react",
  "version": "0.23.0",
  "description": "A create-react-app template to bootstrap a React app with integrated CSPR.click",
  "repository": {
    "type": "git",
    "url": "https://github.com/make-software/cra-template-csprclick-react.git"
  },
  "engines": {
    "node": ">=16"
  },
  "keywords": [
    "react",
    "CSPR.click",
    "Casper",
    "create-react-app",
    "blockchain"
  ],
  "dependencies": {
    "@make-software/csprclick-ui": "2.0.2"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix",
    "format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
  },
  "devDependencies": {
    "@nrwl/eslint-plugin-nx": "^19.8.4",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-formatjs": "^4.12.2",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-react": "^7.32.2",
    "prettier": "^3.2.5"
  }
}
