-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
36 lines (36 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "rive-react-native-example",
"description": "Example app for rive-react-native",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start"
},
"dependencies": {
"@react-native-masked-view/masked-view": "^0.2.8",
"@react-native-picker/picker": "^1.16.0",
"@react-navigation/native": "6.x",
"@react-navigation/stack": "6.x",
"react": "18.2.0",
"react-native": "0.72.7",
"react-native-gesture-handler": "^1.10.3",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-paper": "^4.8.1",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.22.0",
"react-native-vector-icons": "^8.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@types/react-native": "^0.72.2",
"babel-plugin-module-resolver": "^4.0.0",
"metro-react-native-babel-preset": "^0.66.2",
"patch-package": "^7.0.0",
"postinstall-postinstall": "^2.1.0",
"react-native-codegen": "0.0.7"
}
}