Skip to content
Snippets Groups Projects
Select Git revision
  • 1ab65a48f248e1757e48ae5daf55b1f5b425140f
  • master default protected
  • eole-amon-ecole-2.8
  • 24-badpathinpostinstall
4 results

LICENSE

Blame
  • This project is licensed under the GNU General Public License v3.0 only. Learn more
    package.json 2.42 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__",
        "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": {
        "@psychobolt/react-paperjs": "< 1.0",
        "@psychobolt/react-paperjs-editor": "0.0.11",
        "draft-js": "^0.11.6",
        "draft-js-export-html": "^1.4.1",
        "draft-js-import-html": "^1.4.1",
        "material-ui-color-components": "^0.3.0",
        "paper": "^0.12.11",
        "react-color": "^2.18.1"
      },
      "peerDependencies": {
        "@material-ui/core": "^4.9.13",
        "@material-ui/icons": "^4.9.1",
        "@material-ui/lab": "^4.0.0-alpha.52",
        "lodash": "^4.17.11",
        "mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation#annotation-on-video",
        "prop-types": "^15.7.2",
        "react": "^16.8",
        "react-dom": "^16.8",
        "uuid": "^8.0.0"
      },
      "devDependencies": {
        "@babel/core": "^7.10.4",
        "@babel/eslint-parser": "^7.19.1",
        "@babel/preset-env": "^7.10.4",
        "@babel/preset-react": "^7.10.4",
        "@material-ui/core": "^4.11.0",
        "@material-ui/icons": "^4.9.1",
        "@material-ui/lab": "^4.0.0-alpha.56",
        "canvas": "^2.6.1",
        "enzyme": "^3.11.0",
        "enzyme-adapter-react-16": "^1.15.2",
        "eslint": "^8.11.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-video-annotation#annotation-on-video",
        "nwb": "^0.24.7",
        "prop-types": "^15.7.2",
        "react": "^16.8",
        "react-dom": "^16.8",
        "uuid": "^8.2.0"
      },
      "author": "",
      "homepage": "",
      "license": "Apache-2.0",
      "repository": "",
      "keywords": [
        "react-component"
      ]
    }