UNPKG

@nfdi4plants/swate-components

Version:

Customizable React components for ontology annotation, based on Swate and the ARC.

95 lines (94 loc) 2.99 kB
{ "name": "@nfdi4plants/swate-components", "version": "1.0.0-beta.21", "description": "Customizable React components for ontology annotation, based on Swate and the ARC.", "main": "./dist/index.umd.js", "module": "./dist/index.es.js", "types": "./dist/index.d.ts", "private": false, "files": [ "dist" ], "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.umd.js", "types": "./dist/index.d.ts" }, "./style.css": "./dist/style.css" }, "scripts": { "fable": "dotnet fable ./src/Components.fsproj --define PUBLISH_COMPONENTS --lang ts", "start": "npm run fable -- --watch --run vite", "test": "npm run fable -- --watch --run npx vitest --project=storybook", "test:run": "npm run fable -- --run npx vitest run --project=storybook", "prelink": "npm run build", "storybook": "npm run fable -- --watch --run storybook dev -p 6006", "prebuild:net": "npx tailwindcss -o ./src/swateBundleStyle.css -m", "build": "npm run fable -- --fableLib @fable-org/fable-library-js --noCache && vite build", "build:net": "dotnet pack ./src/Components.fsproj", "prebuild:storybook": "npm run fable -- --noCache", "build:storybook": "storybook build" }, "repository": { "type": "git", "url": "git+https://github.com/nfdi4plants/Swate.git" }, "keywords": [ "rdm", "ontology", "term", "react" ], "author": "Kevin Frey <freymaurer@gmx.de>", "license": "MIT", "bugs": { "url": "https://github.com/nfdi4plants/Swate/issues" }, "homepage": "https://github.com/nfdi4plants/Swate#readme", "dependencies": { "@fable-org/fable-library-js": "^1.8.0", "@fortawesome/fontawesome-free": "^6.7.2" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "peerDependenciesMeta": { "react": { "optional": true }, "react-dom": { "optional": true } }, "devDependencies": { "@chromatic-com/storybook": "^3.2.3", "@storybook/addon-essentials": "^8.6.0-alpha.0", "@storybook/addon-onboarding": "^8.6.0-alpha.0", "@storybook/addon-themes": "^8.6.0-alpha.0", "@storybook/blocks": "^8.6.0-alpha.0", "@storybook/experimental-addon-test": "^8.6.0-alpha.0", "@storybook/react": "^8.6.0-alpha.0", "@storybook/react-vite": "^8.6.0-alpha.0", "@storybook/test": "^8.6.0-alpha.0", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/typography": "^0.5.16", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", "@vitest/browser": "^2.1.5", "@vitest/coverage-v8": "^2.1.8", "autoprefixer": "^10.4.19", "daisyui": "^4.12.23", "globals": "^15.14.0", "playwright": "^1.49.1", "postcss": "^8.4.39", "storybook": "^8.6.0-alpha.0", "tailwindcss": "^3.4.4", "typescript": "^5.6.3", "vite": "^6.0.5", "vite-plugin-dts": "^4.5.0", "vitest": "^2.1.8" } }