UNPKG

@labelu/image-annotator-react

Version:
61 lines (60 loc) 1.57 kB
{ "name": "@labelu/image-annotator-react", "version": "2.5.0", "description": "image annotator for react", "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "build": "vite build && npm run build:types", "build:types": "tsc -d --emitDeclarationOnly", "dev": "vite -c vite.config.app.ts" }, "repository": { "type": "git", "url": "https://github.com/opendatalab/labelU-Kit.git" }, "license": "Apache-2.0", "publishConfig": { "access": "public" }, "author": { "name": "gary-shen", "email": "shenguanlin@pjlab.org.cn" }, "keywords": [ "image annotation", "annotation", "annotator", "react" ], "dependencies": { "@labelu/components-react": "1.8.0", "@labelu/image": "1.5.0", "@labelu/interface": "1.3.1", "@labelu/i18n": "1.1.0", "lodash.clonedeep": "^4.5.0", "polished": "^4.2.2", "react-hotkeys-hook": "^4.4.1", "resize-observer-polyfill": "^1.5.1", "styled-components": "^6.1.15" }, "devDependencies": { "@types/lodash.clonedeep": "^4.5.9", "@types/react": "^18.2.20", "@types/react-slider": "^1.3.6", "@vitejs/plugin-react": "^3.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup-plugin-peer-deps-external": "^2.2.4", "typescript": "4.8.4", "vite": "^4.1.1", "vite-plugin-svgr": "^2.4.0", "vite-plugin-ts-mono-alias": "^1.1.0", "vite-tsconfig-paths": "^3.5.0" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" } }