@expo/styleguide-native
Version:
Expo's React Native styleguide components.
41 lines (40 loc) • 969 B
JSON
{
"name": "@expo/styleguide-native",
"version": "9.0.6",
"description": "Expo's React Native styleguide components.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rimraf dist",
"bundle": "rollup --config",
"build": "run-s clean bundle",
"dev": "rollup --config --watch"
},
"files": [
"dist"
],
"author": "Expo",
"license": "MIT",
"homepage": "https://github.com/expo/styleguide",
"repository": {
"type": "git",
"url": "https://github.com/expo/styleguide.git",
"directory": "packages/styleguide-native"
},
"devDependencies": {
"@svgr/cli": "^6.5.1",
"npm-run-all": "*",
"react-native": "0.83.2",
"react-native-svg": "^15.15.3",
"rimraf": "*",
"rollup": "*"
},
"peerDependencies": {
"react": "*",
"react-native-svg": "*"
},
"eslintConfig": {
"extends": "universe/native"
},
"gitHead": "c80a3008aad236d4e7a5c69257706109520f547b"
}