UNPKG

react-native-enhance-stylesheet

Version:
56 lines (55 loc) 1.63 kB
{ "name": "react-native-enhance-stylesheet", "version": "0.0.4", "description": "react native enhance stylesheet", "main": "lib/index.js", "scripts": { "test": "mocha", "prepare": "yarn build", "build:origin": "tsc && babel es --out-dir lib", "build": "yarn clear && tsc && rollup -c", "build:es": "tsc", "clear": "rm -rf build && rm -rf es && rm -rf lib && rm -rf umd" }, "repository": { "type": "git", "url": "git+https://github.com/maybewaityou/react-native-enhance-stylesheet.git" }, "keywords": [ "react-native", "react-native-stylesheet", "react-native-enhance-stylesheet" ], "author": "MeePwn", "license": "ISC", "bugs": { "url": "https://github.com/maybewaityou/react-native-enhance-stylesheet/issues" }, "homepage": "https://github.com/maybewaityou/react-native-enhance-stylesheet#readme", "devDependencies": { "@babel/core": "^7.4.5", "@babel/preset-env": "^7.4.5", "@types/react": "^16.8.19", "@types/react-native": "^0.60.0", "benchmark": "^2.1.4", "chai": "^4.2.0", "enzyme": "^3.9.0", "mocha": "^6.1.4", "rollup-plugin-alias": "^1.5.1", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.0.0", "rollup-plugin-ts-paths": "^1.0.3", "rollup-plugin-typescript": "^1.0.1", "rollup-plugin-uglify": "^6.0.2", "sinon": "^7.3.2", "tslib": "^1.9.3", "tslint": "^5.16.0", "typescript": "^3.5.1" }, "dependencies": { "react": "^16.8.6", "react-native": "^0.60.0" } }