-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.16 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": "rn-reanimated-test",
"version": "0.0.1",
"private": true,
"scripts": {
"deploy": "tsc && react-native run-android --mode release",
"start": "tsc && react-native start",
"clean": "rm -rf node_modules",
"tcheck": "tsc"
},
"dependencies": {
"mobx": "^6.9.0",
"mobx-react": "^7.6.0",
"react": "18.2.0",
"react-native": "0.72.0-rc.1",
"react-native-reanimated": "3.1.0",
"react-test-renderer": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-arrow-functions": "^7.20.7",
"@babel/plugin-transform-shorthand-properties": "^7.18.6",
"@babel/plugin-transform-template-literals": "^7.18.9",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/metro-config": "^0.73.0",
"@tsconfig/react-native": "^2.0.2",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^18.0.0",
"metro-react-native-babel-preset": "0.73.9",
"react-native-gradle-plugin": "^0.71.17",
"typescript": "5.0.4"
}
}