UNPKG

@rapido/components

Version:

Library of common primitive components used in Rapido apps.

65 lines (64 loc) 1.62 kB
{ "name": "@rapido/components", "version": "0.0.29", "description": "Library of common primitive components used in Rapido apps.", "keywords": [ "components", "rapido", "react", "styled-components", "styled-system" ], "homepage": "https://rapidojs.org/", "bugs": { "url": "https://github.com/verumtech/rapido/issues", "email": "dev@verumtechnologies.com" }, "repository": { "type": "git", "url": "https://github.com/verumtech/rapido.git", "directory": "packages/rapido-components" }, "license": "MIT", "files": [ "/dist" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc -w", "test": "jest" }, "jest": { "preset": "jest-expo" }, "dependencies": { "@styled-system/css": "^5.1.4", "@types/styled-components": "^4.4.2", "@types/styled-system": "^5.1.4", "styled-components": "^5.0.0", "styled-system": "^5.1.4" }, "devDependencies": { "@types/jest": "^24.0.25", "@types/react-native": "~0.60.23", "@types/react-test-renderer": "~16.9.0", "@types/styled-system__css": "^5.0.4", "babel-preset-expo": "~8.0.0", "jest-expo": "^36.0.1", "react": "~16.9.0", "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz", "react-native-web": "~0.11.7", "react-test-renderer": "~16.9.0", "typescript": "~3.6.3" }, "peerDependencies": { "react": "*", "react-native": "*" }, "publishConfig": { "access": "public" }, "gitHead": "4bc5bcc38347502f78ee0dbd36b10cd8fab36886" }