Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • srv
  • github
  • 1.0
4 results

.gitlab-ci.yml

Blame
  • This GitLab CI configuration is valid. Learn more
    package.json 2.17 KiB
    {
      "name": "mirador-annotations",
      "version": "0.4.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 --no-demo",
        "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"
      },
      "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": "^3.0.0-rc.5",
        "prop-types": "^15.7.2",
        "react": "^16.0",
        "react-dom": "^16.0",
        "uuid": "^8.0.0"
      },
      "devDependencies": {
        "@babel/core": "^7.10.4",
        "@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",
        "babel-eslint": "^10.1.0",
        "canvas": "^2.6.1",
        "enzyme": "^3.11.0",
        "enzyme-adapter-react-16": "^1.15.2",
        "eslint": "^6.8.0",
        "eslint-config-airbnb": "^18.2.0",
        "eslint-config-react-app": "^5.2.1",
        "eslint-plugin-flowtype": "^4.7.0",
        "eslint-plugin-import": "^2.22.0",
        "eslint-plugin-jest": "^23.18.0",
        "eslint-plugin-jsx-a11y": "^6.3.1",
        "eslint-plugin-react": "^7.20.3",
        "jest": "^26.1.0",
        "jest-canvas-mock": "^2.2.0",
        "jest-localstorage-mock": "^2.4.2",
        "mirador": "^3.0.0-rc.5",
        "nwb": "^0.24.7",
        "prop-types": "^15.7.2",
        "react": "^16.14.0",
        "react-dom": "^16.14.0",
        "uuid": "^8.2.0"
      },
      "author": "",
      "homepage": "",
      "license": "Apache-2.0",
      "repository": "",
      "keywords": [
        "react-component"
      ]
    }