-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
42
43
44
45
46
{
"name": "openpixdemoapp",
"version": "0.0.1",
"dependencies": {
"@openpix/react": "^0.0.2",
"babel-plugin-inline-dotenv": "^1.7.0",
"core-js": "^3.22.5",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-get-random-values": "^1.8.0",
"react-native-paper": "^4.12.1",
"react-native-qrcode-svg": "^6.1.2",
"react-native-styled-toast": "^1.3.1",
"react-native-svg": "^12.3.0",
"react-native-vector-icons": "^9.1.0",
"styled-components": "^5.3.5",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@testing-library/react-native": "^9.1.0",
"@types/jest": "^27.5.1",
"@types/react": "^18.0.9",
"@types/react-native": "^0.67.7",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.67.0",
"react-test-renderer": "17.0.2",
"typescript": "^4.6.4"
},
"jest": {
"preset": "react-native"
},
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
}
}