forked from quarkw/arkmo-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 973 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 973 Bytes
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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "2.1.1",
"arkjs": "^0.2.1",
"axios": "^0.18.0",
"crypto": "^1.0.1",
"eslint": "^4.19.1",
"expo": "26.0.0",
"moment": "^2.22.0",
"random-words": "^1.0.0",
"react": "16.3.0-alpha.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz",
"react-native-elements": "^0.19.1",
"react-native-qrcode": "^0.2.6",
"react-native-swipeout": "^2.3.3",
"react-navigation": "1.5.10",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-orm": "^0.9.4"
},
"devDependencies": {
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"jest-expo": "^26.0.0"
}
}