{
  "name": "eu-eleysion-recogito-js",
  "version": "0.5.1",
  "description": "A JavaScript library for text annotation",
  "main": "dist/recogito.min.js",
  "typings": "typings/index.d.ts",
  "scripts": {
    "start": "webpack serve --open --mode=development",
    "build": "webpack --mode=production",
    "build-polyfills": "webpack --mode=production --config webpack.polyfills.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bfour/recogito-js.git"
  },
  "keywords": [
    "RecogitoJS",
    "Annotation"
  ],
  "author": "Rainer Simon",
  "license": "BSD-3-Clause",
  "funding": {
    "type": "patreon",
    "url": "https://www.patreon.com/rainersimon"
  },
  "bugs": {
    "url": "https://github.com/bfour/recogito-js/issues"
  },
  "homepage": "https://github.com/bfour/recogito-js#readme",
  "babel": {
    "presets": [
      "@babel/preset-env",
      "@babel/preset-react"
    ],
    "plugins": [
      [
        "@babel/plugin-proposal-class-properties"
      ]
    ]
  },
  "devDependencies": {
    "@babel/core": "7.26.10",
    "@babel/plugin-proposal-class-properties": "7.14.5",
    "@babel/preset-env": "7.15.8",
    "@babel/preset-react": "7.14.5",
    "babel-loader": "8.2.2",
    "css-loader": "5.2.7",
    "html-webpack-plugin": "4.5.2",
    "mini-css-extract-plugin": "1.6.2",
    "sass": "1.43.2",
    "sass-loader": "10.2.0",
    "webpack": "5.89.0",
    "webpack-cli": "5.1.4",
    "webpack-dev-server": "4.15.1"
  },
  "dependencies": {
    "eu-eleysion-recogito-client-core": "1.10.2",
    "preact": "10.5.14",
    "tiny-emitter": "2.1.0"
  }
}