This repository was archived by the owner on Dec 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.31 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
{
"name": "busscarphotos",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "1.1.2",
"prop-types": "15.7.2",
"react": "16.8.3",
"react-native": "0.59.5",
"react-native-gesture-handler": "1.2.0",
"react-native-iphone-x-helper": "1.2.0",
"react-native-qrcode": "0.2.7",
"react-native-vector-icons": "6.7.0",
"react-navigation": "3.9.1",
"reactotron-react-native": "3.2.2",
"styled-components": "4.4.1"
},
"devDependencies": {
"@babel/core": "7.19.3",
"@babel/runtime": "7.19.0",
"babel-eslint": "10.1.0",
"babel-jest": "24.9.0",
"babel-plugin-root-import": "6.6.0",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.1",
"eslint-import-resolver-babel-plugin-root-import": "1.1.1",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-native": "3.7.0",
"jest": "24.9.0",
"metro-react-native-babel-preset": "0.73.0",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
}
}