{
  "name": "@prisma-cms/context",
  "description": "Context for @prisma-cms",
  "version": "2.0.14",
  "private": false,
  "main": "dist",
  "scripts": {
    "dev": "nodemon",
    "start": "cross-env NODE_ENV=production node dev/server/dist/index.js",
    "clean": "rimraf ./dist",
    "build": "tsc -p tsconfig.build.json",
    "build:server": "rimraf ./dev/server/dist && next build && tsc --project tsconfig.server.json",
    "build:server:analyze": "ANALYZE=true yarn build:server",
    "types": "tsc --pretty --noEmit -p tsconfig.types.json",
    "format": "prettier --write .",
    "lint": "eslint . --ext ts --ext tsx --ext js",
    "test": "jest",
    "test:all": "yarn lint && yarn types && yarn test",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "preversion": "yarn test && yarn clean && yarn build",
    "postversion": "yarn run npm publish",
    "postpublish": "git push origin --all; git push origin --tags"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "pre-push": "yarn run types"
    }
  },
  "lint-staged": {
    "*.@(ts|tsx)": [
      "yarn lint",
      "yarn format"
    ]
  },
  "dependencies": {},
  "devDependencies": {
    "@next/bundle-analyzer": "^9.5.5",
    "@storybook/addon-actions": "^6.0.28",
    "@storybook/addon-docs": "^6.0.28",
    "@storybook/addon-links": "^6.0.28",
    "@storybook/react": "^6.0.28",
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^11.1.0",
    "@testing-library/react-hooks": "^3.4.2",
    "@testing-library/user-event": "^12.1.10",
    "@types/express": "^4.17.9",
    "@types/http-proxy-middleware": "^0.19.3",
    "@types/jest": "^26.0.15",
    "@types/node": "^12.0.0",
    "@types/react": "^16.9.53",
    "@types/react-dom": "^16.9.8",
    "@types/styled-components": "^5.1.4",
    "@typescript-eslint/eslint-plugin": "^2.25.0",
    "@typescript-eslint/parser": "^2.25.0",
    "cross-env": "^7.0.2",
    "dotenv": "^8.2.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-plugin-deprecate": "^0.7.0",
    "eslint-plugin-react": "^7.19.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "http-proxy-middleware": "^1.0.6",
    "husky": "^4.3.0",
    "jest": "^26.6.3",
    "jest-styled-components": "^7.0.3",
    "jest-watch-typeahead": "^0.5.0",
    "lint-staged": "^10.5.1",
    "next": "^10.0.1",
    "npm": "^6.14.8",
    "prettier": "^2.1.2",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "rimraf": "^3.0.2",
    "styled-components": "^5.2.1",
    "ts-jest": "^26.4.3",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.5",
    "typescript-styled-plugin": "^0.15.0"
  },
  "resolutions": {},
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "prisma-cms",
    "front",
    "components"
  ],
  "author": "Fi1osof",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prisma-cms/context.git"
  },
  "bugs": {
    "url": "https://github.com/prisma-cms/context/issues"
  },
  "homepage": "https://github.com/prisma-cms/context#readme"
}
