-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.97 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
{
"name": "CoffeeShop",
"version": "0.1.0",
"private": true,
"devDependencies": {
"ava": "^0.18.2",
"babel-eslint": "^7.1.1",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.18.0",
"enzyme": "^2.6.0",
"husky": "^0.13.1",
"ignite-animatable": "^1.0.0",
"ignite-i18n": "^1.0.0",
"ignite-vector-icons": "^1.0.0",
"jest-expo": "~18.0.0",
"mockery": "^2.0.0",
"nyc": "^10.1.2",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.4.0",
"react-native-debugger-open": "^0.3.11",
"react-native-mock": "^0.3.1",
"react-native-scripts": "0.0.40",
"react-test-renderer": "16.0.0-alpha.12",
"reactotron-apisauce": "^1.11.1",
"reactotron-react-native": "^1.11.1",
"snazzy": "^6.0.0",
"standard": "8.6.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "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",
"postinstall": "rndebugger-open --expo"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"apisauce": "^0.14.0",
"expo": "^17.0.0",
"format-json": "^1.0.3",
"lodash": "^4.17.4",
"mobx": "^3.2.0",
"mobx-persist": "^0.3.3",
"mobx-react": "^4.2.2",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"querystringify": "^1.0.0",
"ramda": "^0.24.1",
"react": "16.0.0-alpha.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-17.0.0.tar.gz",
"react-native-animatable": "^1.2.2",
"react-native-config": "^0.5.0",
"react-native-device-info": "^0.10.2",
"react-native-drawer": "^2.3.0",
"react-native-i18n": "1.0.0",
"react-navigation": "^1.0.0-beta.11"
}
}