UNPKG

react-and

Version:

A lightweight React component for joining multiple components in a grammatically correct way.

61 lines (60 loc) 1.77 kB
{ "name": "react-and", "version": "1.0.2", "description": "A lightweight React component for joining multiple components in a grammatically correct way.", "keywords": [ "react", "grammar", "conjunctions" ], "homepage": "https://github.com/lhansford/react-and", "bugs": { "url": "https://github.com/lhansford/react-and/issues", "email": "mail@lukehansford.me" }, "author": "Luke Hansford", "license": "MIT", "files": [ "dist" ], "source": "./src/index.tsx", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build:storybook": "build-storybook", "build": "parcel build", "lint:fix": "yarn lint --fix", "lint": "eslint ./src --ext .js,.ts,.tsx", "storybook": "start-storybook -p 6006", "test:watch": "jest --watchAll", "test": "jest --config ./config/jest.config.js", "type-check:watch": "yarn type-check -- --watch", "type-check": "tsc --noEmit", "watch": "parcel watch" }, "devDependencies": { "@parcel/packager-ts": "^2.7.0", "@parcel/transformer-typescript-types": "^2.7.0", "@storybook/addon-knobs": "^6.4.0", "@storybook/addon-storysource": "^6.5.10", "@storybook/addons": "^6.5.10", "@storybook/react": "^6.5.10", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.3.0", "@types/jest": "^28.1.7", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "eslint-config-lukehansford-react": "^1.1.1", "jest": "^28.1.3", "jest-environment-jsdom": "^28.1.3", "parcel": "^2.7.0", "react": "^18.2.0", "react-dom": "18.2.0", "ts-jest": "^28.0.8", "typescript": "^4.7.4" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" } }