react-native-epic-calendar
Version:
A react native library to make beatiful calendars in your app.
55 lines (54 loc) • 1.37 kB
JSON
{
"name": "react-native-epic-calendar",
"version": "1.0.1",
"description": "A react native library to make beatiful calendars in your app.",
"author": "Hubert Ryan",
"license": "MIT",
"repository": "https://github.com/HubertRyanOfficial/react-native-epic-calendar",
"scripts": {
"prepare": "bob build"
},
"dependencies": {},
"main": "dist/module/index.js",
"module": "dist/module/index.js",
"react-native": "src/index.ts",
"types": "dist/typescript/src/index.d.ts",
"files": [
"dist/",
"src/"
],
"keywords": [
"react-native",
"ios",
"android",
"calendar",
"calendario",
"epic-calendar",
"react-native-epic-calendar",
"library"
],
"devDependencies": {
"@types/react": "^17.0.38",
"@types/react-native": "^0.66.15",
"@types/react-test-renderer": "^17.0.1",
"@types/styled-components": "^5.1.21",
"@types/styled-components-react-native": "^5.1.3",
"react": "^17.0.2",
"react-native": "^0.67.1",
"react-native-builder-bob": "^0.18.2",
"styled-components": "^5.3.3",
"typescript": "^4.5.5"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"react-native-builder-bob": {
"source": "src",
"output": "dist",
"targets": [
"module",
"typescript"
]
}
}