Skip to content
Snippets Groups Projects
Select Git revision
  • dfc6f7c6af1f92fdb73acf6dcbe78b6efafb06a1
  • mui5-tetras-main-stable default protected
  • mui5-tetras-main-old-stable
  • preprod protected
  • 75-dernieres-ameliorations-avant-workshop-du-7-02
  • wip-fix-xywh
  • wip-positionement-annot
  • wip-surface-transformer
  • uploads-file
  • 69-la-video-demare-quand-on-fait-glisser-le-slider-et-le-clic-creer-un-decalage-entre-le-player
  • 61-recettage-des-outils-d-annotation
  • gestion_multiple_ouverture_pannel_annotation
  • autorisation_un_pannel_annotation
  • autorisation_un_pannel_edition_annotation
  • récupération_temps_video
  • save-shapes-and-position
  • fix-error-create-annotation-pannel
  • time-saving-on-annotation
  • tetras-main protected
  • fix-poc-mirador
  • tetras-antho-test
21 results

package.json

Blame
  • Anthony Geourjon's avatar
    Anthony authored
    338e87ed
    History
    This project manages its dependencies using npm. Learn more
    package.json 2.79 KiB
    {
      "name": "mirador-annotations",
      "version": "0.5.0",
      "description": "mirador-annotations React component",
      "main": "lib/index.js",
      "module": "es/index.js",
      "files": [
        "css",
        "es",
        "lib",
        "umd"
      ],
      "scripts": {
        "build": "nwb build-react-component",
        "clean": "nwb clean-module",
        "lint": "eslint ./src ./__tests__",
        "prepare": "npm run build",
        "prepublishOnly": "npm run build",
        "start": "nwb serve-react-demo",
        "test": "npm run lint && jest",
        "test:coverage": "jest --coverage",
        "test:watch": "jest --watch",
        "test:ci": "jest --ci --reporters=default --reporters=jest-junit --watchAll=false"
      },
      "dependencies": {
        "@emotion/react": "^11.11.3",
        "@emotion/styled": "^11.11.0",
        "@mui/system": "^5.15.1",
        "@psychobolt/react-paperjs": "^1.0.3",
        "@psychobolt/react-paperjs-editor": "0.0.11",
        "axios": "^1.6.7",
        "draft-js": "^0.11.6",
        "draft-js-export-html": "^1.4.1",
        "draft-js-import-html": "^1.4.1",
        "paper": "^0.12.11",
        "react-color": "^2.18.1",
        "react-konva": ">=17.0.1-3 <18.0.0",
        "react-konva-to-svg": "^1.0.2",
        "react-quill": "^2.0.0",
        "react-redux": "8.1.3",
        "react-resize-observer": "^1.1.1",
        "react-sortablejs": "^6.1.4",
        "redux": "^4.2.1",
        "sortablejs": "^1.15.2",
        "use-image": "^1.1.1"
      },
      "peerDependencies": {
        "lodash": "^4.17.11",
        "mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador/mirador-video#mui5-annotation-on-video-stable",
        "prop-types": "^15.7.2",
        "react": "^17.0.0",
        "react-dom": "^17.0.0",
        "uuid": "^8.0.0"
      },
      "devDependencies": {
        "@babel/core": "^7.10.4",
        "@babel/eslint-parser": "^7.19.1",
        "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
        "@babel/preset-env": "^7.10.4",
        "@babel/preset-react": "^7.10.4",
        "@mui/icons-material": "^5.11.16",
        "@mui/lab": "^5.0.0-alpha.134",
        "@mui/material": "^5.13.5",
        "@mui/utils": "^5.13.1",
        "@mui/x-tree-view": "^6.17.0",
        "canvas": "^2.6.1",
        "enzyme": "^3.11.0",
        "eslint": "^8.56.0",
        "eslint-config-airbnb": "^19.0.4",
        "eslint-config-react-app": "^7.0.0",
        "eslint-plugin-flowtype": "^8.0.3",
        "eslint-plugin-import": "^2.25.4",
        "eslint-plugin-jest": "^26.1.1",
        "eslint-plugin-jsx-a11y": "^6.4.1",
        "eslint-plugin-react": "^7.20.3",
        "jest": "^26.1.0",
        "jest-canvas-mock": "^2.2.0",
        "jest-junit": "^15.0.0",
        "jest-localstorage-mock": "^2.4.2",
        "mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador/mirador-video#mui5-annotation-on-video-stable",
        "nwb": "^0.24.7",
        "prop-types": "^15.7.2",
        "react": "^17.0.0",
        "react-dom": "^17.0",
        "uuid": "^8.2.0"
      },
      "author": "",
      "homepage": "",
      "license": "Apache-2.0",
      "repository": "",
      "keywords": [
        "react-component"
      ]
    }