This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
58 lines (58 loc) · 1.71 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "Glider",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@iomechs/rn-color-palette": "0.0.4",
"@react-native-community/clipboard": "^1.2.3",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^5.6.1",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.7",
"@types/react": "^16.9.3",
"@types/react-dom": "^16.9.1",
"assert": "^2.0.0",
"convert-string": "^0.1.0",
"path": "^0.12.7",
"react": "^16.9.0",
"react-native": "^0.61.1",
"react-native-appearance": "^0.3.4",
"react-native-ble-manager": "^6.6.9",
"react-native-draggable-flatlist": "^2.3.3",
"react-native-elements": "^2.0.4",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.6.1",
"react-native-hooks": "^0.9.0",
"react-native-local-resource": "^0.1.6",
"react-native-reanimated": "^1.9.0",
"react-native-safe-area-context": "^3.0.7",
"react-native-screens": "^2.9.0",
"react-native-swipeout": "^2.3.6",
"react-native-vector-icons": "^7.0.0",
"text-encoding": "^0.7.0",
"tsutils": "^3.17.1",
"typescript": "^3.6.3"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"babel-plugin-const-enum": "0.0.2",
"eslint": "^5.16.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
},
"main": "index.js",
"author": "Scott Shawcroft <[email protected]>",
"license": "MIT"
}