UNPKG

lost-sia

Version:

Single Image Annotation Tool

94 lines 2.55 kB
{ "name": "lost-sia", "version": "2.0.0-alpha17", "description": "Single Image Annotation Tool", "license": "MIT", "repository": "l3p-cv/lost-sia", "main": "dist/index.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", "type": "module", "keywords": [ "lost", "annotation", "image annotation", "react annotation tool" ], "engines": { "node": ">=18", "npm": ">=8" }, "exports": { ".": { "import": "./src/index.js", "require": "./src/index.js" } }, "files": [ "src" ], "scripts": { "build": "vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "publishpkg": "npm publish", "test": "vitest run", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "format": "prettier --write src/" }, "dependencies": { "@coreui/react": "^5.0.0", "@fortawesome/free-regular-svg-icons": "^6.5.2", "@fortawesome/free-solid-svg-icons": "^6.5.2", "@fortawesome/react-fontawesome": "^0.2.0", "lodash-es": "^4.17.21", "react": "^18.0.0", "react-dom": "^18.0.0", "react-draggable": "^4.4.6", "sass": "^1.77.1", "semantic-ui-css": "2.5.0", "semantic-ui-react": "^2.0.3" }, "peerDependencies": { "lodash": "^4.17.15", "prop-types": "^15.5.4", "react": "^18.0.0", "react-dom": "^18.0.0" }, "devDependencies": { "@chromatic-com/storybook": "^1.5.0", "@storybook/addon-essentials": "^8.1.5", "@storybook/addon-interactions": "^8.1.5", "@storybook/addon-links": "^8.1.5", "@storybook/addon-onboarding": "^8.1.5", "@storybook/blocks": "^8.1.5", "@storybook/react": "^8.1.5", "@storybook/react-vite": "^8.1.5", "@storybook/test": "^8.1.5", "@vitejs/plugin-react": "^4.3.0", "cross-env": "^7.0.3", "eslint": "^8.0.1", "eslint-config-standard": "^17.1.0", "eslint-config-standard-react": "^13.0.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.2.0", "eslint-plugin-react": "^7.34.2", "eslint-plugin-standard": "^5.0.0", "eslint-plugin-storybook": "^0.8.0", "glob": "^10.4.1", "prettier": "^3.3.3", "prop-types": "^15.8.1", "react-redux": "^9.1.2", "redux": "^5.0.1", "storybook": "^8.1.5", "vite": "^5.2.12", "vitest": "^1.6.0" }, "eslintConfig": { "extends": [ "plugin:storybook/recommended" ] } }