-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 999 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 999 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
{
"name": "Express",
"version": "1.0.0",
"private": true,
"devDependencies": {
"jest-expo": "~18.0.0",
"react-native-scripts": "0.0.40",
"react-test-renderer": "16.0.0-alpha.12"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "node staticAssetRequire.js && react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"balanced-match": "^1.0.0",
"brace-expansion": "^1.1.11",
"expo": "^30.0.0",
"minimatch": "^3.0.4",
"minimist": "0.0.8",
"mkdirp": "^0.5.1",
"npm": "^4.6.1",
"react": "16.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-23.0.0.tar.gz",
"react-native-storage": "^0.2.2",
"react-native-sync-storage": "^1.0.0"
}
}