rn-emoji-keyboard/example/package.json

23 lines
589 B
JSON
Raw Normal View History

2021-07-03 17:51:30 +00:00
{
"name": "react-native-emoji-keyboard-example",
"description": "Example app for react-native-emoji-keyboard",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start"
},
"dependencies": {
"react": "16.13.1",
2021-07-07 10:00:45 +00:00
"react-native": "0.63.4",
2021-07-08 08:31:27 +00:00
"react-native-svg": "^12.1.1"
2021-07-03 17:51:30 +00:00
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"babel-plugin-module-resolver": "^4.0.0",
"metro-react-native-babel-preset": "^0.64.0"
}
}