-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.04 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.04 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "testjest",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.72.1"
},
"devDependencies": {
"@react-native-camera-roll/camera-roll": "5.3.1",
"@react-native-community/masked-view": "~0.1.11",
"@react-navigation/native": "~6.0.11",
"@react-navigation/stack": "~6.2.2",
"@uiw/react-native": "4.1.1",
"@uiw/react-native-image-picker": "4.0.11",
"react": "18.0.0",
"react-native": "0.69.7",
"react-native-gesture-handler": "~2.5.0",
"react-native-image-viewing": "~0.2.2",
"react-native-safe-area-context": "~4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "13.9.0",
"@react-native-community/eslint-config": "^2.0.0",
"@testing-library/react-native": "^12.1.2",
"@types/jest": "^29.5.3",
"@types/react-native": "^0.70.6",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@uimjs/metro-config": "^2.0.1",
"@shopify/restyle": "~2.4.2",
"@types/color": "~3.0.3",
"@types/lodash": "~4.14.191",
"@uiw/icons": "2.5.3",
"@validator.tool/hook": "2.2.4",
"ahooks": "3.7.6",
"color": "4.2.3",
"lodash": "4.17.21",
"prop-types": "15.7.2",
"react-native-root-siblings": "4.1.1",
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.7",
"@tsconfig/react-native": "^3.0.0",
"@types/metro-config": "^0.76.3",
"@types/react": "~18.2.0",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.6.1",
"metro-react-native-babel-preset": "0.76.5",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"engines": {
"node": ">=16"
}
}