UNPKG

@desci-labs/frontend-components

Version:

A library for commonly used components on the DeSci Frontend web apps

105 lines (104 loc) 3.25 kB
{ "name": "@desci-labs/frontend-components", "version": "1.1.1", "homepage": "https://github.com/desci-labs/frontend-components", "repository": { "type": "git", "url": "git+https://github.com/desci-labs/frontend-components.git" }, "description": "A library for commonly used components on the DeSci Frontend web apps", "keywords": [ "frontend", "components", "desci", "frontend-components" ], "author": "Esther Ejidike", "license": "MIT", "bugs": { "url": "https://github.com/desci-labs/frontend-components/issues" }, "main": "./dist/index.es.js", "module": "./dist/index.es.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.es.js", "default": "./dist/index.es.js" }, "./styles": "./dist/index.css" }, "sideEffects": [ "**/*.css" ], "type": "module", "files": [ "dist" ], "scripts": { "dev": "vite", "build": "tsc && vite build", "postbuild": "rm -rf dist/bundle-analysis.html dist/frontend-components.css dist/stories dist/test dist/__tests__ dist/__mocks__ && find dist -name '*.stories.*' -delete", "preview": "vite preview", "test": "vitest --ui", "test:coverage": "vitest run --coverage", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "dependencies": { "@desci-labs/desci-models": "^0.2.25-rc1", "@fontsource/inter": "^5.2.5", "@radix-ui/colors": "^3.0.0", "@radix-ui/react-dialog": "^1.1.14", "@radix-ui/react-dropdown-menu": "^2.1.15", "@radix-ui/react-select": "^2.2.5", "@radix-ui/react-tooltip": "^1.2.7", "date-fns": "^4.1.0", "framer-motion": "^12.23.12", "lucide-react": "^0.511.0", "react": ">=18.2.0 <20.0.0", "react-data-grid": "^7.0.0-beta.56", "react-dom": ">=18.2.0 <20.0.0", "react-ipynb-renderer-katex": "^2.2.4", "react-pdf-highlighter": "^8.0.0-rc.0", "react-syntax-highlighter": "^15.6.1", "rehype-raw": "^7.0.0" }, "devDependencies": { "@chromatic-com/storybook": "^3.2.6", "@storybook/addon-essentials": "^8.6.14", "@storybook/addon-onboarding": "^8.6.14", "@storybook/addon-themes": "^8.6.14", "@storybook/blocks": "^8.6.14", "@storybook/experimental-addon-test": "^8.6.14", "@storybook/react": "^8.6.14", "@storybook/react-vite": "^8.6.14", "@storybook/test": "^8.6.14", "@tailwindcss/typography": "^0.5.16", "@tailwindcss/vite": "^4.1.7", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/node": "^22.15.21", "@types/react": "^19.1.5", "@types/react-dom": "^19.1.5", "@types/react-syntax-highlighter": "^15.5.13", "@vitejs/plugin-react": "^4.5.0", "@vitest/browser": "^3.1.4", "@vitest/coverage-v8": "^3.1.4", "jsdom": "^26.1.0", "playwright": "^1.52.0", "rollup-plugin-visualizer": "^6.0.3", "storybook": "^8.6.14", "tailwindcss": "^4.1.7", "terser": "^5.43.0", "typescript": "^5.8.3", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4", "vitest": "^3.1.4" }, "peerDependencies": { "react": ">=18.2.0 <20.0.0", "react-dom": ">=18.2.0 <20.0.0" } }