announcekit-react-native
Version:
Use AnnounceKit widgets in your React Native apps
35 lines (34 loc) • 821 B
JSON
{
"name": "announcekit-react-native",
"version": "2.0.7",
"description": "Use AnnounceKit widgets in your React Native apps",
"main": "src/index.tsx",
"author": "announcekit",
"repository": "https://github.com/announcekitapp/announcekit-react-native",
"homepage": "https://announcekit.app",
"keywords": [
"announcekit",
"newsfeed",
"changelog",
"widget",
"react-native"
],
"scripts": {
"build": "tsc",
"prepare": "husky install"
},
"license": "MIT",
"devDependencies": {
"@types/react": "^18.2.48",
"husky": "^5.0.9",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"react": "^17.0.2",
"react-native": "^0.67.2",
"typescript": "^4.1.3"
},
"dependencies": {
"react-native-webview": "^13.6.4",
"use-deep-compare": "^1.1.0"
}
}