forked from Amka78/owl-of-athena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"build": "expo build:web",
"ios": "expo start --ios",
"web": "expo start:web --no-https",
"eject": "expo eject",
"tsc": "tsc",
"lint": "tslint --fix './**/*.ts{,x}'",
"test": "jest",
"upload": "npx netlify deploy --dir web-build",
"upload-nightly": "npx netlify deploy --dir web-build --site=6cae492d-4f2c-474f-8a5c-5a3aa1da2d45 --prod",
"upload-staging": "npx netlify deploy --dir web-build --site=0f596f14-3130-4b11-9bc8-61fa84cce680 --prod",
"upload-prod": "npx netlify deploy --dir web-build --prod",
"coverage": "jest --coverage",
"clean-install": "rm -rf node_modules && npm cache clean --force && npm install",
"ncu": "npm-check-updates -u && npm install"
},
"dependencies": {
"@expo/vector-icons": "^10.0.0",
"@expo/webpack-config": "^0.12.16",
"@react-native-async-storage/async-storage": "^1.13.2",
"@react-navigation/web": "^1.0.0-alpha.9",
"babel-eslint": "^10.1.0",
"binary-parser": "github:iwinks/binary-parser",
"d3": "^6.2.0",
"d3-selection-multi": "^1.0.1",
"drivelist": "^9.2.1",
"eject-media": "0.0.3",
"expo": "^39.0.5",
"expo-av": "~8.6.0",
"expo-localization": "~9.0.0",
"flat": "^5.0.2",
"heatshrink-ts": "^0.1.0",
"i18n-js": "^3.8.0",
"moment": "^2.29.1",
"noble": "https://github.com/Amka78/noble",
"preact": "^10.5.7",
"preact-responder-event-plugin": "^1.0.16",
"rc-calendar": "^9.15.11",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
"react-native-dotenv": "^0.2.0",
"react-native-gesture-handler": "~1.7.0",
"react-native-paper": "^4.4.1",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-svg": "12.1.0",
"react-native-web": "~0.13.7",
"react-navigation": "^4.3.1",
"react-navigation-hooks": "^1.1.0",
"react-navigation-stack": "^2.3.1",
"react-navigation-tabs": "^2.8.13",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"serialport": "^8.0.7",
"split": "^1.0.1",
"usb-detection": "^4.7.0",
"webpack-bundle-analyzer": "^4.1.0"
},
"devDependencies": {
"@types/binary-parser": "^1.5.0",
"@types/buffer-crc32": "^0.2.0",
"@types/d3": "^5.7.2",
"@types/d3-selection-multi": "^1.0.7",
"@types/enzyme": "^3.10.5",
"@types/flat": "0.0.28",
"@types/i18n-js": "^3.0.1",
"@types/jest": "^25.1.4",
"@types/mkdirp": "^1.0.0",
"@types/noble": "0.0.39",
"@types/node-fetch": "^2.5.5",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@types/react-redux": "^7.1.7",
"@types/react-test-renderer": "^16.9.2",
"@types/redux-logger": "^3.0.7",
"@types/serialport": "^8.0.0",
"@types/split": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"babel-preset-expo": "^8.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"expo-react-native-adapter": "^3.0.1",
"jest": "25.3.0",
"jest-enzyme": "^7.1.2",
"jest-expo": "^39.0.0",
"prettier": "^2.0.5",
"react-native-debugger": "^1.1.0",
"ts-jest": "25.4.0",
"typescript": "^3.9.2"
},
"jest": {
"preset": "jest-expo"
},
"private": true
}