{
  "name": "@curvenote/editor",
  "version": "0.17.6",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "prosemirror",
    "explorable explanations",
    "writing"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/curvenote/editor.git"
  },
  "bugs": {
    "url": "https://github.com/curvenote/editor/issues"
  },
  "homepage": "https://github.com/curvenote/editor/tree/main/packages/editor",
  "scripts": {
    "clean": "rm -rf dist",
    "compile": "npm run clean; tsc;",
    "build": "npm run compile; npm run css; webpack --config webpack.prod.js",
    "build:dev": "webpack --config webpack.dev.js",
    "prepublishOnly": "npm run build",
    "css": "sass styles/index.scss dist/editor.css",
    "css:watch": "sass --watch styles/index.scss dist/editor.css",
    "test": "cypress run --component",
    "cy": "cypress open",
    "test:watch": "jest --watchAll",
    "test:clear": "jest --clearCache",
    "start": "webpack serve --liveReload --open --config webpack.dev.js",
    "lint": "eslint \"src/**/*.ts\" -c .eslintrc.js",
    "lint:format": "prettier --check \"src/**/*.tsx\" \"src/**/*.ts\"",
    "dev": "tsc -w --preserveWatchOutput -p ."
  },
  "dependencies": {
    "@curvenote/emoji": "1.0.1",
    "@curvenote/prosemirror-utils": "^1.0.5",
    "@reduxjs/toolkit": "^1.8.3",
    "codemirror": "5.65.0",
    "katex": "^0.15.2",
    "lodash.debounce": "^4.0.8",
    "lodash.isequal": "^4.5.0",
    "prosemirror-autocomplete": "0.4.3",
    "prosemirror-codemark": "^0.4.2",
    "prosemirror-commands": "^1.3.0",
    "prosemirror-dropcursor": "^1.5.0",
    "prosemirror-gapcursor": "^1.3.1",
    "prosemirror-history": "^1.3.0",
    "prosemirror-inputrules": "^1.2.0",
    "prosemirror-keymap": "^1.2.0",
    "prosemirror-tables": "^1.1.1",
    "scroll-into-view-if-needed": "^2.2.29",
    "ts-jest": "^28.0.5",
    "uuid": "^8.3.2"
  },
  "peerDependencies": {
    "@curvenote/components": "^0.3.4",
    "@curvenote/runtime": "^0.2.9",
    "@curvenote/schema": "0.12.18",
    "@date-io/date-fns": "^1.3.13",
    "@material-ui/core": "^4.12.3",
    "@material-ui/icons": "^4.11.2",
    "@material-ui/pickers": "^3.3.10",
    "classnames": "^2.3.1",
    "date-fns": "^2.25.0",
    "fuse.js": "^6.4.6",
    "prosemirror-collab": "^1.3.0",
    "prosemirror-model": "^1.18.1",
    "prosemirror-schema-list": "^1.2.0",
    "prosemirror-state": "^1.4.1",
    "prosemirror-transform": "^1.6.0",
    "prosemirror-view": "^1.26.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-redux": "^8.0.2",
    "redux": "^4.2.0",
    "redux-thunk": "^2.4.1",
    "sidenotes": "^1.1.1",
    "use-inline-memo": "^0.2.0"
  },
  "devDependencies": {
    "@curvenote/components": "^0.3.4",
    "@curvenote/runtime": "^0.2.9",
    "@curvenote/schema": "0.12.18",
    "@date-io/date-fns": "^1.3.13",
    "@material-ui/core": "^4.12.4",
    "@material-ui/icons": "^4.11.3",
    "@material-ui/pickers": "^3.3.10",
    "@testing-library/cypress": "^8.0.3",
    "@testing-library/dom": "^8.14.0",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^12.1.5",
    "@testing-library/user-event": "^14.2.1",
    "@types/classnames": "^2.3.1",
    "@types/codemirror": "5.60.5",
    "@types/jest": "^28.1.3",
    "@types/katex": "^0.14.0",
    "@types/lodash.debounce": "^4.0.7",
    "@types/lodash.isequal": "^4.5.6",
    "@types/node": "^18.0.0",
    "@types/react": "^17.0.47",
    "@types/react-dom": "^17.0.17",
    "@types/react-redux": "^7.1.24",
    "@types/uuid": "^8.3.4",
    "classnames": "^2.3.1",
    "copy-webpack-plugin": "^11.0.0",
    "css-loader": "^6.7.1",
    "cypress": "^10.2.0",
    "date-fns": "^2.25.0",
    "dotenv": "^10.0.0",
    "eslint": "^8.21.0",
    "eslint-config-curvenote": "*",
    "express": "^4.18.1",
    "fuse.js": "^6.6.2",
    "html-loader": "^3.1.2",
    "html-webpack-plugin": "^5.5.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^28.1.1",
    "jest-environment-jsdom": "^28.1.1",
    "prettier": "latest",
    "prosemirror-collab": "^1.3.0",
    "prosemirror-model": "^1.18.1",
    "prosemirror-schema-list": "^1.2.0",
    "prosemirror-state": "^1.4.1",
    "prosemirror-transform": "^1.6.0",
    "prosemirror-view": "^1.26.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-redux": "^8.0.2",
    "redux": "^4.2.0",
    "redux-thunk": "^2.4.1",
    "sass": "^1.53.0",
    "sass-loader": "^13.0.2",
    "sidenotes": "^1.1.1",
    "style-loader": "^3.3.1",
    "ts-loader": "^9.3.1",
    "typescript": "latest",
    "use-inline-memo": "^0.2.0",
    "webpack": "^5.47.0",
    "webpack-cli": "^4.7.2",
    "webpack-dev-server": "^3.11.2",
    "webpack-merge": "^5.8.0"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "files": [
    "dist"
  ],
  "resolution": {
    "react": "17.0.2"
  }
}
