UNPKG

@expo/styleguide-native

Version:

Foundational styles for Expo interfaces.

38 lines (37 loc) 931 B
{ "name": "@expo/styleguide-native", "version": "0.5.0", "description": "Foundational styles for Expo interfaces.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "clean": "rimraf ./dist", "build:icons": "rimraf ./src/icons && svgr ../../common/svg --out-dir ./src/icons", "build": "yarn build:icons && yarn clean && yarn tsc" }, "files": [ "dist" ], "keywords": [ "expo" ], "author": "Jon Samp", "license": "MIT", "homepage": "https://github.com/expo/styleguide", "repository": { "type": "git", "url": "https://github.com/expo/styleguide.git" }, "devDependencies": { "@svgr/cli": "^5.5.0", "@types/react": "^17.0.6", "react-native-svg": "^12.1.1", "rimraf": "^3.0.2", "typescript": "^4.2.4" }, "peerDependencies": { "react": "*", "react-native-svg": "*" }, "gitHead": "8d911a8cabf7f8d707de511dbfab8703dade81c1" }