UNPKG

@expo/html-elements

Version:

Universal semantic HTML React components for iOS, Android, web, and desktop

81 lines (80 loc) 2.05 kB
{ "name": "@expo/html-elements", "version": "0.13.8", "description": "Universal semantic HTML React components for iOS, Android, web, and desktop", "main": "src/Elements.tsx", "types": "build/Elements.d.ts", "sideEffects": false, "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "yarn test:babel && yarn test:src", "test:src": "expo-module test", "test:babel": "jest --config babel/jest.config.js", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "keywords": [ "expo", "expo-web", "react-native", "react-native-web", "html" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/html-elements" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://github.com/expo/expo/tree/main/packages/html-elements", "jest": { "projects": [ { "preset": "jest-expo/web", "setupFilesAfterEnv": [ "<rootDir>/jest-setup.js" ], "modulePathIgnorePatterns": [ "<rootDir>/babel/" ] }, { "preset": "jest-expo/ios", "modulePathIgnorePatterns": [ "<rootDir>/babel/" ] }, { "preset": "jest-expo/android", "modulePathIgnorePatterns": [ "<rootDir>/babel/" ] } ] }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-web": "*" }, "peerDependenciesMeta": { "react-native-web": { "optional": true } }, "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/react-native": "^13.2.0", "expo-module-scripts": "^5.0.8" }, "gitHead": "172a69f5f70c1d0e043e1532f924de97210cabc3" }