{
  "name": "@prisma-cms/front-editor",
  "version": "3.11.2",
  "private": false,
  "main": "dist",
  "scripts": {
    "dev": "nodemon",
    "start": "cross-env NODE_ENV=production node dev/server/dist/index.js",
    "clean": "rimraf ./dist",
    "build-less": "node-less-chokidar src/styles",
    "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:puppeteer": "jest -c jest.puppetter.config.js",
    "test:all": "yarn lint && yarn types && yarn test",
    "storybook": "start-storybook -p 6006",
    "cy:open": "cypress open",
    "cy:run": "cypress run",
    "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": {
    "@apollo/client": "^3.2.7",
    "@prisma-cms/context": "~2.0.14",
    "@prisma-cms/editor": "~2.0.8",
    "@prisma-cms/filters": "~1.9.0",
    "@prisma-cms/query-builder": "~2.1.1",
    "@prisma-cms/uploader": "~2.0.1",
    "apollo-cms": "^2.2.0",
    "css": "^3.0.0",
    "graphql": "14.0.2",
    "material-ui": "1.0.0-beta.43",
    "material-ui-icons": "^1.0.0-beta.17",
    "moment": "^2.29.1",
    "path-to-regexp": "^3.0.0",
    "react-number-format": "^4.4.1",
    "react-slick": "^0.24.0",
    "slick-carousel": "^1.8.1",
    "urijs": "^1.19.2"
  },
  "devDependencies": {
    "@babel/plugin-transform-typescript": "^7.12.1",
    "@jest/transform": "^26.6.2",
    "@next/bundle-analyzer": "^9.5.5",
    "@storybook/addon-actions": "^6.4.0",
    "@storybook/addon-docs": "^6.4.0",
    "@storybook/addon-links": "^6.4.0",
    "@storybook/react": "^6.4.0",
    "@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/css": "^0.0.31",
    "@types/chai": "^4.2.14",
    "@types/cypress": "^1.1.3",
    "@types/express": "^4.17.9",
    "@types/graphql": "0.13.4",
    "@types/http-proxy-middleware": "^0.19.3",
    "@types/jest": "^26.0.15",
    "@types/jest-image-snapshot": "^4.1.3",
    "@types/node": "^12.0.0",
    "@types/puppeteer": "^5.4.2",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@types/react-jss": "8.6.1",
    "@types/styled-components": "^5.1.4",
    "@types/urijs": "^1.19.13",
    "@typescript-eslint/eslint-plugin": "^2.25.0",
    "@typescript-eslint/parser": "^2.25.0",
    "babel-jest": "^26.6.3",
    "chai": "^4.2.0",
    "cross-env": "^7.0.2",
    "css-loader": "^5.0.1",
    "cypress": "^6.2.0",
    "dotenv": "^8.2.0",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-plugin-cypress": "^2.11.2",
    "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-image-snapshot": "^4.3.0",
    "jest-puppeteer": "^4.4.0",
    "jest-styled-components": "^7.0.3",
    "jest-watch-typeahead": "^0.5.0",
    "lint-staged": "^10.5.1",
    "moment-locales-webpack-plugin": "^1.2.0",
    "node-less-chokidar": "^0.3.1",
    "next": "^12.0.4",
    "nodemon": "^2.0.13",
    "npm": "^6.14.8",
    "prettier": "^2.1.2",
    "puppeteer": "^5.5.0",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-jss": "8.6.1",
    "rimraf": "^3.0.2",
    "sass-loader": "^10.1.0",
    "style-loader": "^2.0.0",
    "styled-components": "^5.2.1",
    "subscriptions-transport-ws": "^0.9.18",
    "ts-jest": "^26.4.3",
    "ts-node": "^9.0.0",
    "typescript": "^4.5.2",
    "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/front-editor.git"
  },
  "bugs": {
    "url": "https://github.com/prisma-cms/front-editor/issues"
  },
  "homepage": "https://github.com/prisma-cms/front-editor#readme"
}
