-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.41 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "Reanimated2Playground",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start -- --reset-cache",
"test": "jest",
"lint": "eslint .",
"web": "expo start --web || expo start --web --web-only"
},
"dependencies": {
"expo-asset": "^8.2.0",
"jsc-android": "^250230.2.1",
"lottie-ios": "3.1.8",
"lottie-react-native": "^4.0.2",
"react": "16.13.1",
"react-dom": "^16.13.1",
"react-native": "0.63.4",
"react-native-gesture-handler": "^1.9.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-reanimated": "2.3.0-alpha.1",
"react-native-shadow-2": "^1.1.1",
"react-native-svg": "^12.1.1",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "^0.15.5"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/runtime": "^7.10.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.11",
"@types/react-native": "^0.64.10",
"@types/react-native-vector-icons": "^6.4.6",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^26.1.0",
"eslint": "^7.5.0",
"jest": "^26.1.0",
"metro-react-native-babel-preset": "^0.60.0",
"react-test-renderer": "16.13.1",
"typescript": "^4.3.2"
},
"jest": {
"preset": "react-native"
}
}