forked from bolan9999/react-native-spring-scrollview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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
37
38
39
40
41
{
"name": "react-native-spring-scrollview",
"version": "3.0.3",
"private": true,
"description": "An cross-platform (iOS & Android) spring ScrollView",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"author": "bolan9999 <shanshang130@gmail.com>",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0",
"react-native": "0.72.6",
"lottie-react-native": "6.3.1"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.11",
"lottie-react-native": "6.3.1",
"react": "^18.2.0",
"react-native": "0.72.6"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.11",
"@babel/runtime": "^7.12.5",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"metro-react-native-babel-preset": "^0.76.7",
"react-test-renderer": "18.2.0"
},
"jest": {
"preset": "react-native"
}
}