{ "name": "@harvard-lts/mirador-annotations-auth-plugin", "license": "Apache-2.0", "repository": "https://github.com/harvard-lts/mirador-annotations-auth-plugin.git", "keywords": [ "react-component" ], "version": "0.0.9", "description": "A Mirador 3 plugin for including authentication cookies for annotations.", "module": "dist/es/index.js", "files": [ "dist" ], "scripts": { "clean": "rm -rf ./dist && rm -rf ./demo/dist", "prebuild": "npm run clean", "prepublishOnly": "npm run build", "build": "run-p build:es", "build:es": "rollup -c", "serve": "vite", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest" }, "devDependencies": { "@babel/cli": "^7.26.4", "@babel/core": "^7.26.0", "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.2", "@rollup/plugin-babel": "^6.0.3", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.0.0", "@vitest/coverage-v8": "^3.2.4", "jsdom": "^26.1.0", "mirador": "^3.4.3", "npm-run-all": "^4.1.5", "rollup": "^3.29.5", "url": "^0.11.4", "vite": "^6.4.1", "vitest": "^3.2.4", "whatwg-fetch": "^3.6.2" }, "dependencies": { "@vitejs/plugin-react": "^4.7.0", "jquery": "^3.7.0", "prop-types": "^15.8.1", "react": "^16.14.0", "react-dom": "^16.14.0" } }