native-base-transpiled
Version:
NativeBase ES2015 transpilation proof of concept
70 lines (69 loc) • 1.61 kB
JSON
{
"name": "native-base-transpiled",
"description": "NativeBase ES2015 transpilation proof of concept",
"keywords": [
"android",
"ios",
"react",
"native",
"nativebase",
"react-native",
"native-modules",
"react-component",
"navbar",
"packager",
"rnpm"
],
"version": "0.5.25",
"private": false,
"dependencies": {
"blueimp-md5": "^2.5.0",
"clamp": "^1.0.1",
"color": "~0.11.1",
"lodash": "~4.11.1",
"react-native-checkbox": "~1.0.8",
"react-native-easy-grid": "0.1.7",
"react-native-keyboard-aware-scroll-view": "0.2.0",
"react-native-vector-icons": "~3.0.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^6.1.2",
"babel-preset-react-native": "^1.9.1",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"eslint-plugin-react-native": "^2.0.0"
},
"files": [
"dist",
"index.d.ts",
"Fonts"
],
"homepage": "https://github.com/dikarel/NativeBase#readme",
"main": "dist/index.js",
"maintainers": [
{
"name": "Darius I. Karel",
"email": "me@dikarel.com"
}
],
"peerDependencies": {
"react-native": ">=0.38.0",
"react": ">=15.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dikarel/NativeBase.git"
},
"rnpm": {
"assets": [
"Fonts"
]
},
"scripts": {
"compile": "rm -rf dist/* && babel . --out-dir dist --ignore node_modules,dist --source-maps"
}
}