UNPKG

@parrot-co/parrot-ui

Version:

React UI components by Parrot built on top of react-aria (https://react-spectrum.adobe.com/react-aria/index.html

101 lines 2.87 kB
{ "name": "@parrot-co/parrot-ui", "description": "React UI components by Parrot built on top of react-aria (https://react-spectrum.adobe.com/react-aria/index.html", "contributors": [ "sams3pi0l" ], "keywords": [ "react", "ui", "components", "parrot" ], "version": "0.1.28", "source": "src/index.ts", "main": "dist/main.js", "module": "dist/module.js", "types": "dist/types.d.ts", "exports": { ".": { "require": { "types": "./dist/types.d.ts", "default": "./dist/main.js" }, "import": { "types": "./dist/types.d.ts", "default": "./dist/module.js" } }, "./styles.css": { "require": "./styles.css", "import": "./styles.css" } }, "files": [ "dist", "styles.css" ], "scripts": { "storybook": "storybook dev -p 6006", "ts": "tsc", "build:storybook": "storybook build", "build:components": "parcel build --reporter @parcel/reporter-bundle-analyzer", "parcel:watch": "parcel watch", "css:dev": "postcss --watch src/styles/index.css -o styles.css", "dev": "yarn storybook", "local": "foreman start -f Procfile.dev", "test:utils": "jest" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "devDependencies": { "@babel/preset-react": "^7.22.15", "@chromatic-com/storybook": "^1.5.0", "@parcel/packager-ts": "^2.14.1", "@parcel/reporter-bundle-analyzer": "^2.14.1", "@parcel/transformer-typescript-types": "^2.14.1", "@storybook/addon-essentials": "^8.6.8", "@storybook/addon-interactions": "^8.6.8", "@storybook/addon-links": "^8.6.8", "@storybook/blocks": "^8.6.8", "@storybook/react": "^8.6.8", "@storybook/react-vite": "^8.6.8", "@storybook/test": "^8.6.8", "@types/jest": "^29.5.5", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.50.0", "@typescript-eslint/parser": "^5.50.0", "autoprefixer": "^10.4.16", "cssnano": "^6.0.1", "eslint": "^8.33.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-storybook": "^0.8.0", "jest": "^29.7.0", "parcel": "^2.14.1", "postcss": "8.4.31", "postcss-cli": "^10.1.0", "postcss-custom-media": "^10.0.0", "postcss-import": "^15.1.0", "postcss-nesting": "^12.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", "storybook": "^8.6.8", "ts-jest": "^29.1.1", "typescript": "^5.0.2", "vite": "5.0.5" }, "dependencies": { "@internationalized/date": "^3.7.0", "@radix-ui/colors": "^3.0.0", "@react-aria/color": "^3.0.5", "@react-stately/color": "^3.8.3", "react-aria": "^3.38.1", "react-aria-components": "^1.1.1", "react-icons": "^5.2.1", "react-stately": "^3.36.1" }, "packageManager": "yarn@3.6.3" }